OperationMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Metadata describing the operation.
Attributes |
|
---|---|
Name | Description |
state |
google.cloud.datacatalog_lineage_v1.types.OperationMetadata.State
Output only. The current operation state. |
operation_type |
google.cloud.datacatalog_lineage_v1.types.OperationMetadata.Type
Output only. The type of the operation being performed. |
resource |
str
Output only. The [relative name] (https://cloud.google.com//apis/design/resource_names#relative_resource_name) of the resource being operated on. |
resource_uuid |
str
Output only. The UUID of the resource being operated on. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The timestamp of the operation submission to the server. |
end_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The timestamp of the operation termination, regardless of its success. This field is unset if the operation is still ongoing. |
Classes
State
State(value)
An enum with the state of the operation.
Type
Type(value)
Type of the long running operation.