View Source GoogleApi.GKEOnPrem.V1.Model.OperationMetadata (google_api_gke_on_prem v0.2.0)

Represents the metadata of the long-running operation.

Attributes

  • apiVersion (type: String.t, default: nil) - Output only. API version used to start the operation.
  • controlPlaneDisconnected (type: boolean(), default: nil) - Output only. Denotes if the local managing cluster's control plane is currently disconnected. This is expected to occur temporarily during self-managed cluster upgrades.
  • createTime (type: DateTime.t, default: nil) - Output only. The time the operation was created.
  • endTime (type: DateTime.t, default: nil) - Output only. The time the operation finished running.
  • progress (type: GoogleApi.GKEOnPrem.V1.Model.OperationProgress.t, default: nil) - Output only. Detailed progress information for the operation.
  • requestedCancellation (type: boolean(), default: nil) - Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have [Operation.error] value with a [google.rpc.Status.code] of 1, corresponding to Code.CANCELLED.
  • statusMessage (type: String.t, default: nil) - Output only. Human-readable status of the operation, if any.
  • target (type: String.t, default: nil) - Output only. Server-defined resource path for the target of the operation.
  • type (type: String.t, default: nil) - Output only. Type of operation being executed.
  • verb (type: String.t, default: nil) - Output only. Name of the verb executed by the operation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEOnPrem.V1.Model.OperationMetadata{
  apiVersion: String.t() | nil,
  controlPlaneDisconnected: boolean() | nil,
  createTime: DateTime.t() | nil,
  endTime: DateTime.t() | nil,
  progress: GoogleApi.GKEOnPrem.V1.Model.OperationProgress.t() | nil,
  requestedCancellation: boolean() | nil,
  statusMessage: String.t() | nil,
  target: String.t() | nil,
  type: String.t() | nil,
  verb: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.