Class GoogleCloudDiscoveryengineV1PurgeDocumentsRequest
Request message for DocumentService.PurgeDocuments method.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1PurgeDocumentsRequest : 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 GoogleCloudDiscoveryengineV1PurgeErrorConfig ErrorConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1PurgeErrorConfig |
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 GoogleCloudDiscoveryengineV1GcsSource GcsSource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1GcsSource |
InlineSource
Inline source for the input content for purge.
Declaration
[JsonProperty("inlineSource")]
public virtual GoogleCloudDiscoveryengineV1PurgeDocumentsRequestInlineSource InlineSource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1PurgeDocumentsRequestInlineSource |