Class: Grafeas::V1::ListOccurrencesRequest
- Inherits:
-
Object
- Object
- Grafeas::V1::ListOccurrencesRequest
- Defined in:
- lib/grafeas/v1/doc/grafeas/v1/grafeas.rb
Overview
Request to list occurrences.
Instance Attribute Summary collapse
-
#filter ⇒ String
The filter expression.
-
#page_size ⇒ Integer
Number of occurrences to return in the list.
-
#page_token ⇒ String
Token to provide to skip to a particular spot in the list.
-
#parent ⇒ String
The name of the project to list occurrences for in the form of
projects/[PROJECT_ID].
Instance Attribute Details
#filter ⇒ String
Returns The filter expression.
153 |
# File 'lib/grafeas/v1/doc/grafeas/v1/grafeas.rb', line 153 class ListOccurrencesRequest; end |
#page_size ⇒ Integer
Returns 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.
153 |
# File 'lib/grafeas/v1/doc/grafeas/v1/grafeas.rb', line 153 class ListOccurrencesRequest; end |
#page_token ⇒ String
Returns Token to provide to skip to a particular spot in the list.
153 |
# File 'lib/grafeas/v1/doc/grafeas/v1/grafeas.rb', line 153 class ListOccurrencesRequest; end |
#parent ⇒ String
Returns The name of the project to list occurrences for in the form of
projects/[PROJECT_ID].
153 |
# File 'lib/grafeas/v1/doc/grafeas/v1/grafeas.rb', line 153 class ListOccurrencesRequest; end |