Class: Grafeas::V1::BatchCreateNotesResponse

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 creating notes in batch.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns The notes that were created.

Returns:



392
393
394
395
# File 'proto_docs/grafeas/v1/grafeas.rb', line 392

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