Class GoogleCloudDiscoveryengineV1alphaPurgeDocumentsRequest
Request message for DocumentService.PurgeDocuments method.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaPurgeDocumentsRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ErrorConfig
The desired location of errors incurred during the purge.
Declaration
[JsonProperty("errorConfig")]
public virtual GoogleCloudDiscoveryengineV1alphaPurgeErrorConfig ErrorConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1alphaPurgeErrorConfig |
Filter
Required. Filter matching documents to purge. Only currently supported value is *
(all items).
Declaration
[JsonProperty("filter")]
public virtual string Filter { get; set; }
Property Value
Type | Description |
---|---|
string |
Force
Actually performs the purge. If force
is set to false, return the expected purge count without deleting
any documents.
Declaration
[JsonProperty("force")]
public virtual bool? Force { get; set; }
Property Value
Type | Description |
---|---|
bool? |
GcsSource
Cloud Storage location for the input content. Supported data_schema
: * document_id
: One valid
Document.id per line.
Declaration
[JsonProperty("gcsSource")]
public virtual GoogleCloudDiscoveryengineV1alphaGcsSource GcsSource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1alphaGcsSource |
InlineSource
Inline source for the input content for purge.
Declaration
[JsonProperty("inlineSource")]
public virtual GoogleCloudDiscoveryengineV1alphaPurgeDocumentsRequestInlineSource InlineSource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1alphaPurgeDocumentsRequestInlineSource |