Class DeleteDataObjectRequest (0.11.0)

DeleteDataObjectRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for DataObjectService.DeleteDataObject.

Attributes

Name Description
name str
Required. The name of the DataObject resource to be deleted. Format: projects/{project}/locations/{location}/collections/{collection}/dataObjects/{dataObject}
etag str
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.