AI Platform Notebooks V1 API - Class Google::Cloud::Notebooks::V1::UpdateInstanceMetadataItemsResponse (v0.2.1)

Reference documentation and code samples for the AI Platform Notebooks V1 API class Google::Cloud::Notebooks::V1::UpdateInstanceMetadataItemsResponse.

Response for adding/changing metadata items for an instance.

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}) — Map of items that were added/updated to/in the metadata.

#items=

def items=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — Map of items that were added/updated to/in the metadata.
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Map of items that were added/updated to/in the metadata.