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 \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ notes
↳ 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.
↳ unreachable
string[]
Unreachable regions. Populated for requests from the global region when return_partial_success
is set. Format: projects/[PROJECT_ID]/locations/[LOCATION]
getNotes
The notes requested.
setNotes
The notes requested.
$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.
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.
var
string
$this
getUnreachable
Unreachable regions. Populated for requests from the global region
when return_partial_success
is set.
Format: projects/[PROJECT_ID]/locations/[LOCATION]
setUnreachable
Unreachable regions. Populated for requests from the global region
when return_partial_success
is set.
Format: projects/[PROJECT_ID]/locations/[LOCATION]
var
string[]
$this

