ClusterOperationMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Metadata describing the operation.
Attributes |
|
---|---|
Name | Description |
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 |
MutableSequence[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 |
MutableMapping[str, str]
Output only. Labels associated with the operation |
warnings |
MutableSequence[str]
Output only. Errors encountered during operation execution. |
child_operation_ids |
MutableSequence[str]
Output only. Child operation ids |
Classes
LabelsEntry
LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Parameters | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
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 |