Class: Google::Cloud::VectorSearch::V1::BatchDeleteDataObjectsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VectorSearch::V1::BatchDeleteDataObjectsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vectorsearch/v1/data_object_service.rb
Overview
Request message for DataObjectService.BatchDeleteDataObjects.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#requests ⇒ ::Array<::Google::Cloud::VectorSearch::V1::DeleteDataObjectRequest>
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The resource name of the Collection to delete the DataObjects in.
Format: projects/{project}/locations/{location}/collections/{collection}.
149 150 151 152 |
# File 'proto_docs/google/cloud/vectorsearch/v1/data_object_service.rb', line 149 class BatchDeleteDataObjectsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#requests ⇒ ::Array<::Google::Cloud::VectorSearch::V1::DeleteDataObjectRequest>
Returns Required. The request message specifying the resources to delete. A maximum of 1000 DataObjects can be deleted in a batch.
149 150 151 152 |
# File 'proto_docs/google/cloud/vectorsearch/v1/data_object_service.rb', line 149 class BatchDeleteDataObjectsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |