Class: Google::Cloud::Notebooks::V1::UpdateInstanceMetadataItemsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Notebooks::V1::UpdateInstanceMetadataItemsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/notebooks/v1/service.rb
Overview
Response for adding/changing metadata items for an instance.
Defined Under Namespace
Classes: ItemsEntry
Instance Attribute Summary collapse
-
#items ⇒ ::Google::Protobuf::Map{::String => ::String}
Map of items that were added/updated to/in the metadata.
Instance Attribute Details
#items ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns Map of items that were added/updated to/in the metadata.
229 230 231 232 233 234 235 236 237 238 239 240 241 |
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 229 class UpdateInstanceMetadataItemsResponse 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 |