Class GoogleCloudDiscoveryengineV1alphaDeletePatientFiltersRequest
Request for DataStoreService.DeletePatientFilters method.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaDeletePatientFiltersRequest : IDirectResponseSchema
Properties
DataStore
Required. Full resource name of DataStore, such as
projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}. If the
caller does not have permission to access the DataStore, regardless of whether or not it exists, a
PERMISSION_DENIED error is returned. If the requested DataStore does not exist, a NOT_FOUND error is
returned. If the requested DataStore does not have a patient filter, a NOT_FOUND error will be returned.
Declaration
[JsonProperty("dataStore")]
public virtual string DataStore { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |