google_api_dataproc v0.27.0 GoogleApi.Dataproc.V1.Model.ClusterOperationMetadata View Source

Metadata describing the operation.

Attributes

  • 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Dataproc.V1.Model.ClusterOperationMetadata{
  clusterName: String.t(),
  clusterUuid: String.t(),
  description: String.t(),
  labels: map(),
  operationType: String.t(),
  status: GoogleApi.Dataproc.V1.Model.ClusterOperationStatus.t(),
  statusHistory: [GoogleApi.Dataproc.V1.Model.ClusterOperationStatus.t()],
  warnings: [String.t()]
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.