Class: Google::Cloud::Notebooks::V1::UpdateInstanceMetadataItemsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/notebooks/v1/service.rb

Overview

Request for adding/changing metadata items for an instance.

Defined Under Namespace

Classes: ItemsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#items::Google::Protobuf::Map{::String => ::String}

Returns Metadata items to add/update for the instance.

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    Metadata items to add/update for the instance.



211
212
213
214
215
216
217
218
219
220
221
222
223
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 211

class UpdateInstanceMetadataItemsRequest
  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

#name::String

Returns Required. Format: projects/{project_id}/locations/{location}/instances/{instance_id}.

Returns:

  • (::String)

    Required. Format: projects/{project_id}/locations/{location}/instances/{instance_id}



211
212
213
214
215
216
217
218
219
220
221
222
223
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 211

class UpdateInstanceMetadataItemsRequest
  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