public static final class ListClustersResponse.Builder extends GeneratedMessageV3.Builder<ListClustersResponse.Builder> implements ListClustersResponseOrBuilder
Response message for BigtableInstanceAdmin.ListClusters.
Protobuf type google.bigtable.admin.v2.ListClustersResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListClustersResponse.BuilderImplements
ListClustersResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllClusters(Iterable<? extends Cluster> values)
public ListClustersResponse.Builder addAllClusters(Iterable<? extends Cluster> values)
The list of requested clusters.
repeated .google.bigtable.admin.v2.Cluster clusters = 1;
Name | Description |
values | Iterable<? extends com.google.bigtable.admin.v2.Cluster> |
Type | Description |
ListClustersResponse.Builder |
addAllFailedLocations(Iterable<String> values)
public ListClustersResponse.Builder addAllFailedLocations(Iterable<String> values)
Locations from which Cluster information could not be retrieved,
due to an outage or some other transient condition.
Clusters from these locations may be missing from clusters
,
or may only have partial information returned.
Values are of the form projects/<project>/locations/<zone_id>
repeated string failed_locations = 2;
Name | Description |
values | Iterable<String> The failedLocations to add. |
Type | Description |
ListClustersResponse.Builder | This builder for chaining. |
addClusters(Cluster value)
public ListClustersResponse.Builder addClusters(Cluster value)
The list of requested clusters.
repeated .google.bigtable.admin.v2.Cluster clusters = 1;
Name | Description |
value | Cluster |
Type | Description |
ListClustersResponse.Builder |
addClusters(Cluster.Builder builderForValue)
public ListClustersResponse.Builder addClusters(Cluster.Builder builderForValue)
The list of requested clusters.
repeated .google.bigtable.admin.v2.Cluster clusters = 1;
Name | Description |
builderForValue | Cluster.Builder |
Type | Description |
ListClustersResponse.Builder |
addClusters(int index, Cluster value)
public ListClustersResponse.Builder addClusters(int index, Cluster value)
The list of requested clusters.
repeated .google.bigtable.admin.v2.Cluster clusters = 1;
Name | Description |
index | int |
value | Cluster |
Type | Description |
ListClustersResponse.Builder |
addClusters(int index, Cluster.Builder builderForValue)
public ListClustersResponse.Builder addClusters(int index, Cluster.Builder builderForValue)
The list of requested clusters.
repeated .google.bigtable.admin.v2.Cluster clusters = 1;
Name | Description |
index | int |
builderForValue | Cluster.Builder |
Type | Description |
ListClustersResponse.Builder |
addClustersBuilder()
public Cluster.Builder addClustersBuilder()
The list of requested clusters.
repeated .google.bigtable.admin.v2.Cluster clusters = 1;
Type | Description |
Cluster.Builder |
addClustersBuilder(int index)
public Cluster.Builder addClustersBuilder(int index)
The list of requested clusters.
repeated .google.bigtable.admin.v2.Cluster clusters = 1;
Name | Description |
index | int |
Type | Description |
Cluster.Builder |
addFailedLocations(String value)
public ListClustersResponse.Builder addFailedLocations(String value)
Locations from which Cluster information could not be retrieved,
due to an outage or some other transient condition.
Clusters from these locations may be missing from clusters
,
or may only have partial information returned.
Values are of the form projects/<project>/locations/<zone_id>
repeated string failed_locations = 2;
Name | Description |
value | String The failedLocations to add. |
Type | Description |
ListClustersResponse.Builder | This builder for chaining. |
addFailedLocationsBytes(ByteString value)
public ListClustersResponse.Builder addFailedLocationsBytes(ByteString value)
Locations from which Cluster information could not be retrieved,
due to an outage or some other transient condition.
Clusters from these locations may be missing from clusters
,
or may only have partial information returned.
Values are of the form projects/<project>/locations/<zone_id>
repeated string failed_locations = 2;
Name | Description |
value | ByteString The bytes of the failedLocations to add. |
Type | Description |
ListClustersResponse.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListClustersResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ListClustersResponse.Builder |
build()
public ListClustersResponse build()
Type | Description |
ListClustersResponse |
buildPartial()
public ListClustersResponse buildPartial()
Type | Description |
ListClustersResponse |
clear()
public ListClustersResponse.Builder clear()
Type | Description |
ListClustersResponse.Builder |
clearClusters()
public ListClustersResponse.Builder clearClusters()
The list of requested clusters.
repeated .google.bigtable.admin.v2.Cluster clusters = 1;
Type | Description |
ListClustersResponse.Builder |
clearFailedLocations()
public ListClustersResponse.Builder clearFailedLocations()
Locations from which Cluster information could not be retrieved,
due to an outage or some other transient condition.
Clusters from these locations may be missing from clusters
,
or may only have partial information returned.
Values are of the form projects/<project>/locations/<zone_id>
repeated string failed_locations = 2;
Type | Description |
ListClustersResponse.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public ListClustersResponse.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
ListClustersResponse.Builder |
clearNextPageToken()
public ListClustersResponse.Builder clearNextPageToken()
DEPRECATED: This field is unused and ignored.
string next_page_token = 3;
Type | Description |
ListClustersResponse.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListClustersResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
ListClustersResponse.Builder |
clone()
public ListClustersResponse.Builder clone()
Type | Description |
ListClustersResponse.Builder |
getClusters(int index)
public Cluster getClusters(int index)
The list of requested clusters.
repeated .google.bigtable.admin.v2.Cluster clusters = 1;
Name | Description |
index | int |
Type | Description |
Cluster |
getClustersBuilder(int index)
public Cluster.Builder getClustersBuilder(int index)
The list of requested clusters.
repeated .google.bigtable.admin.v2.Cluster clusters = 1;
Name | Description |
index | int |
Type | Description |
Cluster.Builder |
getClustersBuilderList()
public List<Cluster.Builder> getClustersBuilderList()
The list of requested clusters.
repeated .google.bigtable.admin.v2.Cluster clusters = 1;
Type | Description |
List<Builder> |
getClustersCount()
public int getClustersCount()
The list of requested clusters.
repeated .google.bigtable.admin.v2.Cluster clusters = 1;
Type | Description |
int |
getClustersList()
public List<Cluster> getClustersList()
The list of requested clusters.
repeated .google.bigtable.admin.v2.Cluster clusters = 1;
Type | Description |
List<Cluster> |
getClustersOrBuilder(int index)
public ClusterOrBuilder getClustersOrBuilder(int index)
The list of requested clusters.
repeated .google.bigtable.admin.v2.Cluster clusters = 1;
Name | Description |
index | int |
Type | Description |
ClusterOrBuilder |
getClustersOrBuilderList()
public List<? extends ClusterOrBuilder> getClustersOrBuilderList()
The list of requested clusters.
repeated .google.bigtable.admin.v2.Cluster clusters = 1;
Type | Description |
List<? extends com.google.bigtable.admin.v2.ClusterOrBuilder> |
getDefaultInstanceForType()
public ListClustersResponse getDefaultInstanceForType()
Type | Description |
ListClustersResponse |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getFailedLocations(int index)
public String getFailedLocations(int index)
Locations from which Cluster information could not be retrieved,
due to an outage or some other transient condition.
Clusters from these locations may be missing from clusters
,
or may only have partial information returned.
Values are of the form projects/<project>/locations/<zone_id>
repeated string failed_locations = 2;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The failedLocations at the given index. |
getFailedLocationsBytes(int index)
public ByteString getFailedLocationsBytes(int index)
Locations from which Cluster information could not be retrieved,
due to an outage or some other transient condition.
Clusters from these locations may be missing from clusters
,
or may only have partial information returned.
Values are of the form projects/<project>/locations/<zone_id>
repeated string failed_locations = 2;
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the failedLocations at the given index. |
getFailedLocationsCount()
public int getFailedLocationsCount()
Locations from which Cluster information could not be retrieved,
due to an outage or some other transient condition.
Clusters from these locations may be missing from clusters
,
or may only have partial information returned.
Values are of the form projects/<project>/locations/<zone_id>
repeated string failed_locations = 2;
Type | Description |
int | The count of failedLocations. |
getFailedLocationsList()
public ProtocolStringList getFailedLocationsList()
Locations from which Cluster information could not be retrieved,
due to an outage or some other transient condition.
Clusters from these locations may be missing from clusters
,
or may only have partial information returned.
Values are of the form projects/<project>/locations/<zone_id>
repeated string failed_locations = 2;
Type | Description |
ProtocolStringList | A list containing the failedLocations. |
getNextPageToken()
public String getNextPageToken()
DEPRECATED: This field is unused and ignored.
string next_page_token = 3;
Type | Description |
String | The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
DEPRECATED: This field is unused and ignored.
string next_page_token = 3;
Type | Description |
ByteString | The bytes for nextPageToken. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(ListClustersResponse other)
public ListClustersResponse.Builder mergeFrom(ListClustersResponse other)
Name | Description |
other | ListClustersResponse |
Type | Description |
ListClustersResponse.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListClustersResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListClustersResponse.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public ListClustersResponse.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
ListClustersResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListClustersResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ListClustersResponse.Builder |
removeClusters(int index)
public ListClustersResponse.Builder removeClusters(int index)
The list of requested clusters.
repeated .google.bigtable.admin.v2.Cluster clusters = 1;
Name | Description |
index | int |
Type | Description |
ListClustersResponse.Builder |
setClusters(int index, Cluster value)
public ListClustersResponse.Builder setClusters(int index, Cluster value)
The list of requested clusters.
repeated .google.bigtable.admin.v2.Cluster clusters = 1;
Name | Description |
index | int |
value | Cluster |
Type | Description |
ListClustersResponse.Builder |
setClusters(int index, Cluster.Builder builderForValue)
public ListClustersResponse.Builder setClusters(int index, Cluster.Builder builderForValue)
The list of requested clusters.
repeated .google.bigtable.admin.v2.Cluster clusters = 1;
Name | Description |
index | int |
builderForValue | Cluster.Builder |
Type | Description |
ListClustersResponse.Builder |
setFailedLocations(int index, String value)
public ListClustersResponse.Builder setFailedLocations(int index, String value)
Locations from which Cluster information could not be retrieved,
due to an outage or some other transient condition.
Clusters from these locations may be missing from clusters
,
or may only have partial information returned.
Values are of the form projects/<project>/locations/<zone_id>
repeated string failed_locations = 2;
Name | Description |
index | int The index to set the value at. |
value | String The failedLocations to set. |
Type | Description |
ListClustersResponse.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public ListClustersResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ListClustersResponse.Builder |
setNextPageToken(String value)
public ListClustersResponse.Builder setNextPageToken(String value)
DEPRECATED: This field is unused and ignored.
string next_page_token = 3;
Name | Description |
value | String The nextPageToken to set. |
Type | Description |
ListClustersResponse.Builder | This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListClustersResponse.Builder setNextPageTokenBytes(ByteString value)
DEPRECATED: This field is unused and ignored.
string next_page_token = 3;
Name | Description |
value | ByteString The bytes for nextPageToken to set. |
Type | Description |
ListClustersResponse.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListClustersResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
ListClustersResponse.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListClustersResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ListClustersResponse.Builder |