Reference documentation and code samples for the Cloud Security Compliance V1 API class Google::Cloud::CloudSecurityCompliance::V1::OperationMetadata.
The metadata for the long-running operation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#api_version
def api_version() -> ::String
Returns
- (::String) — Output only. The API version that was used to start the operation.
#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 that the operation be cancelled. If an operation was cancelled successfully, then the field google.longrunning.Operation.error contains the value [google.rpc.Code.CANCELLED][google.rpc.Code.CANCELLED].
#status_message
def status_message() -> ::String
Returns
- (::String) — Output only. The human-readable status of the operation, if any.
#target
def target() -> ::String
Returns
- (::String) — Output only. The server-defined resource path for the target of the operation.
#verb
def verb() -> ::String
Returns
- (::String) — Output only. The name of the verb that was executed by the operation.