Class: Grafeas::V1::CreateNoteRequest
- Inherits:
-
Object
- Object
- Grafeas::V1::CreateNoteRequest
- Extended by:
- Google::Protobuf::MessageExts::ClassMethods
- Includes:
- Google::Protobuf::MessageExts
- Defined in:
- proto_docs/grafeas/v1/grafeas.rb
Overview
Request to create a new note.
Instance Attribute Summary collapse
-
#note ⇒ ::Grafeas::V1::Note
The note to create.
-
#note_id ⇒ ::String
The ID to use for this note.
-
#parent ⇒ ::String
The name of the project in the form of
projects/[PROJECT_ID]
, under which the note is to be created.
Instance Attribute Details
#note ⇒ ::Grafeas::V1::Note
Returns The note to create.
323 324 325 326 |
# File 'proto_docs/grafeas/v1/grafeas.rb', line 323 class CreateNoteRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#note_id ⇒ ::String
Returns The ID to use for this note.
323 324 325 326 |
# File 'proto_docs/grafeas/v1/grafeas.rb', line 323 class CreateNoteRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns The name of the project in the form of projects/[PROJECT_ID]
, under which
the note is to be created.
323 324 325 326 |
# File 'proto_docs/grafeas/v1/grafeas.rb', line 323 class CreateNoteRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |