Reference documentation and code samples for the Grafeas V1 Client class DeleteNoteRequest.
Request to delete a note.
Generated from protobuf message grafeas.v1.DeleteNoteRequest
Namespace
Grafeas \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
The name of the note in the form of projects/[PROVIDER_ID]/notes/[NOTE_ID]
.
getName
The name of the note in the form of projects/[PROVIDER_ID]/notes/[NOTE_ID]
.
string
setName
The name of the note in the form of projects/[PROVIDER_ID]/notes/[NOTE_ID]
.
var
string
$this
static::build
name
string
The name of the note in the form of projects/[PROVIDER_ID]/notes/[NOTE_ID]
. Please see Grafeas\V1\GrafeasClient::noteName()
for help formatting this field.