google_api_bigtable_admin v0.7.0 GoogleApi.BigtableAdmin.V2.Model.OperationProgress View Source

Encapsulates progress related information for a Cloud Bigtable long running operation.

Attributes

  • endTime (type: DateTime.t, default: nil) - If set, the time at which this operation failed or was completed successfully.
  • progressPercent (type: integer(), default: nil) - Percent completion of the operation. Values are between 0 and 100 inclusive.
  • startTime (type: DateTime.t, default: nil) - Time the request was received.

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.OperationProgress{
  endTime: DateTime.t(),
  progressPercent: integer(),
  startTime: DateTime.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.