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.
14871 14872 14873 14874 14875 14876 14877 14878 14879 14880 14881 14882 14883 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14871 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.
14871 14872 14873 14874 14875 14876 14877 14878 14879 14880 14881 14882 14883 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14871 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 |