Class: Grafeas::V1::BatchCreateNotesRequest
- Inherits:
-
Object
- Object
- Grafeas::V1::BatchCreateNotesRequest
- 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
-
#notes ⇒ ::Google::Protobuf::Map{::String => ::Grafeas::V1::Note}
The notes to create.
-
#parent ⇒ ::String
The name of the project in the form of
projects/[PROJECT_ID]
, under which the notes are to be created.
Instance Attribute Details
#notes ⇒ ::Google::Protobuf::Map{::String => ::Grafeas::V1::Note}
Returns The notes to create. Max allowed length is 1000.
383 384 385 386 387 388 389 390 391 392 393 394 395 |
# File 'proto_docs/grafeas/v1/grafeas.rb', line 383 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.
383 384 385 386 387 388 389 390 391 392 393 394 395 |
# File 'proto_docs/grafeas/v1/grafeas.rb', line 383 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 |