GoogleApi.Dataproc.V1.Model.ClusterOperationMetadata (google_api_dataproc v0.47.0) 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
Specs
t() :: %GoogleApi.Dataproc.V1.Model.ClusterOperationMetadata{ 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 }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.