Reference documentation and code samples for the Grafeas V1 Client class UpdateNoteRequest.
Request to update a note.
Generated from protobuf message grafeas.v1.UpdateNoteRequest
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
The name of the note in the form of |
↳ note |
Grafeas\V1\Note
The updated note. |
↳ update_mask |
Google\Protobuf\FieldMask
The fields to update. |
getName
The name of the note in the form of
projects/[PROVIDER_ID]/notes/[NOTE_ID]
.
Returns | |
---|---|
Type | Description |
string |
setName
The name of the note in the form of
projects/[PROVIDER_ID]/notes/[NOTE_ID]
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getNote
The updated note.
Returns | |
---|---|
Type | Description |
Grafeas\V1\Note|null |
hasNote
clearNote
setNote
The updated note.
Parameter | |
---|---|
Name | Description |
var |
Grafeas\V1\Note
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateMask
The fields to update.
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
hasUpdateMask
clearUpdateMask
setUpdateMask
The fields to update.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |