Reference documentation and code samples for the Grafeas V1 Client class ListNoteOccurrencesRequest.
Request to list occurrences for a note.
Generated from protobuf messagegrafeas.v1.ListNoteOccurrencesRequest
Namespace
Grafeas \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ name
string
The name of the note to list occurrences for in the form ofprojects/[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 ofprojects/[PROVIDER_ID]/notes/[NOTE_ID].
Returns
Type
Description
string
setName
The name of the note to list occurrences for in the form ofprojects/[PROVIDER_ID]/notes/[NOTE_ID].
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getFilter
The filter expression.
Returns
Type
Description
string
setFilter
The filter expression.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getPageSize
Number of occurrences to return in the list.
Returns
Type
Description
int
setPageSize
Number of occurrences to return in the list.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
getPageToken
Token to provide to skip to a particular spot in the list.
Returns
Type
Description
string
setPageToken
Token to provide to skip to a particular spot in the list.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
static::build
Parameters
Name
Description
name
string
The name of the note to list occurrences for in the form ofprojects/[PROVIDER_ID]/notes/[NOTE_ID]. Please seeGrafeasClient::noteName()for help formatting this field.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Grafeas V1 Client - Class ListNoteOccurrencesRequest (1.2.2)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.2 (latest)](/php/docs/reference/grafeas/latest/V1.ListNoteOccurrencesRequest)\n- [1.2.1](/php/docs/reference/grafeas/1.2.1/V1.ListNoteOccurrencesRequest)\n- [1.1.3](/php/docs/reference/grafeas/1.1.3/V1.ListNoteOccurrencesRequest)\n- [1.0.0](/php/docs/reference/grafeas/1.0.0/V1.ListNoteOccurrencesRequest)\n- [0.10.3](/php/docs/reference/grafeas/0.10.3/V1.ListNoteOccurrencesRequest)\n- [0.9.0](/php/docs/reference/grafeas/0.9.0/V1.ListNoteOccurrencesRequest)\n- [0.8.3](/php/docs/reference/grafeas/0.8.3/V1.ListNoteOccurrencesRequest)\n- [0.7.1](/php/docs/reference/grafeas/0.7.1/V1.ListNoteOccurrencesRequest)\n- [0.6.0](/php/docs/reference/grafeas/0.6.0/V1.ListNoteOccurrencesRequest)\n- [0.5.0](/php/docs/reference/grafeas/0.5.0/V1.ListNoteOccurrencesRequest)\n- [0.4.4](/php/docs/reference/grafeas/0.4.4/V1.ListNoteOccurrencesRequest) \nReference documentation and code samples for the Grafeas V1 Client class ListNoteOccurrencesRequest.\n\nRequest to list occurrences for a note.\n\nGenerated from protobuf message `grafeas.v1.ListNoteOccurrencesRequest`\n\nNamespace\n---------\n\nGrafeas \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getName\n\nThe name of the note to list occurrences for in the form of\n`projects/[PROVIDER_ID]/notes/[NOTE_ID]`.\n\n### setName\n\nThe name of the note to list occurrences for in the form of\n`projects/[PROVIDER_ID]/notes/[NOTE_ID]`.\n\n### getFilter\n\nThe filter expression.\n\n### setFilter\n\nThe filter expression.\n\n### getPageSize\n\nNumber of occurrences to return in the list.\n\n### setPageSize\n\nNumber of occurrences to return in the list.\n\n### getPageToken\n\nToken to provide to skip to a particular spot in the list.\n\n### setPageToken\n\nToken to provide to skip to a particular spot in the list.\n\n### static::build"]]