GoogleApi.BigtableAdmin.V2.Model.ListInstancesResponse (google_api_bigtable_admin v0.20.0) View Source

Response message for BigtableInstanceAdmin.ListInstances.

Attributes

  • failedLocations (type: list(String.t), default: nil) - Locations from which Instance information could not be retrieved, due to an outage or some other transient condition. Instances whose Clusters are all in one of the failed locations may be missing from instances, and Instances with at least one Cluster in a failed location may only have partial information returned. Values are of the form projects//locations/
  • instances (type: list(GoogleApi.BigtableAdmin.V2.Model.Instance.t), default: nil) - The list of requested instances.
  • 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.ListInstancesResponse{
  failedLocations: [String.t()] | nil,
  instances: [GoogleApi.BigtableAdmin.V2.Model.Instance.t()] | nil,
  nextPageToken: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.