Class: Google::Cloud::Compute::V1::InstanceSettingsMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InstanceSettingsMetadata
- 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
-
#items ⇒ ::Google::Protobuf::Map{::String => ::String}
A metadata key/value items map.
-
#kind ⇒ ::String
[Output Only] Type of the resource.
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.
15889 15890 15891 15892 15893 15894 15895 15896 15897 15898 15899 15900 15901 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 15889 class InstanceSettingsMetadata 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.
15889 15890 15891 15892 15893 15894 15895 15896 15897 15898 15899 15900 15901 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 15889 class InstanceSettingsMetadata 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 |