Grafeas V1 Client - Class GetOccurrenceNoteRequest (0.8.3)

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

Request to get the note to which the specified occurrence is attached.

Generated from protobuf message grafeas.v1.GetOccurrenceNoteRequest

Namespace

Grafeas \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

The name of the occurrence in the form of projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID].

getName

The name of the occurrence in the form of projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID].

Returns
TypeDescription
string

setName

The name of the occurrence in the form of projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID].

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
name string

The name of the occurrence in the form of projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]. Please see Grafeas\V1\GrafeasClient::occurrenceName() for help formatting this field.

Returns
TypeDescription
Grafeas\V1\GetOccurrenceNoteRequest