GoogleApi.BigtableAdmin.V2.Model.CreateClusterMetadata (google_api_bigtable_admin v0.18.0) 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 fullnameof 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.
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.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
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.