Reference documentation and code samples for the Grafeas V1 API class Grafeas::V1::ListOccurrencesResponse.
Response for listing occurrences.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def
next_page_token
()
-
>
::
String
Returns
- (::String) — 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.
#next_page_token=
def
next_page_token=
(
value
)
-
>
::
String
Parameter
- value(::String) — 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.
Returns
- (::String) — 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.
#occurrences
def
occurrences
()
-
>
::
Array
< ::
Grafeas
::
V1
::
Occurrence
>
Returns
- (::Array< ::Grafeas::V1::Occurrence >) — The occurrences requested.
#occurrences=
def
occurrences=
(
value
)
-
>
::
Array
< ::
Grafeas
::
V1
::
Occurrence
>
Parameter
- value(::Array< ::Grafeas::V1::Occurrence >) — The occurrences requested.
Returns
- (::Array< ::Grafeas::V1::Occurrence >) — The occurrences requested.