OperationMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Metadata describing an operation.
Attributes
Name | Description |
state |
google.cloud.orchestration.airflow.service_v1.types.OperationMetadata.State
Output only. The current operation state. |
operation_type |
google.cloud.orchestration.airflow.service_v1.types.OperationMetadata.Type
Output only. The type of operation being performed. |
resource |
str
Output only. The resource being operated on, as a `relative resource name `__. |
resource_uuid |
str
Output only. The UUID of the resource being operated on. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time the operation was submitted to the server. |
end_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the operation terminated, regardless of its success. This field is unset if the operation is still ongoing. |
Classes
State
State(value)
An enum describing the overall state of an operation.
Type
Type(value)
Type of longrunning operation.