Grafeas V1 Client - Class ListNoteOccurrencesResponse (0.6.0)

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
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setOccurrences

The occurrences attached to the specified note.

Parameter
NameDescription
var array<Grafeas\V1\Occurrence>
Returns
TypeDescription
$this

getNextPageToken

Token to provide to skip to a particular spot in the list.

Returns
TypeDescription
string

setNextPageToken

Token to provide to skip to a particular spot in the list.

Parameter
NameDescription
var string
Returns
TypeDescription
$this