public sealed class ListClustersResponse : IMessage<ListClustersResponse>, IEquatable<ListClustersResponse>, IDeepCloneable<ListClustersResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class ListClustersResponse.
Response message for BigtableInstanceAdmin.ListClusters.
Implements
IMessageListClustersResponse, IEquatableListClustersResponse, IDeepCloneableListClustersResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
ListClustersResponse()
public ListClustersResponse()
ListClustersResponse(ListClustersResponse)
public ListClustersResponse(ListClustersResponse other)
Parameter | |
---|---|
Name | Description |
other | ListClustersResponse |
Properties
Clusters
public RepeatedField<Cluster> Clusters { get; }
The list of requested clusters.
Property Value | |
---|---|
Type | Description |
RepeatedFieldCluster |
FailedLocations
public RepeatedField<string> FailedLocations { get; }
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>
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
NextPageToken
public string NextPageToken { get; set; }
DEPRECATED: This field is unused and ignored.
Property Value | |
---|---|
Type | Description |
string |