Class: Google::Cloud::DataFusion::V1::OperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::DataFusion::V1::OperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datafusion/v1/datafusion.rb
Overview
Represents the metadata of a long-running operation.
Defined Under Namespace
Classes: AdditionalStatusEntry
Instance Attribute Summary collapse
-
#additional_status ⇒ ::Google::Protobuf::Map{::String => ::String}
Map to hold any additional status info for the operation If there is an accelerator being enabled/disabled/deleted, this will be populated with accelerator name as key and status as ENABLING, DISABLING or DELETING.
-
#api_version ⇒ ::String
API version used to start the operation.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
The time the operation was created.
-
#end_time ⇒ ::Google::Protobuf::Timestamp
The time the operation finished running.
-
#requested_cancellation ⇒ ::Boolean
Identifies whether the user has requested cancellation of the operation.
-
#status_detail ⇒ ::String
Human-readable status of the operation if any.
-
#target ⇒ ::String
Server-defined resource path for the target of the operation.
-
#verb ⇒ ::String
Name of the verb executed by the operation.
Instance Attribute Details
#additional_status ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns Map to hold any additional status info for the operation If there is an accelerator being enabled/disabled/deleted, this will be populated with accelerator name as key and status as ENABLING, DISABLING or DELETING.
504 505 506 507 508 509 510 511 512 513 514 515 516 |
# File 'proto_docs/google/cloud/datafusion/v1/datafusion.rb', line 504 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AdditionalStatusEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#api_version ⇒ ::String
Returns API version used to start the operation.
504 505 506 507 508 509 510 511 512 513 514 515 516 |
# File 'proto_docs/google/cloud/datafusion/v1/datafusion.rb', line 504 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AdditionalStatusEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns The time the operation was created.
504 505 506 507 508 509 510 511 512 513 514 515 516 |
# File 'proto_docs/google/cloud/datafusion/v1/datafusion.rb', line 504 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AdditionalStatusEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#end_time ⇒ ::Google::Protobuf::Timestamp
Returns The time the operation finished running.
504 505 506 507 508 509 510 511 512 513 514 515 516 |
# File 'proto_docs/google/cloud/datafusion/v1/datafusion.rb', line 504 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AdditionalStatusEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#requested_cancellation ⇒ ::Boolean
Returns 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
.
504 505 506 507 508 509 510 511 512 513 514 515 516 |
# File 'proto_docs/google/cloud/datafusion/v1/datafusion.rb', line 504 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AdditionalStatusEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#status_detail ⇒ ::String
Returns Human-readable status of the operation if any.
504 505 506 507 508 509 510 511 512 513 514 515 516 |
# File 'proto_docs/google/cloud/datafusion/v1/datafusion.rb', line 504 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AdditionalStatusEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#target ⇒ ::String
Returns Server-defined resource path for the target of the operation.
504 505 506 507 508 509 510 511 512 513 514 515 516 |
# File 'proto_docs/google/cloud/datafusion/v1/datafusion.rb', line 504 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AdditionalStatusEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#verb ⇒ ::String
Returns Name of the verb executed by the operation.
504 505 506 507 508 509 510 511 512 513 514 515 516 |
# File 'proto_docs/google/cloud/datafusion/v1/datafusion.rb', line 504 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AdditionalStatusEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |