Class ListClustersResponse
Response message for BigtableInstanceAdmin.ListClusters.
Implements
Inherited Members
Namespace: Google.Apis.BigtableAdmin.v2.Data
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class ListClustersResponse : IDirectResponseSchema
Properties
Clusters
The list of requested clusters.
Declaration
[JsonProperty("clusters")]
public virtual IList<Cluster> Clusters { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Cluster> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FailedLocations
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//locations/
Declaration
[JsonProperty("failedLocations")]
public virtual IList<string> FailedLocations { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
NextPageToken
DEPRECATED: This field is unused and ignored.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |