Reference documentation and code samples for the Grafeas V1 Client class ListNotesRequest.
Request to list notes.
Generated from protobuf message grafeas.v1.ListNotesRequest
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
The name of the project to list notes for in the form of projects/[PROJECT_ID]
.
↳ filter
string
The filter expression.
↳ page_size
int
Number of notes to return in the list. Must be positive. Max allowed page size is 1000. If not specified, page size defaults to 20.
↳ page_token
string
Token to provide to skip to a particular spot in the list.
getParent
The name of the project to list notes for in the form of projects/[PROJECT_ID]
.
string
setParent
The name of the project to list notes for in the form of projects/[PROJECT_ID]
.
var
string
$this
getFilter
The filter expression.
string
setFilter
The filter expression.
var
string
$this
getPageSize
Number of notes to return in the list. Must be positive. Max allowed page size is 1000. If not specified, page size defaults to 20.
int
setPageSize
Number of notes to return in the list. Must be positive. Max allowed page size is 1000. If not specified, page size defaults to 20.
var
int
$this
getPageToken
Token to provide to skip to a particular spot in the list.
string
setPageToken
Token to provide to skip to a particular spot in the list.
var
string
$this