public interface ListClustersResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Cluster |
getClusters(int index)
The list of requested clusters.
|
int |
getClustersCount()
The list of requested clusters.
|
List<Cluster> |
getClustersList()
The list of requested clusters.
|
ClusterOrBuilder |
getClustersOrBuilder(int index)
The list of requested clusters.
|
List<? extends ClusterOrBuilder> |
getClustersOrBuilderList()
The list of requested clusters.
|
String |
getFailedLocations(int index)
Locations from which Cluster information could not be retrieved,
due to an outage or some other transient condition.
|
com.google.protobuf.ByteString |
getFailedLocationsBytes(int index)
Locations from which Cluster information could not be retrieved,
due to an outage or some other transient condition.
|
int |
getFailedLocationsCount()
Locations from which Cluster information could not be retrieved,
due to an outage or some other transient condition.
|
List<String> |
getFailedLocationsList()
Locations from which Cluster information could not be retrieved,
due to an outage or some other transient condition.
|
String |
getNextPageToken()
DEPRECATED: This field is unused and ignored.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
DEPRECATED: This field is unused and ignored.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Cluster> getClustersList()
The list of requested clusters.
repeated .google.bigtable.admin.v2.Cluster clusters = 1;Cluster getClusters(int index)
The list of requested clusters.
repeated .google.bigtable.admin.v2.Cluster clusters = 1;int getClustersCount()
The list of requested clusters.
repeated .google.bigtable.admin.v2.Cluster clusters = 1;List<? extends ClusterOrBuilder> getClustersOrBuilderList()
The list of requested clusters.
repeated .google.bigtable.admin.v2.Cluster clusters = 1;ClusterOrBuilder getClustersOrBuilder(int index)
The list of requested clusters.
repeated .google.bigtable.admin.v2.Cluster clusters = 1;List<String> 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;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;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;index - The index of the element to return.com.google.protobuf.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;index - The index of the value to return.String getNextPageToken()
DEPRECATED: This field is unused and ignored.
string next_page_token = 3;com.google.protobuf.ByteString getNextPageTokenBytes()
DEPRECATED: This field is unused and ignored.
string next_page_token = 3;Copyright © 2022 Google LLC. All rights reserved.