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.
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.
34220 34221 34222 34223 34224 34225 34226 34227 34228 34229 34230 34231 34232 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 34220 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. [Output Only] Type of the resource. Always compute#metadata for metadata.
34220 34221 34222 34223 34224 34225 34226 34227 34228 34229 34230 34231 34232 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 34220 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 |