Reference documentation and code samples for the Data Lineage V1 API class Google::Cloud::DataCatalog::Lineage::V1::OperationMetadata.
Metadata describing the operation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The timestamp of the operation submission to the server.
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The timestamp of the operation termination, regardless of its success. This field is unset if the operation is still ongoing.
#operation_type
def operation_type() -> ::Google::Cloud::DataCatalog::Lineage::V1::OperationMetadata::Type
Returns
- (::Google::Cloud::DataCatalog::Lineage::V1::OperationMetadata::Type) — Output only. The type of the operation being performed.
#resource
def resource() -> ::String
Returns
- (::String) — Output only. The relative name of the resource being operated on.
#resource_uuid
def resource_uuid() -> ::String
Returns
- (::String) — Output only. The UUID of the resource being operated on.
#state
def state() -> ::Google::Cloud::DataCatalog::Lineage::V1::OperationMetadata::State
Returns
- (::Google::Cloud::DataCatalog::Lineage::V1::OperationMetadata::State) — Output only. The current operation state.