Class: Grafeas::V1::ListNotesRequest

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

Overview

Request to list notes.

Instance Attribute Summary collapse

Instance Attribute Details

#filterString

Returns The filter expression.

Returns:

  • (String)

    The filter expression.



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

class ListNotesRequest; end

#page_sizeInteger

Returns 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.

Returns:

  • (Integer)

    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.



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

class ListNotesRequest; 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.



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

class ListNotesRequest; end

#parentString

Returns The name of the project to list notes for in the form of projects/[PROJECT_ID].

Returns:

  • (String)

    The name of the project to list notes for in the form of projects/[PROJECT_ID].



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

class ListNotesRequest; end