Class: Google::Cloud::Compute::V1::SetCommonInstanceMetadataOperationMetadata

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#client_operation_id::String

Returns [Output Only] The client operation id.

Returns:

  • (::String)

    [Output Only] The client operation id.



30135
30136
30137
30138
30139
30140
30141
30142
30143
30144
30145
30146
30147
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 30135

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.

Returns:



30135
30136
30137
30138
30139
30140
30141
30142
30143
30144
30145
30146
30147
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 30135

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