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 | |
---|---|
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 |
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 |