Class ClusterOperationMetadata (3.1.1)

ClusterOperationMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Metadata describing the operation.

Attributes

NameDescription
cluster_name str
Output only. Name of the cluster for the operation.
cluster_uuid str
Output only. Cluster UUID for the operation.
status google.cloud.dataproc_v1.types.ClusterOperationStatus
Output only. Current operation status.
status_history Sequence[google.cloud.dataproc_v1.types.ClusterOperationStatus]
Output only. The previous operation status.
operation_type str
Output only. The operation type.
description str
Output only. Short description of operation.
labels Sequence[google.cloud.dataproc_v1.types.ClusterOperationMetadata.LabelsEntry]
Output only. Labels associated with the operation
warnings Sequence[str]
Output only. Errors encountered during operation execution.

Classes

LabelsEntry

LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.