Class: Google::Cloud::Compute::V1::InstanceSettingsMetadata

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: ItemsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#items::Google::Protobuf::Map{::String => ::String}

Returns A metadata key/value items map. The total size of all keys and values must be less than 512KB.

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    A metadata key/value items map. The total size of all keys and values must be less than 512KB.



15838
15839
15840
15841
15842
15843
15844
15845
15846
15847
15848
15849
15850
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 15838

class 
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class ItemsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#kind::String

Returns [Output Only] Type of the resource. Always compute#metadata for metadata.

Returns:

  • (::String)

    [Output Only] Type of the resource. Always compute#metadata for metadata.



15838
15839
15840
15841
15842
15843
15844
15845
15846
15847
15848
15849
15850
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 15838

class 
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class ItemsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end