Class Grafeas::V1::ListNoteOccurrencesResponse (v0.3.1)

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

#occurrences=

def occurrences=(value) -> ::Array<::Grafeas::V1::Occurrence>
Parameter
Returns