Class: Grafeas::V1::ListNotesResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String



291
292
293
294
# File 'proto_docs/grafeas/v1/grafeas.rb', line 291

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

#notes::Array<::Grafeas::V1::Note>



291
292
293
294
# File 'proto_docs/grafeas/v1/grafeas.rb', line 291

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