Class: Google::Cloud::GkeMultiCloud::V1::OperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::OperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/common_resources.rb
Overview
Metadata about a long-running operation.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#end_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#error_detail ⇒ ::String
readonly
Output only.
-
#requested_cancellation ⇒ ::Boolean
readonly
Output only.
-
#status_detail ⇒ ::String
readonly
Output only.
-
#target ⇒ ::String
readonly
Output only.
-
#verb ⇒ ::String
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time at which this operation was created.
110 111 112 113 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/common_resources.rb', line 110 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time at which this operation was completed.
110 111 112 113 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/common_resources.rb', line 110 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#error_detail ⇒ ::String (readonly)
Returns Output only. Human-readable status of any error that occurred during the operation.
110 111 112 113 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/common_resources.rb', line 110 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#requested_cancellation ⇒ ::Boolean (readonly)
Returns 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
.
110 111 112 113 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/common_resources.rb', line 110 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#status_detail ⇒ ::String (readonly)
Returns Output only. Human-readable status of the operation, if any.
110 111 112 113 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/common_resources.rb', line 110 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target ⇒ ::String (readonly)
Returns Output only. The name of the resource associated to this operation.
110 111 112 113 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/common_resources.rb', line 110 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#verb ⇒ ::String (readonly)
Returns Output only. The verb associated with the API method which triggered this operation. Possible values are "create", "delete", "update" and "import".
110 111 112 113 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/common_resources.rb', line 110 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |