Class ListInstancesResponse.Builder (1.13.0)

public static final class ListInstancesResponse.Builder extends GeneratedMessageV3.Builder<ListInstancesResponse.Builder> implements ListInstancesResponseOrBuilder

ListInstancesResponse is the result of ListInstancesRequest.

Protobuf type google.cloud.filestore.v1beta1.ListInstancesResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllInstances(Iterable<? extends Instance> values)

public ListInstancesResponse.Builder addAllInstances(Iterable<? extends Instance> values)

A list of instances in the project for the specified location. If the {location} value in the request is "-", the response contains a list of instances from all locations. If any location is unreachable, the response will only return instances in reachable locations and the "unreachable" field will be populated with a list of unreachable locations.

repeated .google.cloud.filestore.v1beta1.Instance instances = 1;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.filestore.v1beta1.Instance>
Returns
TypeDescription
ListInstancesResponse.Builder

addAllUnreachable(Iterable<String> values)

public ListInstancesResponse.Builder addAllUnreachable(Iterable<String> values)

Locations that could not be reached.

repeated string unreachable = 3;

Parameter
NameDescription
valuesIterable<String>

The unreachable to add.

Returns
TypeDescription
ListInstancesResponse.Builder

This builder for chaining.

addInstances(Instance value)

public ListInstancesResponse.Builder addInstances(Instance value)

A list of instances in the project for the specified location. If the {location} value in the request is "-", the response contains a list of instances from all locations. If any location is unreachable, the response will only return instances in reachable locations and the "unreachable" field will be populated with a list of unreachable locations.

repeated .google.cloud.filestore.v1beta1.Instance instances = 1;

Parameter
NameDescription
valueInstance
Returns
TypeDescription
ListInstancesResponse.Builder

addInstances(Instance.Builder builderForValue)

public ListInstancesResponse.Builder addInstances(Instance.Builder builderForValue)

A list of instances in the project for the specified location. If the {location} value in the request is "-", the response contains a list of instances from all locations. If any location is unreachable, the response will only return instances in reachable locations and the "unreachable" field will be populated with a list of unreachable locations.

repeated .google.cloud.filestore.v1beta1.Instance instances = 1;

Parameter
NameDescription
builderForValueInstance.Builder
Returns
TypeDescription
ListInstancesResponse.Builder

addInstances(int index, Instance value)

public ListInstancesResponse.Builder addInstances(int index, Instance value)

A list of instances in the project for the specified location. If the {location} value in the request is "-", the response contains a list of instances from all locations. If any location is unreachable, the response will only return instances in reachable locations and the "unreachable" field will be populated with a list of unreachable locations.

repeated .google.cloud.filestore.v1beta1.Instance instances = 1;

Parameters
NameDescription
indexint
valueInstance
Returns
TypeDescription
ListInstancesResponse.Builder

addInstances(int index, Instance.Builder builderForValue)

public ListInstancesResponse.Builder addInstances(int index, Instance.Builder builderForValue)

A list of instances in the project for the specified location. If the {location} value in the request is "-", the response contains a list of instances from all locations. If any location is unreachable, the response will only return instances in reachable locations and the "unreachable" field will be populated with a list of unreachable locations.

repeated .google.cloud.filestore.v1beta1.Instance instances = 1;

Parameters
NameDescription
indexint
builderForValueInstance.Builder
Returns
TypeDescription
ListInstancesResponse.Builder

addInstancesBuilder()

public Instance.Builder addInstancesBuilder()

A list of instances in the project for the specified location. If the {location} value in the request is "-", the response contains a list of instances from all locations. If any location is unreachable, the response will only return instances in reachable locations and the "unreachable" field will be populated with a list of unreachable locations.

repeated .google.cloud.filestore.v1beta1.Instance instances = 1;

Returns
TypeDescription
Instance.Builder

addInstancesBuilder(int index)

public Instance.Builder addInstancesBuilder(int index)

A list of instances in the project for the specified location. If the {location} value in the request is "-", the response contains a list of instances from all locations. If any location is unreachable, the response will only return instances in reachable locations and the "unreachable" field will be populated with a list of unreachable locations.

repeated .google.cloud.filestore.v1beta1.Instance instances = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Instance.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListInstancesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListInstancesResponse.Builder
Overrides

addUnreachable(String value)

public ListInstancesResponse.Builder addUnreachable(String value)

Locations that could not be reached.

repeated string unreachable = 3;

Parameter
NameDescription
valueString

The unreachable to add.

Returns
TypeDescription
ListInstancesResponse.Builder

This builder for chaining.

addUnreachableBytes(ByteString value)

public ListInstancesResponse.Builder addUnreachableBytes(ByteString value)

Locations that could not be reached.

repeated string unreachable = 3;

Parameter
NameDescription
valueByteString

The bytes of the unreachable to add.

Returns
TypeDescription
ListInstancesResponse.Builder

This builder for chaining.

build()

public ListInstancesResponse build()
Returns
TypeDescription
ListInstancesResponse

buildPartial()

public ListInstancesResponse buildPartial()
Returns
TypeDescription
ListInstancesResponse

clear()

public ListInstancesResponse.Builder clear()
Returns
TypeDescription
ListInstancesResponse.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public ListInstancesResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ListInstancesResponse.Builder
Overrides

clearInstances()

public ListInstancesResponse.Builder clearInstances()

A list of instances in the project for the specified location. If the {location} value in the request is "-", the response contains a list of instances from all locations. If any location is unreachable, the response will only return instances in reachable locations and the "unreachable" field will be populated with a list of unreachable locations.

repeated .google.cloud.filestore.v1beta1.Instance instances = 1;

Returns
TypeDescription
ListInstancesResponse.Builder

clearNextPageToken()

public ListInstancesResponse.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
TypeDescription
ListInstancesResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ListInstancesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ListInstancesResponse.Builder
Overrides

clearUnreachable()

public ListInstancesResponse.Builder clearUnreachable()

Locations that could not be reached.

repeated string unreachable = 3;

Returns
TypeDescription
ListInstancesResponse.Builder

This builder for chaining.

clone()

public ListInstancesResponse.Builder clone()
Returns
TypeDescription
ListInstancesResponse.Builder
Overrides

getDefaultInstanceForType()

public ListInstancesResponse getDefaultInstanceForType()
Returns
TypeDescription
ListInstancesResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getInstances(int index)

public Instance getInstances(int index)

A list of instances in the project for the specified location. If the {location} value in the request is "-", the response contains a list of instances from all locations. If any location is unreachable, the response will only return instances in reachable locations and the "unreachable" field will be populated with a list of unreachable locations.

repeated .google.cloud.filestore.v1beta1.Instance instances = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Instance

getInstancesBuilder(int index)

public Instance.Builder getInstancesBuilder(int index)

A list of instances in the project for the specified location. If the {location} value in the request is "-", the response contains a list of instances from all locations. If any location is unreachable, the response will only return instances in reachable locations and the "unreachable" field will be populated with a list of unreachable locations.

repeated .google.cloud.filestore.v1beta1.Instance instances = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Instance.Builder

getInstancesBuilderList()

public List<Instance.Builder> getInstancesBuilderList()

A list of instances in the project for the specified location. If the {location} value in the request is "-", the response contains a list of instances from all locations. If any location is unreachable, the response will only return instances in reachable locations and the "unreachable" field will be populated with a list of unreachable locations.

repeated .google.cloud.filestore.v1beta1.Instance instances = 1;

Returns
TypeDescription
List<Builder>

getInstancesCount()

public int getInstancesCount()

A list of instances in the project for the specified location. If the {location} value in the request is "-", the response contains a list of instances from all locations. If any location is unreachable, the response will only return instances in reachable locations and the "unreachable" field will be populated with a list of unreachable locations.

repeated .google.cloud.filestore.v1beta1.Instance instances = 1;

Returns
TypeDescription
int

getInstancesList()

public List<Instance> getInstancesList()

A list of instances in the project for the specified location. If the {location} value in the request is "-", the response contains a list of instances from all locations. If any location is unreachable, the response will only return instances in reachable locations and the "unreachable" field will be populated with a list of unreachable locations.

repeated .google.cloud.filestore.v1beta1.Instance instances = 1;

Returns
TypeDescription
List<Instance>

getInstancesOrBuilder(int index)

public InstanceOrBuilder getInstancesOrBuilder(int index)

A list of instances in the project for the specified location. If the {location} value in the request is "-", the response contains a list of instances from all locations. If any location is unreachable, the response will only return instances in reachable locations and the "unreachable" field will be populated with a list of unreachable locations.

repeated .google.cloud.filestore.v1beta1.Instance instances = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
InstanceOrBuilder

getInstancesOrBuilderList()

public List<? extends InstanceOrBuilder> getInstancesOrBuilderList()

A list of instances in the project for the specified location. If the {location} value in the request is "-", the response contains a list of instances from all locations. If any location is unreachable, the response will only return instances in reachable locations and the "unreachable" field will be populated with a list of unreachable locations.

repeated .google.cloud.filestore.v1beta1.Instance instances = 1;

Returns
TypeDescription
List<? extends com.google.cloud.filestore.v1beta1.InstanceOrBuilder>

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
TypeDescription
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
TypeDescription
ByteString

The bytes for nextPageToken.

getUnreachable(int index)

public String getUnreachable(int index)

Locations that could not be reached.

repeated string unreachable = 3;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
int

The count of unreachable.

getUnreachableList()

public ProtocolStringList getUnreachableList()

Locations that could not be reached.

repeated string unreachable = 3;

Returns
TypeDescription
ProtocolStringList

A list containing the unreachable.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ListInstancesResponse other)

public ListInstancesResponse.Builder mergeFrom(ListInstancesResponse other)
Parameter
NameDescription
otherListInstancesResponse
Returns
TypeDescription
ListInstancesResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListInstancesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListInstancesResponse.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ListInstancesResponse.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ListInstancesResponse.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListInstancesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListInstancesResponse.Builder
Overrides

removeInstances(int index)

public ListInstancesResponse.Builder removeInstances(int index)

A list of instances in the project for the specified location. If the {location} value in the request is "-", the response contains a list of instances from all locations. If any location is unreachable, the response will only return instances in reachable locations and the "unreachable" field will be populated with a list of unreachable locations.

repeated .google.cloud.filestore.v1beta1.Instance instances = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ListInstancesResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public ListInstancesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListInstancesResponse.Builder
Overrides

setInstances(int index, Instance value)

public ListInstancesResponse.Builder setInstances(int index, Instance value)

A list of instances in the project for the specified location. If the {location} value in the request is "-", the response contains a list of instances from all locations. If any location is unreachable, the response will only return instances in reachable locations and the "unreachable" field will be populated with a list of unreachable locations.

repeated .google.cloud.filestore.v1beta1.Instance instances = 1;

Parameters
NameDescription
indexint
valueInstance
Returns
TypeDescription
ListInstancesResponse.Builder

setInstances(int index, Instance.Builder builderForValue)

public ListInstancesResponse.Builder setInstances(int index, Instance.Builder builderForValue)

A list of instances in the project for the specified location. If the {location} value in the request is "-", the response contains a list of instances from all locations. If any location is unreachable, the response will only return instances in reachable locations and the "unreachable" field will be populated with a list of unreachable locations.

repeated .google.cloud.filestore.v1beta1.Instance instances = 1;

Parameters
NameDescription
indexint
builderForValueInstance.Builder
Returns
TypeDescription
ListInstancesResponse.Builder

setNextPageToken(String value)

public ListInstancesResponse.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
NameDescription
valueString

The nextPageToken to set.

Returns
TypeDescription
ListInstancesResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListInstancesResponse.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
NameDescription
valueByteString

The bytes for nextPageToken to set.

Returns
TypeDescription
ListInstancesResponse.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ListInstancesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ListInstancesResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListInstancesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListInstancesResponse.Builder
Overrides

setUnreachable(int index, String value)

public ListInstancesResponse.Builder setUnreachable(int index, String value)

Locations that could not be reached.

repeated string unreachable = 3;

Parameters
NameDescription
indexint

The index to set the value at.

valueString

The unreachable to set.

Returns
TypeDescription
ListInstancesResponse.Builder

This builder for chaining.