Grafeas V1 Client - Class UpdateNoteRequest (0.9.0)

Reference documentation and code samples for the Grafeas V1 Client class UpdateNoteRequest.

Request to update a note.

Generated from protobuf message grafeas.v1.UpdateNoteRequest

Namespace

Grafeas \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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].

↳ 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
TypeDescription
string

setName

The name of the note in the form of projects/[PROVIDER_ID]/notes/[NOTE_ID].

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getNote

The updated note.

Returns
TypeDescription
Grafeas\V1\Note|null

hasNote

clearNote

setNote

The updated note.

Parameter
NameDescription
var Grafeas\V1\Note
Returns
TypeDescription
$this

getUpdateMask

The fields to update.

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

The fields to update.

Parameter
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
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.

note Grafeas\V1\Note

The updated note.

updateMask Google\Protobuf\FieldMask

The fields to update.

Returns
TypeDescription
Grafeas\V1\UpdateNoteRequest