Class: Grafeas::V1::BatchCreateNotesRequest

Inherits:
Object
  • Object
show all
Extended by:
Google::Protobuf::MessageExts::ClassMethods
Includes:
Google::Protobuf::MessageExts
Defined in:
proto_docs/grafeas/v1/grafeas.rb

Overview

Request to create notes in batch.

Defined Under Namespace

Classes: NotesEntry

Instance Attribute Summary collapse

Instance Attribute Details

#notes::Google::Protobuf::Map{::String => ::Grafeas::V1::Note}

Returns The notes to create. Max allowed length is 1000.

Returns:

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

    The notes to create. Max allowed length is 1000.



374
375
376
377
378
379
380
381
382
383
384
385
386
# File 'proto_docs/grafeas/v1/grafeas.rb', line 374

class BatchCreateNotesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Grafeas::V1::Note]
  class NotesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#parent::String

Returns The name of the project in the form of projects/[PROJECT_ID], under which the notes are to be created.

Returns:

  • (::String)

    The name of the project in the form of projects/[PROJECT_ID], under which the notes are to be created.



374
375
376
377
378
379
380
381
382
383
384
385
386
# File 'proto_docs/grafeas/v1/grafeas.rb', line 374

class BatchCreateNotesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Grafeas::V1::Note]
  class NotesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end