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
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
The name of the project in the form of |
↳ note_id |
string
The ID to use for this note. |
↳ note |
Grafeas\V1\Note
The note to create. |
getParent
The name of the project in the form of projects/[PROJECT_ID]
, under which
the note is to be created.
Returns | |
---|---|
Type | Description |
string |
setParent
The name of the project in the form of projects/[PROJECT_ID]
, under which
the note is to be created.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getNoteId
The ID to use for this note.
Returns | |
---|---|
Type | Description |
string |
setNoteId
The ID to use for this note.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getNote
The note to create.
Returns | |
---|---|
Type | Description |
Grafeas\V1\Note|null |
hasNote
clearNote
setNote
The note to create.
Parameter | |
---|---|
Name | Description |
var |
Grafeas\V1\Note
|
Returns | |
---|---|
Type | Description |
$this |