Grafeas V1 API - Class Grafeas::V1::ListNotesRequest (v1.6.0)

Reference documentation and code samples for the Grafeas V1 API class Grafeas::V1::ListNotesRequest.

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

#return_partial_success

def return_partial_success() -> ::Boolean
Returns
  • (::Boolean) — If set, the request will return all reachable Notes and report all unreachable regions in the unreachable field in the response.

    Only applicable for requests in the global region.

#return_partial_success=

def return_partial_success=(value) -> ::Boolean
Parameter
  • value (::Boolean) — If set, the request will return all reachable Notes and report all unreachable regions in the unreachable field in the response.

    Only applicable for requests in the global region.

Returns
  • (::Boolean) — If set, the request will return all reachable Notes and report all unreachable regions in the unreachable field in the response.

    Only applicable for requests in the global region.