Vector Search V1 API - Class Google::Cloud::VectorSearch::V1::BatchDeleteDataObjectsRequest (v0.1.0)

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

#requests=

def requests=(value) -> ::Array<::Google::Cloud::VectorSearch::V1::DeleteDataObjectRequest>
Parameter
Returns