google_api_bigtable_admin v0.11.0 GoogleApi.BigtableAdmin.V2.Model.OptimizeRestoredTableMetadata View Source

Metadata type for the long-running operation used to track the progress of optimizations performed on a newly restored table. This long-running operation is automatically created by the system after the successful completion of a table restore, and cannot be cancelled.

Attributes

  • name (type: String.t, default: nil) - Name of the restored table being optimized.
  • progress (type: GoogleApi.BigtableAdmin.V2.Model.OperationProgress.t, default: nil) - The progress of the post-restore optimizations.

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.OptimizeRestoredTableMetadata{
  name: String.t(),
  progress: GoogleApi.BigtableAdmin.V2.Model.OperationProgress.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.