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.



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.

Returns:



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