Class: Grafeas::V1::ListNoteOccurrencesRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/grafeas/v1/doc/grafeas/v1/grafeas.rb

Overview

Request to list occurrences for a note.

Instance Attribute Summary collapse

Instance Attribute Details

#filterString

Returns The filter expression.

Returns:

  • (String)

    The filter expression.



285
# File 'lib/grafeas/v1/doc/grafeas/v1/grafeas.rb', line 285

class ListNoteOccurrencesRequest; end

#nameString

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

Returns:

  • (String)

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



285
# File 'lib/grafeas/v1/doc/grafeas/v1/grafeas.rb', line 285

class ListNoteOccurrencesRequest; end

#page_sizeInteger

Returns Number of occurrences to return in the list.

Returns:

  • (Integer)

    Number of occurrences to return in the list.



285
# File 'lib/grafeas/v1/doc/grafeas/v1/grafeas.rb', line 285

class ListNoteOccurrencesRequest; end

#page_tokenString

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

Returns:

  • (String)

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



285
# File 'lib/grafeas/v1/doc/grafeas/v1/grafeas.rb', line 285

class ListNoteOccurrencesRequest; end