google_api_bigtable_admin v0.5.0 GoogleApi.BigtableAdmin.V2.Model.CreateClusterMetadata View Source
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 fullname
of each table that existed in the instance when CreateCluster was first called, i.e.projects/<project>/instances/<instance>/tables/<table>
. 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.BigtableAdmin.V2.Model.CreateClusterMetadata{ finishTime: DateTime.t(), originalRequest: GoogleApi.BigtableAdmin.V2.Model.CreateClusterRequest.t(), requestTime: DateTime.t(), tables: %{ optional(String.t()) => GoogleApi.BigtableAdmin.V2.Model.TableProgress.t() } }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.