Reference documentation and code samples for the Vector Search V1 API class Google::Cloud::VectorSearch::V1::BatchDeleteDataObjectsRequest.
Request message for DataObjectService.BatchDeleteDataObjects.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The resource name of the Collection to delete the DataObjects in.
Format:
projects/{project}/locations/{location}/collections/{collection}.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The resource name of the Collection to delete the DataObjects in.
Format:
projects/{project}/locations/{location}/collections/{collection}.
Returns
-
(::String) — Required. The resource name of the Collection to delete the DataObjects in.
Format:
projects/{project}/locations/{location}/collections/{collection}.
#requests
def requests() -> ::Array<::Google::Cloud::VectorSearch::V1::DeleteDataObjectRequest>
Returns
- (::Array<::Google::Cloud::VectorSearch::V1::DeleteDataObjectRequest>) — Required. The request message specifying the resources to delete. A maximum of 1000 DataObjects can be deleted in a batch.
#requests=
def requests=(value) -> ::Array<::Google::Cloud::VectorSearch::V1::DeleteDataObjectRequest>
Parameter
- value (::Array<::Google::Cloud::VectorSearch::V1::DeleteDataObjectRequest>) — Required. The request message specifying the resources to delete. A maximum of 1000 DataObjects can be deleted in a batch.
Returns
- (::Array<::Google::Cloud::VectorSearch::V1::DeleteDataObjectRequest>) — Required. The request message specifying the resources to delete. A maximum of 1000 DataObjects can be deleted in a batch.