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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
The name of the occurrence in the form of |
getName
The name of the occurrence in the form of
projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]
.
Returns | |
---|---|
Type | Description |
string |
setName
The name of the occurrence in the form of
projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
name |
string
The name of the occurrence in the form of
|
Returns | |
---|---|
Type | Description |
Grafeas\V1\GetOccurrenceNoteRequest |