Class: Google::Cloud::BackupDR::V1::OperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::OperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/backupdr/v1/backupdr.rb
Overview
Represents the metadata of the long-running operation.
Defined Under Namespace
Classes: AdditionalInfoEntry
Instance Attribute Summary collapse
-
#additional_info ⇒ ::Google::Protobuf::Map{::String => ::String}
readonly
Output only.
-
#api_version ⇒ ::String
readonly
Output only.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#end_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#requested_cancellation ⇒ ::Boolean
readonly
Output only.
-
#status_message ⇒ ::String
readonly
Output only.
-
#target ⇒ ::String
readonly
Output only.
-
#verb ⇒ ::String
readonly
Output only.
Instance Attribute Details
#additional_info ⇒ ::Google::Protobuf::Map{::String => ::String} (readonly)
Returns Output only. AdditionalInfo contains additional Info related to backup plan association resource.
347 348 349 350 351 352 353 354 355 356 357 358 359 |
# File 'proto_docs/google/cloud/backupdr/v1/backupdr.rb', line 347 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AdditionalInfoEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#api_version ⇒ ::String (readonly)
Returns Output only. API version used to start the operation.
347 348 349 350 351 352 353 354 355 356 357 358 359 |
# File 'proto_docs/google/cloud/backupdr/v1/backupdr.rb', line 347 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AdditionalInfoEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time the operation was created.
347 348 349 350 351 352 353 354 355 356 357 358 359 |
# File 'proto_docs/google/cloud/backupdr/v1/backupdr.rb', line 347 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AdditionalInfoEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#end_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time the operation finished running.
347 348 349 350 351 352 353 354 355 356 357 358 359 |
# File 'proto_docs/google/cloud/backupdr/v1/backupdr.rb', line 347 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AdditionalInfoEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#requested_cancellation ⇒ ::Boolean (readonly)
Returns Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have [Operation.error][] value with a google.rpc.Status.code of 1, corresponding to 'Code.CANCELLED'.
347 348 349 350 351 352 353 354 355 356 357 358 359 |
# File 'proto_docs/google/cloud/backupdr/v1/backupdr.rb', line 347 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AdditionalInfoEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#status_message ⇒ ::String (readonly)
Returns Output only. Human-readable status of the operation, if any.
347 348 349 350 351 352 353 354 355 356 357 358 359 |
# File 'proto_docs/google/cloud/backupdr/v1/backupdr.rb', line 347 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AdditionalInfoEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#target ⇒ ::String (readonly)
Returns Output only. Server-defined resource path for the target of the operation.
347 348 349 350 351 352 353 354 355 356 357 358 359 |
# File 'proto_docs/google/cloud/backupdr/v1/backupdr.rb', line 347 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AdditionalInfoEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#verb ⇒ ::String (readonly)
Returns Output only. Name of the verb executed by the operation.
347 348 349 350 351 352 353 354 355 356 357 358 359 |
# File 'proto_docs/google/cloud/backupdr/v1/backupdr.rb', line 347 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AdditionalInfoEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |