Reference documentation and code samples for the Grafeas V1 Client class CreateNoteRequest.
Request to create a new note.
Generated from protobuf message grafeas.v1.CreateNoteRequest
Namespace
Grafeas \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
The name of the project in the form of projects/[PROJECT_ID]
, under which the note is to be created.
↳ note_id
string
The ID to use for this note.
↳ note
getParent
The name of the project in the form of projects/[PROJECT_ID]
, under which
the note is to be created.
string
setParent
The name of the project in the form of projects/[PROJECT_ID]
, under which
the note is to be created.
var
string
$this
getNoteId
The ID to use for this note.
string
setNoteId
The ID to use for this note.
var
string
$this
getNote
The note to create.
hasNote
clearNote
setNote
The note to create.
$this
static::build
parent
string
The name of the project in the form of projects/[PROJECT_ID]
, under which
the note is to be created. Please see Grafeas\V1\GrafeasClient::projectName()
for help formatting this field.
noteId
string
The ID to use for this note.
note