View Source GoogleApi.Dataproc.V1.Model.ClusterOperationMetadata (google_api_dataproc v0.54.0)

Metadata describing the operation.

Attributes

  • childOperationIds (type: list(String.t), default: nil) - Output only. Child operation ids
  • clusterName (type: String.t, default: nil) - Output only. Name of the cluster for the operation.
  • clusterUuid (type: String.t, default: nil) - Output only. Cluster UUID for the operation.
  • description (type: String.t, default: nil) - Output only. Short description of operation.
  • labels (type: map(), default: nil) - Output only. Labels associated with the operation
  • operationType (type: String.t, default: nil) - Output only. The operation type.
  • status (type: GoogleApi.Dataproc.V1.Model.ClusterOperationStatus.t, default: nil) - Output only. Current operation status.
  • statusHistory (type: list(GoogleApi.Dataproc.V1.Model.ClusterOperationStatus.t), default: nil) - Output only. The previous operation status.
  • warnings (type: list(String.t), default: nil) - Output only. Errors encountered during operation execution.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataproc.V1.Model.ClusterOperationMetadata{
  childOperationIds: [String.t()] | nil,
  clusterName: String.t() | nil,
  clusterUuid: String.t() | nil,
  description: String.t() | nil,
  labels: map() | nil,
  operationType: String.t() | nil,
  status: GoogleApi.Dataproc.V1.Model.ClusterOperationStatus.t() | nil,
  statusHistory: [GoogleApi.Dataproc.V1.Model.ClusterOperationStatus.t()] | nil,
  warnings: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.