Grafeas V1 Client - Class CreateNoteRequest (0.5.0)

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
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

The name of the project in the form of projects/[PROJECT_ID], under which the note is to be created.

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

setParent

The name of the project in the form of projects/[PROJECT_ID], under which the note is to be created.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getNoteId

The ID to use for this note.

Returns
TypeDescription
string

setNoteId

The ID to use for this note.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getNote

The note to create.

Returns
TypeDescription
Grafeas\V1\Note|null

hasNote

clearNote

setNote

The note to create.

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