Reference documentation and code samples for the Google Cloud Vector Search V1 Client class DeleteDataObjectRequest.
Request message for DataObjectService.DeleteDataObject .
Generated from protobuf message google.cloud.vectorsearch.v1.DeleteDataObjectRequest
Namespace
Google \ Cloud \ VectorSearch \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name of the DataObject resource to be deleted. Format: projects/{project}/locations/{location}/collections/{collection}/dataObjects/{dataObject}
↳ etag
string
Optional. The current etag of the DataObject. If an etag is provided and does not match the current etag of the DataObject, deletion will be blocked and an ABORTED error will be returned.
getName
Required. The name of the DataObject resource to be deleted.
Format: projects/{project}/locations/{location}/collections/{collection}/dataObjects/{dataObject}
string
setName
Required. The name of the DataObject resource to be deleted.
Format: projects/{project}/locations/{location}/collections/{collection}/dataObjects/{dataObject}
var
string
$this
getEtag
Optional. The current etag of the DataObject.
If an etag is provided and does not match the current etag of the DataObject, deletion will be blocked and an ABORTED error will be returned.
string
setEtag
Optional. The current etag of the DataObject.
If an etag is provided and does not match the current etag of the DataObject, deletion will be blocked and an ABORTED error will be returned.
var
string
$this
static::build
name
string
Required. The name of the DataObject resource to be deleted.
Format: projects/{project}/locations/{location}/collections/{collection}/dataObjects/{dataObject}
Please see DataObjectServiceClient::dataObjectName()
for help formatting this field.

