Grafeas V1 Client - Class CreateNoteRequest (0.10.3)

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

Namespace

Grafeas \ V1

Methods

__construct

Constructor.

Parameters
Name Description
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
Type Description
string

setParent

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

Parameter
Name Description
var string
Returns
Type Description
$this

getNoteId

The ID to use for this note.

Returns
Type Description
string

setNoteId

The ID to use for this note.

Parameter
Name Description
var string
Returns
Type Description
$this

getNote

The note to create.

Returns
Type Description
Grafeas\V1\Note|null

hasNote

clearNote

setNote

The note to create.

Parameter
Name Description
var Grafeas\V1\Note
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

The name of the project in the form of projects/[PROJECT_ID], under which the note is to be created. Please see Grafeas\V1\GrafeasClient::projectName() for help formatting this field.

noteId string

The ID to use for this note.

note Grafeas\V1\Note

The note to create.

Returns
Type Description
Grafeas\V1\CreateNoteRequest