Class: Google::Cloud::VectorSearch::V1::BatchCreateDataObjectsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/vectorsearch/v1/data_object_service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#data_objects::Array<::Google::Cloud::VectorSearch::V1::DataObject> (readonly)

Returns Output only. DataObjects created.

Returns:



67
68
69
70
# File 'proto_docs/google/cloud/vectorsearch/v1/data_object_service.rb', line 67

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