google_api_bigtable_admin v0.10.0 GoogleApi.BigtableAdmin.V2.Model.ListClustersResponse View Source

Response message for BigtableInstanceAdmin.ListClusters.

Attributes

  • clusters (type: list(GoogleApi.BigtableAdmin.V2.Model.Cluster.t), default: nil) - The list of requested clusters.
  • failedLocations (type: list(String.t), default: nil) - 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>
  • nextPageToken (type: String.t, default: nil) - DEPRECATED: This field is unused and ignored.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.BigtableAdmin.V2.Model.ListClustersResponse{
  clusters: [GoogleApi.BigtableAdmin.V2.Model.Cluster.t()],
  failedLocations: [String.t()],
  nextPageToken: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.