public sealed class ListClustersResponse : IMessage<ListClustersResponse>, IEquatable<ListClustersResponse>, IDeepCloneable<ListClustersResponse>, IBufferMessage, IMessageResponse message for BigtableInstanceAdmin.ListClusters.
Implements
IMessage<ListClustersResponse>, IEquatable<ListClustersResponse>, IDeepCloneable<ListClustersResponse>, 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 |
RepeatedField<Cluster> |
|
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 |
RepeatedField<String> |
|
NextPageToken
public string NextPageToken { get; set; }DEPRECATED: This field is unused and ignored.
| Property Value | |
|---|---|
| Type | Description |
String |
|