Grafeas V1 Client - Class ListNotesResponse (0.5.0)

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

Response for listing notes.

Generated from protobuf message grafeas.v1.ListNotesResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ notes array<Grafeas\V1\Note>

The notes requested.

↳ next_page_token string

The next pagination token in the list response. It should be used as page_token for the following request. An empty value means no more results.

getNotes

The notes requested.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setNotes

The notes requested.

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

getNextPageToken

The next pagination token in the list response. It should be used as page_token for the following request. An empty value means no more results.

Returns
TypeDescription
string

setNextPageToken

The next pagination token in the list response. It should be used as page_token for the following request. An empty value means no more results.

Parameter
NameDescription
var string
Returns
TypeDescription
$this