Class: Google::Cloud::ConfigService::V1::OperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigService::V1::OperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/config/v1/config.rb
Overview
Represents the metadata of the long-running operation.
Instance Attribute Summary collapse
-
#api_version ⇒ ::String
readonly
Output only.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#deployment_metadata ⇒ ::Google::Cloud::ConfigService::V1::DeploymentOperationMetadata
readonly
Output only.
-
#end_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#preview_metadata ⇒ ::Google::Cloud::ConfigService::V1::PreviewOperationMetadata
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
#api_version ⇒ ::String (readonly)
604 605 606 607 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 604 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
604 605 606 607 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 604 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#deployment_metadata ⇒ ::Google::Cloud::ConfigService::V1::DeploymentOperationMetadata (readonly)
604 605 606 607 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 604 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end_time ⇒ ::Google::Protobuf::Timestamp (readonly)
604 605 606 607 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 604 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#preview_metadata ⇒ ::Google::Cloud::ConfigService::V1::PreviewOperationMetadata (readonly)
604 605 606 607 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 604 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#requested_cancellation ⇒ ::Boolean (readonly)
604 605 606 607 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 604 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#status_message ⇒ ::String (readonly)
604 605 606 607 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 604 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target ⇒ ::String (readonly)
604 605 606 607 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 604 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#verb ⇒ ::String (readonly)
604 605 606 607 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 604 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |