Class ListInstancesResponse.Builder (2.41.0)

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

Response for ListInstances.

Protobuf type google.cloud.memcache.v1beta2.ListInstancesResponse

Static Methods

getDescriptor()

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

Methods

addAllResources(Iterable<? extends Instance> values)

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

A list of Memcached instances in the project in the specified location, or across all locations.

If the location_id in the parent field of the request is "-", all regions available to the project are queried, and the results aggregated.

repeated .google.cloud.memcache.v1beta2.Instance resources = 1;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.memcache.v1beta2.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.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

addResources(Instance value)

public ListInstancesResponse.Builder addResources(Instance value)

A list of Memcached instances in the project in the specified location, or across all locations.

If the location_id in the parent field of the request is "-", all regions available to the project are queried, and the results aggregated.

repeated .google.cloud.memcache.v1beta2.Instance resources = 1;

Parameter
NameDescription
valueInstance
Returns
TypeDescription
ListInstancesResponse.Builder

addResources(Instance.Builder builderForValue)

public ListInstancesResponse.Builder addResources(Instance.Builder builderForValue)

A list of Memcached instances in the project in the specified location, or across all locations.

If the location_id in the parent field of the request is "-", all regions available to the project are queried, and the results aggregated.

repeated .google.cloud.memcache.v1beta2.Instance resources = 1;

Parameter
NameDescription
builderForValueInstance.Builder
Returns
TypeDescription
ListInstancesResponse.Builder

addResources(int index, Instance value)

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

A list of Memcached instances in the project in the specified location, or across all locations.

If the location_id in the parent field of the request is "-", all regions available to the project are queried, and the results aggregated.

repeated .google.cloud.memcache.v1beta2.Instance resources = 1;

Parameters
NameDescription
indexint
valueInstance
Returns
TypeDescription
ListInstancesResponse.Builder

addResources(int index, Instance.Builder builderForValue)

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

A list of Memcached instances in the project in the specified location, or across all locations.

If the location_id in the parent field of the request is "-", all regions available to the project are queried, and the results aggregated.

repeated .google.cloud.memcache.v1beta2.Instance resources = 1;

Parameters
NameDescription
indexint
builderForValueInstance.Builder
Returns
TypeDescription
ListInstancesResponse.Builder

addResourcesBuilder()

public Instance.Builder addResourcesBuilder()

A list of Memcached instances in the project in the specified location, or across all locations.

If the location_id in the parent field of the request is "-", all regions available to the project are queried, and the results aggregated.

repeated .google.cloud.memcache.v1beta2.Instance resources = 1;

Returns
TypeDescription
Instance.Builder

addResourcesBuilder(int index)

public Instance.Builder addResourcesBuilder(int index)

A list of Memcached instances in the project in the specified location, or across all locations.

If the location_id in the parent field of the request is "-", all regions available to the project are queried, and the results aggregated.

repeated .google.cloud.memcache.v1beta2.Instance resources = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Instance.Builder

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

clearNextPageToken()

public ListInstancesResponse.Builder clearNextPageToken()

Token to retrieve the next page of results, or empty 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

clearResources()

public ListInstancesResponse.Builder clearResources()

A list of Memcached instances in the project in the specified location, or across all locations.

If the location_id in the parent field of the request is "-", all regions available to the project are queried, and the results aggregated.

repeated .google.cloud.memcache.v1beta2.Instance resources = 1;

Returns
TypeDescription
ListInstancesResponse.Builder

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

getNextPageToken()

public String getNextPageToken()

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getResources(int index)

public Instance getResources(int index)

A list of Memcached instances in the project in the specified location, or across all locations.

If the location_id in the parent field of the request is "-", all regions available to the project are queried, and the results aggregated.

repeated .google.cloud.memcache.v1beta2.Instance resources = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Instance

getResourcesBuilder(int index)

public Instance.Builder getResourcesBuilder(int index)

A list of Memcached instances in the project in the specified location, or across all locations.

If the location_id in the parent field of the request is "-", all regions available to the project are queried, and the results aggregated.

repeated .google.cloud.memcache.v1beta2.Instance resources = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Instance.Builder

getResourcesBuilderList()

public List<Instance.Builder> getResourcesBuilderList()

A list of Memcached instances in the project in the specified location, or across all locations.

If the location_id in the parent field of the request is "-", all regions available to the project are queried, and the results aggregated.

repeated .google.cloud.memcache.v1beta2.Instance resources = 1;

Returns
TypeDescription
List<Builder>

getResourcesCount()

public int getResourcesCount()

A list of Memcached instances in the project in the specified location, or across all locations.

If the location_id in the parent field of the request is "-", all regions available to the project are queried, and the results aggregated.

repeated .google.cloud.memcache.v1beta2.Instance resources = 1;

Returns
TypeDescription
int

getResourcesList()

public List<Instance> getResourcesList()

A list of Memcached instances in the project in the specified location, or across all locations.

If the location_id in the parent field of the request is "-", all regions available to the project are queried, and the results aggregated.

repeated .google.cloud.memcache.v1beta2.Instance resources = 1;

Returns
TypeDescription
List<Instance>

getResourcesOrBuilder(int index)

public InstanceOrBuilder getResourcesOrBuilder(int index)

A list of Memcached instances in the project in the specified location, or across all locations.

If the location_id in the parent field of the request is "-", all regions available to the project are queried, and the results aggregated.

repeated .google.cloud.memcache.v1beta2.Instance resources = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
InstanceOrBuilder

getResourcesOrBuilderList()

public List<? extends InstanceOrBuilder> getResourcesOrBuilderList()

A list of Memcached instances in the project in the specified location, or across all locations.

If the location_id in the parent field of the request is "-", all regions available to the project are queried, and the results aggregated.

repeated .google.cloud.memcache.v1beta2.Instance resources = 1;

Returns
TypeDescription
List<? extends com.google.cloud.memcache.v1beta2.InstanceOrBuilder>

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

removeResources(int index)

public ListInstancesResponse.Builder removeResources(int index)

A list of Memcached instances in the project in the specified location, or across all locations.

If the location_id in the parent field of the request is "-", all regions available to the project are queried, and the results aggregated.

repeated .google.cloud.memcache.v1beta2.Instance resources = 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

setNextPageToken(String value)

public ListInstancesResponse.Builder setNextPageToken(String value)

Token to retrieve the next page of results, or empty 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)

Token to retrieve the next page of results, or empty 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

setResources(int index, Instance value)

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

A list of Memcached instances in the project in the specified location, or across all locations.

If the location_id in the parent field of the request is "-", all regions available to the project are queried, and the results aggregated.

repeated .google.cloud.memcache.v1beta2.Instance resources = 1;

Parameters
NameDescription
indexint
valueInstance
Returns
TypeDescription
ListInstancesResponse.Builder

setResources(int index, Instance.Builder builderForValue)

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

A list of Memcached instances in the project in the specified location, or across all locations.

If the location_id in the parent field of the request is "-", all regions available to the project are queried, and the results aggregated.

repeated .google.cloud.memcache.v1beta2.Instance resources = 1;

Parameters
NameDescription
indexint
builderForValueInstance.Builder
Returns
TypeDescription
ListInstancesResponse.Builder

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.