Class: Google::Cloud::Compute::V1::SetCommonInstanceMetadataOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::SetCommonInstanceMetadataOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Defined Under Namespace
Classes: PerLocationOperationsEntry
Instance Attribute Summary collapse
-
#client_operation_id ⇒ ::String
[Output Only] The client operation id.
-
#per_location_operations ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo}
[Output Only] Status information per location (location name is key).
Instance Attribute Details
#client_operation_id ⇒ ::String
Returns [Output Only] The client operation id.
29441 29442 29443 29444 29445 29446 29447 29448 29449 29450 29451 29452 29453 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29441 class SetCommonInstanceMetadataOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::Compute::V1::SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo] class PerLocationOperationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#per_location_operations ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo}
Returns [Output Only] Status information per location (location name is key). Example key: zones/us-central1-a.
29441 29442 29443 29444 29445 29446 29447 29448 29449 29450 29451 29452 29453 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29441 class SetCommonInstanceMetadataOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::Compute::V1::SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo] class PerLocationOperationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |