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.
| Parameters | |
|---|---|
| Name | Description |
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 |
Google\Cloud\Dataproc\V1\ClusterOperationStatus
Output only. Current operation status. |
↳ status_history |
array<Google\Cloud\Dataproc\V1\ClusterOperationStatus>
Output only. The previous operation status. |
↳ operation_type |
string
Output only. The operation type. |
↳ description |
string
Output only. Short description of operation. |
↳ labels |
array|Google\Protobuf\Internal\MapField
Output only. Labels associated with the operation |
↳ 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.
| Returns | |
|---|---|
| Type | Description |
string |
|
setClusterName
Output only. Name of the cluster for the operation.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getClusterUuid
Output only. Cluster UUID for the operation.
| Returns | |
|---|---|
| Type | Description |
string |
|
setClusterUuid
Output only. Cluster UUID for the operation.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getStatus
Output only. Current operation status.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Dataproc\V1\ClusterOperationStatus|null |
|
hasStatus
clearStatus
setStatus
Output only. Current operation status.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Dataproc\V1\ClusterOperationStatus
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getStatusHistory
Output only. The previous operation status.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setStatusHistory
Output only. The previous operation status.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Cloud\Dataproc\V1\ClusterOperationStatus>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getOperationType
Output only. The operation type.
| Returns | |
|---|---|
| Type | Description |
string |
|
setOperationType
Output only. The operation type.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDescription
Output only. Short description of operation.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDescription
Output only. Short description of operation.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getLabels
Output only. Labels associated with the operation
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\MapField |
|
setLabels
Output only. Labels associated with the operation
| Parameter | |
|---|---|
| Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getWarnings
Output only. Errors encountered during operation execution.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setWarnings
Output only. Errors encountered during operation execution.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getChildOperationIds
Output only. Child operation ids
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setChildOperationIds
Output only. Child operation ids
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|