Grafeas V1 Client - Class ListNoteOccurrencesRequest (0.9.0)

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

Namespace

Grafeas \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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].

Returns
TypeDescription
string

setName

The name of the note to list occurrences for in the form of projects/[PROVIDER_ID]/notes/[NOTE_ID].

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFilter

The filter expression.

Returns
TypeDescription
string

setFilter

The filter expression.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

Number of occurrences to return in the list.

Returns
TypeDescription
int

setPageSize

Number of occurrences to return in the list.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

Token to provide to skip to a particular spot in the list.

Returns
TypeDescription
string

setPageToken

Token to provide to skip to a particular spot in the list.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
name string

The name of the note to list occurrences for in the form of projects/[PROVIDER_ID]/notes/[NOTE_ID]. Please see Grafeas\V1\GrafeasClient::noteName() for help formatting this field.

filter string

The filter expression.

Returns
TypeDescription
Grafeas\V1\ListNoteOccurrencesRequest