Google Cloud Bigtable Administration v2 API - Class ListClustersResponse (3.14.0)

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.

Inheritance

object > ListClustersResponse

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

ListClustersResponse()

public ListClustersResponse()

ListClustersResponse(ListClustersResponse)

public ListClustersResponse(ListClustersResponse other)
Parameter
NameDescription
otherListClustersResponse

Properties

Clusters

public RepeatedField<Cluster> Clusters { get; }

The list of requested clusters.

Property Value
TypeDescription
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
TypeDescription
RepeatedFieldstring

NextPageToken

public string NextPageToken { get; set; }

DEPRECATED: This field is unused and ignored.

Property Value
TypeDescription
string