Class Grafeas::V1::ListNotesRequest (v0.4.7)

Request to list notes.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) — The filter expression.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — The filter expression.
Returns
  • (::String) — The filter expression.

#page_size

def page_size() -> ::Integer
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.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::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.
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.

#page_token

def page_token() -> ::String
Returns
  • (::String) — Token to provide to skip to a particular spot in the list.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — 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.

#parent

def parent() -> ::String
Returns
  • (::String) — The name of the project to list notes for in the form of projects/[PROJECT_ID].

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — 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].