Reference documentation and code samples for the Grafeas V1 Client class ListNoteOccurrencesRequest.
Request to list occurrences for a note.
Generated from protobuf message grafeas.v1.ListNoteOccurrencesRequest
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
The name of the note to list occurrences for in the form of projects/[PROVIDER_ID]/notes/[NOTE_ID]
.
↳ filter
string
The filter expression.
↳ page_size
int
Number of occurrences to return in the list.
↳ page_token
string
Token to provide to skip to a particular spot in the list.
getName
The name of the note to list occurrences for in the form of projects/[PROVIDER_ID]/notes/[NOTE_ID]
.
string
setName
The name of the note to list occurrences for in the form of projects/[PROVIDER_ID]/notes/[NOTE_ID]
.
var
string
$this
getFilter
The filter expression.
string
setFilter
The filter expression.
var
string
$this
getPageSize
Number of occurrences to return in the list.
int
setPageSize
Number of occurrences to return in the list.
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