google_api_dataproc v0.6.0 GoogleApi.Dataproc.V1.Model.ClusterOperationMetadata View Source
Metadata describing the operation.
Attributes
- clusterName (String.t): Output only. Name of the cluster for the operation. Defaults to:
null
. - clusterUuid (String.t): Output only. Cluster UUID for the operation. Defaults to:
null
. - description (String.t): Output only. Short description of operation. Defaults to:
null
. - labels (%{optional(String.t) => String.t}): Output only. Labels associated with the operation Defaults to:
null
. - operationType (String.t): Output only. The operation type. Defaults to:
null
. - status (ClusterOperationStatus): Output only. Current operation status. Defaults to:
null
. - statusHistory ([ClusterOperationStatus]): Output only. The previous operation status. Defaults to:
null
. - warnings ([String.t]): Output only. Errors encountered during operation execution. Defaults to:
null
.
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()
View Source
t() :: %GoogleApi.Dataproc.V1.Model.ClusterOperationMetadata{
clusterName: any(),
clusterUuid: any(),
description: any(),
labels: map(),
operationType: any(),
status: GoogleApi.Dataproc.V1.Model.ClusterOperationStatus.t(),
statusHistory: [GoogleApi.Dataproc.V1.Model.ClusterOperationStatus.t()],
warnings: [any()]
}
t() :: %GoogleApi.Dataproc.V1.Model.ClusterOperationMetadata{ clusterName: any(), clusterUuid: any(), description: any(), labels: map(), operationType: any(), status: GoogleApi.Dataproc.V1.Model.ClusterOperationStatus.t(), statusHistory: [GoogleApi.Dataproc.V1.Model.ClusterOperationStatus.t()], warnings: [any()] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.