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:



395
396
397
398
# File 'proto_docs/grafeas/v1/grafeas.rb', line 395

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