Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::OperationMetadata.
Represents the metadata of the long-running 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 time the operation was created.
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The time the operation finished running.
#requested_cancellation
def requested_cancellation() -> ::Boolean
Returns
-
(::Boolean) — Output only. Identifies whether the user has requested cancellation of the
operation. Operations that have been cancelled successfully have
google.longrunning.Operation.error
value with a google.rpc.Status.code of
1, corresponding toCode.CANCELLED.
#status_message
def status_message() -> ::String
Returns
- (::String) — Output only. Human-readable status of the operation, if any.