View Source GoogleApi.BigtableAdmin.V2.Model.CreateClusterMetadata (google_api_bigtable_admin v0.22.0)

The metadata for the Operation returned by CreateCluster.

Attributes

  • finishTime (type: DateTime.t, default: nil) - The time at which the operation failed or was completed successfully.
  • originalRequest (type: GoogleApi.BigtableAdmin.V2.Model.CreateClusterRequest.t, default: nil) - The request that prompted the initiation of this CreateCluster operation.
  • requestTime (type: DateTime.t, default: nil) - The time at which the original request was received.
  • tables (type: %{optional(String.t) => GoogleApi.BigtableAdmin.V2.Model.TableProgress.t}, default: nil) - Keys: the full name of each table that existed in the instance when CreateCluster was first called, i.e. projects//instances//tables/. Any table added to the instance by a later API call will be created in the new cluster by that API call, not this one. Values: information on how much of a table's data has been copied to the newly-created cluster so far.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigtableAdmin.V2.Model.CreateClusterMetadata{
  finishTime: DateTime.t() | nil,
  originalRequest:
    GoogleApi.BigtableAdmin.V2.Model.CreateClusterRequest.t() | nil,
  requestTime: DateTime.t() | nil,
  tables:
    %{
      optional(String.t()) => GoogleApi.BigtableAdmin.V2.Model.TableProgress.t()
    }
    | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.