Class ProjectsResource.LocationsResource.DataStoresResource.DeletePatientFilterRequest
Deletes the entire patient filter for the data store. Patient filters are empty by default when a data store is created, and are stored in a separate table. The data store must first be created, and must be a healthcare data store. This method will fail if the data store does not have a patient filter.
Inheritance
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.DataStoresResource.DeletePatientFilterRequest : DiscoveryEngineBaseServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest
Constructors
DeletePatientFilterRequest(IClientService, GoogleCloudDiscoveryengineV1alphaDeletePatientFiltersRequest, string)
Constructs a new DeletePatientFilter request.
Declaration
public DeletePatientFilterRequest(IClientService service, GoogleCloudDiscoveryengineV1alphaDeletePatientFiltersRequest body, string dataStore)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| GoogleCloudDiscoveryengineV1alphaDeletePatientFiltersRequest | body | |
| string | dataStore |
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
[RequestParameter("dataStore", RequestParameterType.Path)]
public virtual string DataStore { get; }
Property Value
| Type | Description |
|---|---|
| string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes DeletePatientFilter parameter list.
Declaration
protected override void InitParameters()