Grafeas V1 Client - Class ListNotesResponse (0.10.3)

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

Response for listing notes.

Generated from protobuf message grafeas.v1.ListNotesResponse

Namespace

Grafeas \ V1

Methods

__construct

Constructor.

Parameters
Name Description
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
Type Description
Google\Protobuf\Internal\RepeatedField

setNotes

The notes requested.

Parameter
Name Description
var array<Grafeas\V1\Note>
Returns
Type Description
$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
Type Description
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
Name Description
var string
Returns
Type Description
$this