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