Reference documentation and code samples for the Google Cloud Dataproc V1 Client class ClusterOperationMetadata.
Metadata describing the operation.
Generated from protobuf message google.cloud.dataproc.v1.ClusterOperationMetadata
Namespace
Google \ Cloud \ Dataproc \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ cluster_name
string
Output only. Name of the cluster for the operation.
↳ cluster_uuid
string
Output only. Cluster UUID for the operation.
↳ status
↳ status_history
↳ operation_type
string
Output only. The operation type.
↳ description
string
Output only. Short description of operation.
↳ labels
↳ warnings
array
Output only. Errors encountered during operation execution.
↳ child_operation_ids
array
Output only. Child operation ids
getClusterName
Output only. Name of the cluster for the operation.
string
setClusterName
Output only. Name of the cluster for the operation.
var
string
$this
getClusterUuid
Output only. Cluster UUID for the operation.
string
setClusterUuid
Output only. Cluster UUID for the operation.
var
string
$this
getStatus
Output only. Current operation status.
hasStatus
clearStatus
setStatus
Output only. Current operation status.
$this
getStatusHistory
Output only. The previous operation status.
setStatusHistory
Output only. The previous operation status.
$this
getOperationType
Output only. The operation type.
string
setOperationType
Output only. The operation type.
var
string
$this
getDescription
Output only. Short description of operation.
string
setDescription
Output only. Short description of operation.
var
string
$this
getLabels
Output only. Labels associated with the operation
setLabels
Output only. Labels associated with the operation
$this
getWarnings
Output only. Errors encountered during operation execution.
setWarnings
Output only. Errors encountered during operation execution.
var
string[]
$this
getChildOperationIds
Output only. Child operation ids
setChildOperationIds
Output only. Child operation ids
var
string[]
$this