View Source GoogleApi.BigtableAdmin.V2.Model.ListClustersResponse (google_api_bigtable_admin v0.22.0)
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 fromclusters
, or may only have partial information returned. Values are of the formprojects//locations/
-
nextPageToken
(type:String.t
, default:nil
) - DEPRECATED: This field is unused and ignored.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigtableAdmin.V2.Model.ListClustersResponse{ clusters: [GoogleApi.BigtableAdmin.V2.Model.Cluster.t()] | nil, failedLocations: [String.t()] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.