Class: Grafeas::V1::ListNoteOccurrencesResponse

Inherits:
Object
  • Object
show all
Extended by:
Google::Protobuf::MessageExts::ClassMethods
Includes:
Google::Protobuf::MessageExts
Defined in:
proto_docs/grafeas/v1/grafeas.rb

Overview

Response for listing occurrences for a note.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns 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.



364
365
366
367
# File 'proto_docs/grafeas/v1/grafeas.rb', line 364

class ListNoteOccurrencesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#occurrences::Array<::Grafeas::V1::Occurrence>

Returns The occurrences attached to the specified note.

Returns:



364
365
366
367
# File 'proto_docs/grafeas/v1/grafeas.rb', line 364

class ListNoteOccurrencesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end