Class: Grafeas::V1::ListOccurrencesResponse
- Inherits:
-
Object
- Object
- Grafeas::V1::ListOccurrencesResponse
- Extended by:
- Google::Protobuf::MessageExts::ClassMethods
- Includes:
- Google::Protobuf::MessageExts
- Defined in:
- proto_docs/grafeas/v1/grafeas.rb
Overview
Response for listing occurrences.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
The next pagination token in the list response.
-
#occurrences ⇒ ::Array<::Grafeas::V1::Occurrence>
The occurrences requested.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns The next pagination token in the list response. It should be used as
page_token
for the following request. An empty value means no more
results.
204 205 206 207 |
# File 'proto_docs/grafeas/v1/grafeas.rb', line 204 class ListOccurrencesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#occurrences ⇒ ::Array<::Grafeas::V1::Occurrence>
Returns The occurrences requested.
204 205 206 207 |
# File 'proto_docs/grafeas/v1/grafeas.rb', line 204 class ListOccurrencesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |