- 1.54.0 (latest)
- 1.53.0
- 1.52.0
- 1.50.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.38.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.10.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.2.0
public static final class ListSharesResponse.Builder extends GeneratedMessageV3.Builder<ListSharesResponse.Builder> implements ListSharesResponseOrBuilder
ListSharesResponse is the result of ListSharesRequest.
Protobuf type google.cloud.filestore.v1beta1.ListSharesResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.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)
Locations that could not be reached.
repeated string unreachable = 3;
Parameter | |
---|---|
Name | Description |
values | Iterable<String> The unreachable to add. |
Returns | |
---|---|
Type | Description |
ListSharesResponse.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListSharesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
ListSharesResponse.Builder |
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)
Locations that could not be reached.
repeated string unreachable = 3;
Parameter | |
---|---|
Name | Description |
value | String The unreachable to add. |
Returns | |
---|---|
Type | Description |
ListSharesResponse.Builder | This builder for chaining. |
addUnreachableBytes(ByteString value)
public ListSharesResponse.Builder addUnreachableBytes(ByteString value)
Locations that could not be reached.
repeated string unreachable = 3;
Parameter | |
---|---|
Name | Description |
value | ByteString The 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 |
clearField(Descriptors.FieldDescriptor field)
public ListSharesResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
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. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListSharesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
ListSharesResponse.Builder |
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()
Locations that could not be reached.
repeated string unreachable = 3;
Returns | |
---|---|
Type | Description |
ListSharesResponse.Builder | This builder for chaining. |
clone()
public ListSharesResponse.Builder clone()
Returns | |
---|---|
Type | Description |
ListSharesResponse.Builder |
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)
Locations that could not be reached.
repeated string unreachable = 3;
Parameter | |
---|---|
Name | Description |
index | int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String | The unreachable at the given index. |
getUnreachableBytes(int index)
public ByteString getUnreachableBytes(int index)
Locations that could not be reached.
repeated string unreachable = 3;
Parameter | |
---|---|
Name | Description |
index | int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString | The bytes of the unreachable at the given index. |
getUnreachableCount()
public int getUnreachableCount()
Locations that could not be reached.
repeated string unreachable = 3;
Returns | |
---|---|
Type | Description |
int | The count of unreachable. |
getUnreachableList()
public ProtocolStringList getUnreachableList()
Locations that could not be reached.
repeated string unreachable = 3;
Returns | |
---|---|
Type | Description |
ProtocolStringList | A list containing the unreachable. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.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 |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListSharesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
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 |
setField(Descriptors.FieldDescriptor field, Object value)
public ListSharesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
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 | String The 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 | ByteString The bytes for nextPageToken to set. |
Returns | |
---|---|
Type | Description |
ListSharesResponse.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListSharesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
ListSharesResponse.Builder |
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 |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListSharesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListSharesResponse.Builder |
setUnreachable(int index, String value)
public ListSharesResponse.Builder setUnreachable(int index, String value)
Locations that could not be reached.
repeated string unreachable = 3;
Parameters | |
---|---|
Name | Description |
index | int The index to set the value at. |
value | String The unreachable to set. |
Returns | |
---|---|
Type | Description |
ListSharesResponse.Builder | This builder for chaining. |