Grafeas V1 API - Class Grafeas::V1::ListOccurrencesRequest (v0.5.0)

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

Request to list occurrences.

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 occurrences 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 occurrences 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 occurrences 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 occurrences for in the form of projects/[PROJECT_ID].

#parent=

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