View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaPurgeDocumentsRequest (google_api_discovery_engine v0.15.0)

Request message for DocumentService.PurgeDocuments method.

Attributes

  • errorConfig (type: GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaPurgeErrorConfig.t, default: nil) - The desired location of errors incurred during the purge.
  • filter (type: String.t, default: nil) - Required. Filter matching documents to purge. Only currently supported value is * (all items).
  • force (type: boolean(), default: nil) - Actually performs the purge. If force is set to false, return the expected purge count without deleting any documents.
  • gcsSource (type: GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaGcsSource.t, default: nil) - Cloud Storage location for the input content. Supported data_schema: * document_id: One valid Document.id per line.
  • inlineSource (type: GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaPurgeDocumentsRequestInlineSource.t, default: nil) - Inline source for the input content for purge.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.