Properties of a ClusterOperationMetadata.
Package
@google-cloud/dataprocProperties
clusterName
clusterName?: (string|null);ClusterOperationMetadata clusterName
| Type | Description | 
| (string|null) | 
clusterUuid
clusterUuid?: (string|null);ClusterOperationMetadata clusterUuid
| Type | Description | 
| (string|null) | 
description
description?: (string|null);ClusterOperationMetadata description
| Type | Description | 
| (string|null) | 
labels
labels?: ({ [k: string]: string }|null);ClusterOperationMetadata labels
| Type | Description | 
| ({ [k: string]: string }|null) | 
operationType
operationType?: (string|null);ClusterOperationMetadata operationType
| Type | Description | 
| (string|null) | 
status
status?: (google.cloud.dataproc.v1.IClusterOperationStatus|null);ClusterOperationMetadata status
| Type | Description | 
| (google.cloud.dataproc.v1.IClusterOperationStatus|null) | 
statusHistory
statusHistory?: (google.cloud.dataproc.v1.IClusterOperationStatus[]|null);ClusterOperationMetadata statusHistory
| Type | Description | 
| (google.cloud.dataproc.v1.IClusterOperationStatus[]|null) | 
warnings
warnings?: (string[]|null);ClusterOperationMetadata warnings
| Type | Description | 
| (string[]|null) |