Interface protos.google.cloud.dataproc.v1.IClusterOperationMetadata (2.5.0)

Properties of a ClusterOperationMetadata.

Package

@google-cloud/dataproc!

Properties

clusterName

clusterName?: (string|null);

ClusterOperationMetadata clusterName

Property Value
TypeDescription
(string|null)

clusterUuid

clusterUuid?: (string|null);

ClusterOperationMetadata clusterUuid

Property Value
TypeDescription
(string|null)

description

description?: (string|null);

ClusterOperationMetadata description

Property Value
TypeDescription
(string|null)

labels

labels?: ({ [k: string]: string }|null);

ClusterOperationMetadata labels

Property Value
TypeDescription
({ [k: string]: string }|null)

operationType

operationType?: (string|null);

ClusterOperationMetadata operationType

Property Value
TypeDescription
(string|null)

status

status?: (google.cloud.dataproc.v1.IClusterOperationStatus|null);

ClusterOperationMetadata status

Property Value
TypeDescription
(google.cloud.dataproc.v1.IClusterOperationStatus|null)

statusHistory

statusHistory?: (google.cloud.dataproc.v1.IClusterOperationStatus[]|null);

ClusterOperationMetadata statusHistory

Property Value
TypeDescription
(google.cloud.dataproc.v1.IClusterOperationStatus[]|null)

warnings

warnings?: (string[]|null);

ClusterOperationMetadata warnings

Property Value
TypeDescription
(string[]|null)