Class ListSharesResponse.Builder (1.44.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

Static 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
Overrides

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
Overrides

clearField(Descriptors.FieldDescriptor field)

public ListSharesResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ListSharesResponse.Builder
Overrides

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
Overrides

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
Overrides

getDefaultInstanceForType()

public ListSharesResponse getDefaultInstanceForType()
Returns
Type Description
ListSharesResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ListSharesResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ListSharesResponse.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListSharesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListSharesResponse.Builder
Overrides

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
Overrides

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
Overrides

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
Overrides

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.