Grafeas V1 Client - Class GetNoteRequest (0.10.3)

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

Request to get a note.

Generated from protobuf message grafeas.v1.GetNoteRequest

Namespace

Grafeas \ V1

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 projects/[PROVIDER_ID]/notes/[NOTE_ID].

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

static::build

Parameter
Name Description
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.

Returns
Type Description
Grafeas\V1\GetNoteRequest