BatchOperationMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Metadata describing the Batch operation.
Attributes |
|
---|---|
Name | Description |
batch |
str
Name of the batch for the operation. |
batch_uuid |
str
Batch UUID for the operation. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
The time when the operation was created. |
done_time |
google.protobuf.timestamp_pb2.Timestamp
The time when the operation finished. |
operation_type |
google.cloud.dataproc_v1.types.BatchOperationMetadata.BatchOperationType
The operation type. |
description |
str
Short description of the operation. |
labels |
MutableMapping[str, str]
Labels associated with the operation. |
warnings |
MutableSequence[str]
Warnings encountered during operation execution. |
Classes
BatchOperationType
BatchOperationType(value)
Operation type for Batch resources
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 |