Reference documentation and code samples for the Grafeas V1 API class Grafeas::V1::CreateNoteRequest.
Request to create a new note.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#note
def note() -> ::Grafeas::V1::Note
Returns
- (::Grafeas::V1::Note) — The note to create.
#note=
def note=(value) -> ::Grafeas::V1::Note
Parameter
- value (::Grafeas::V1::Note) — The note to create.
Returns
- (::Grafeas::V1::Note) — The note to create.
#note_id
def note_id() -> ::String
Returns
- (::String) — The ID to use for this note.
#note_id=
def note_id=(value) -> ::String
Parameter
- value (::String) — The ID to use for this note.
Returns
- (::String) — The ID to use for this note.
#parent
def parent() -> ::String
Returns
-
(::String) — The name of the project in the form of
projects/[PROJECT_ID]
, under which the note is to be created.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — The name of the project in the form of
projects/[PROJECT_ID]
, under which the note is to be created.
Returns
-
(::String) — The name of the project in the form of
projects/[PROJECT_ID]
, under which the note is to be created.