Reference documentation and code samples for the Anthos Multi-Cloud V1 API class Google::Cloud::GkeMultiCloud::V1::OperationMetadata.
Metadata about a 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 at which this operation was created.
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The time at which this operation was completed.
#error_detail
def error_detail() -> ::String
Returns
- (::String) — Output only. Human-readable status of any error that occurred during the operation.
#requested_cancellation
def requested_cancellation() -> ::Boolean
Returns
-
(::Boolean) — Output only. Identifies whether it has been requested cancellation
for the operation. Operations that have successfully been cancelled
have [Operation.error][] value with a
google.rpc.Status.code of 1, corresponding to
Code.CANCELLED
.
#status_detail
def status_detail() -> ::String
Returns
- (::String) — Output only. Human-readable status of the operation, if any.
#target
def target() -> ::String
Returns
- (::String) — Output only. The name of the resource associated to this operation.
#verb
def verb() -> ::String
Returns
- (::String) — Output only. The verb associated with the API method which triggered this operation. Possible values are "create", "delete", "update" and "import".