GoogleApi.Spanner.V1.Model.CreateInstancePartitionMetadata (google_api_spanner v0.48.0)
View SourceMetadata type for the operation returned by CreateInstancePartition.
Attributes
-
cancelTime(type:DateTime.t, default:nil) - The time at which this operation was cancelled. If set, this operation is in the process of undoing itself (which is guaranteed to succeed) and cannot be cancelled again. -
endTime(type:DateTime.t, default:nil) - The time at which this operation failed or was completed successfully. -
instancePartition(type:GoogleApi.Spanner.V1.Model.InstancePartition.t, default:nil) - The instance partition being created. -
startTime(type:DateTime.t, default:nil) - The time at which the CreateInstancePartition request was received.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Spanner.V1.Model.CreateInstancePartitionMetadata{ cancelTime: DateTime.t() | nil, endTime: DateTime.t() | nil, instancePartition: GoogleApi.Spanner.V1.Model.InstancePartition.t() | nil, startTime: DateTime.t() | nil }