Reference documentation and code samples for the Grafeas V1 Client class ListNoteOccurrencesResponse.
Response for listing occurrences for a note.
Generated from protobuf message grafeas.v1.ListNoteOccurrencesResponse
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ occurrences |
array<Grafeas\V1\Occurrence>
The occurrences attached to the specified note. |
↳ next_page_token |
string
Token to provide to skip to a particular spot in the list. |
getOccurrences
The occurrences attached to the specified note.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setOccurrences
The occurrences attached to the specified note.
Parameter | |
---|---|
Name | Description |
var |
array<Grafeas\V1\Occurrence>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
Token to provide to skip to a particular spot in the list.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
Token to provide to skip to a particular spot in the list.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |