Reference documentation and code samples for the Grafeas V1 API class Grafeas::V1::ListNoteOccurrencesResponse.
Response for listing occurrences for a note.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def
next_page_token
()
-
>
::
String
Returns
- (::String) — Token to provide to skip to a particular spot in the list.
#next_page_token=
def
next_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.
#occurrences
def
occurrences
()
-
>
::
Array
< ::
Grafeas
::
V1
::
Occurrence
>
Returns
- (::Array< ::Grafeas::V1::Occurrence >) — The occurrences attached to the specified note.
#occurrences=
def
occurrences=
(
value
)
-
>
::
Array
< ::
Grafeas
::
V1
::
Occurrence
>
Parameter
- value(::Array< ::Grafeas::V1::Occurrence >) — The occurrences attached to the specified note.
Returns
- (::Array< ::Grafeas::V1::Occurrence >) — The occurrences attached to the specified note.