Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::InstanceSettingsMetadata.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#items
def items() -> ::Google::Protobuf::Map{::String => ::String}
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.
#items=
def items=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — 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.
#kind
def kind() -> ::String
Returns
- (::String) — [Output Only] Type of the resource. Always compute#metadata for metadata.
#kind=
def kind=(value) -> ::String
Parameter
- value (::String) — [Output Only] Type of the resource. Always compute#metadata for metadata.
Returns
- (::String) — [Output Only] Type of the resource. Always compute#metadata for metadata.