public static final class ListSharesResponse.Builder extends GeneratedMessage.Builder<ListSharesResponse.Builder> implements ListSharesResponseOrBuilderListSharesResponse is the result of ListSharesRequest.
Protobuf type google.cloud.filestore.v1beta1.ListSharesResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListSharesResponse.BuilderImplements
ListSharesResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllShares(Iterable<? extends Share> values)
public ListSharesResponse.Builder addAllShares(Iterable<? extends Share> values)A list of shares in the project for the specified instance.
repeated .google.cloud.filestore.v1beta1.Share shares = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.filestore.v1beta1.Share> |
| Returns | |
|---|---|
| Type | Description |
ListSharesResponse.Builder |
|
addAllUnreachable(Iterable<String> values)
public ListSharesResponse.Builder addAllUnreachable(Iterable<String> values)Unordered list. Locations that could not be reached.
repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<String>The unreachable to add. |
| Returns | |
|---|---|
| Type | Description |
ListSharesResponse.Builder |
This builder for chaining. |
addShares(Share value)
public ListSharesResponse.Builder addShares(Share value)A list of shares in the project for the specified instance.
repeated .google.cloud.filestore.v1beta1.Share shares = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Share |
| Returns | |
|---|---|
| Type | Description |
ListSharesResponse.Builder |
|
addShares(Share.Builder builderForValue)
public ListSharesResponse.Builder addShares(Share.Builder builderForValue)A list of shares in the project for the specified instance.
repeated .google.cloud.filestore.v1beta1.Share shares = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Share.Builder |
| Returns | |
|---|---|
| Type | Description |
ListSharesResponse.Builder |
|
addShares(int index, Share value)
public ListSharesResponse.Builder addShares(int index, Share value)A list of shares in the project for the specified instance.
repeated .google.cloud.filestore.v1beta1.Share shares = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Share |
| Returns | |
|---|---|
| Type | Description |
ListSharesResponse.Builder |
|
addShares(int index, Share.Builder builderForValue)
public ListSharesResponse.Builder addShares(int index, Share.Builder builderForValue)A list of shares in the project for the specified instance.
repeated .google.cloud.filestore.v1beta1.Share shares = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Share.Builder |
| Returns | |
|---|---|
| Type | Description |
ListSharesResponse.Builder |
|
addSharesBuilder()
public Share.Builder addSharesBuilder()A list of shares in the project for the specified instance.
repeated .google.cloud.filestore.v1beta1.Share shares = 1;
| Returns | |
|---|---|
| Type | Description |
Share.Builder |
|
addSharesBuilder(int index)
public Share.Builder addSharesBuilder(int index)A list of shares in the project for the specified instance.
repeated .google.cloud.filestore.v1beta1.Share shares = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Share.Builder |
|
addUnreachable(String value)
public ListSharesResponse.Builder addUnreachable(String value)Unordered list. Locations that could not be reached.
repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe unreachable to add. |
| Returns | |
|---|---|
| Type | Description |
ListSharesResponse.Builder |
This builder for chaining. |
addUnreachableBytes(ByteString value)
public ListSharesResponse.Builder addUnreachableBytes(ByteString value)Unordered list. Locations that could not be reached.
repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes of the unreachable to add. |
| Returns | |
|---|---|
| Type | Description |
ListSharesResponse.Builder |
This builder for chaining. |
build()
public ListSharesResponse build()| Returns | |
|---|---|
| Type | Description |
ListSharesResponse |
|
buildPartial()
public ListSharesResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListSharesResponse |
|
clear()
public ListSharesResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListSharesResponse.Builder |
|
clearNextPageToken()
public ListSharesResponse.Builder clearNextPageToken()The token you can use to retrieve the next page of results. Not returned if there are no more results in the list.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ListSharesResponse.Builder |
This builder for chaining. |
clearShares()
public ListSharesResponse.Builder clearShares()A list of shares in the project for the specified instance.
repeated .google.cloud.filestore.v1beta1.Share shares = 1;
| Returns | |
|---|---|
| Type | Description |
ListSharesResponse.Builder |
|
clearUnreachable()
public ListSharesResponse.Builder clearUnreachable()Unordered list. Locations that could not be reached.
repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];
| Returns | |
|---|---|
| Type | Description |
ListSharesResponse.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListSharesResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListSharesResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getNextPageToken()
public String getNextPageToken()The token you can use to retrieve the next page of results. Not returned if there are no more results in the list.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()The token you can use to retrieve the next page of results. Not returned if there are no more results in the list.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getShares(int index)
public Share getShares(int index)A list of shares in the project for the specified instance.
repeated .google.cloud.filestore.v1beta1.Share shares = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Share |
|
getSharesBuilder(int index)
public Share.Builder getSharesBuilder(int index)A list of shares in the project for the specified instance.
repeated .google.cloud.filestore.v1beta1.Share shares = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Share.Builder |
|
getSharesBuilderList()
public List<Share.Builder> getSharesBuilderList()A list of shares in the project for the specified instance.
repeated .google.cloud.filestore.v1beta1.Share shares = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getSharesCount()
public int getSharesCount()A list of shares in the project for the specified instance.
repeated .google.cloud.filestore.v1beta1.Share shares = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getSharesList()
public List<Share> getSharesList()A list of shares in the project for the specified instance.
repeated .google.cloud.filestore.v1beta1.Share shares = 1;
| Returns | |
|---|---|
| Type | Description |
List<Share> |
|
getSharesOrBuilder(int index)
public ShareOrBuilder getSharesOrBuilder(int index)A list of shares in the project for the specified instance.
repeated .google.cloud.filestore.v1beta1.Share shares = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ShareOrBuilder |
|
getSharesOrBuilderList()
public List<? extends ShareOrBuilder> getSharesOrBuilderList()A list of shares in the project for the specified instance.
repeated .google.cloud.filestore.v1beta1.Share shares = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.filestore.v1beta1.ShareOrBuilder> |
|
getUnreachable(int index)
public String getUnreachable(int index)Unordered list. Locations that could not be reached.
repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The unreachable at the given index. |
getUnreachableBytes(int index)
public ByteString getUnreachableBytes(int index)Unordered list. Locations that could not be reached.
repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the unreachable at the given index. |
getUnreachableCount()
public int getUnreachableCount()Unordered list. Locations that could not be reached.
repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];
| Returns | |
|---|---|
| Type | Description |
int |
The count of unreachable. |
getUnreachableList()
public ProtocolStringList getUnreachableList()Unordered list. Locations that could not be reached.
repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];
| Returns | |
|---|---|
| Type | Description |
ProtocolStringList |
A list containing the unreachable. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListSharesResponse other)
public ListSharesResponse.Builder mergeFrom(ListSharesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListSharesResponse |
| Returns | |
|---|---|
| Type | Description |
ListSharesResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListSharesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListSharesResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListSharesResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListSharesResponse.Builder |
|
removeShares(int index)
public ListSharesResponse.Builder removeShares(int index)A list of shares in the project for the specified instance.
repeated .google.cloud.filestore.v1beta1.Share shares = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListSharesResponse.Builder |
|
setNextPageToken(String value)
public ListSharesResponse.Builder setNextPageToken(String value)The token you can use to retrieve the next page of results. Not returned if there are no more results in the list.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListSharesResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListSharesResponse.Builder setNextPageTokenBytes(ByteString value)The token you can use to retrieve the next page of results. Not returned if there are no more results in the list.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListSharesResponse.Builder |
This builder for chaining. |
setShares(int index, Share value)
public ListSharesResponse.Builder setShares(int index, Share value)A list of shares in the project for the specified instance.
repeated .google.cloud.filestore.v1beta1.Share shares = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Share |
| Returns | |
|---|---|
| Type | Description |
ListSharesResponse.Builder |
|
setShares(int index, Share.Builder builderForValue)
public ListSharesResponse.Builder setShares(int index, Share.Builder builderForValue)A list of shares in the project for the specified instance.
repeated .google.cloud.filestore.v1beta1.Share shares = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Share.Builder |
| Returns | |
|---|---|
| Type | Description |
ListSharesResponse.Builder |
|
setUnreachable(int index, String value)
public ListSharesResponse.Builder setUnreachable(int index, String value)Unordered list. Locations that could not be reached.
repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe unreachable to set. |
| Returns | |
|---|---|
| Type | Description |
ListSharesResponse.Builder |
This builder for chaining. |