View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaPurgeDocumentsRequest (google_api_discovery_engine v0.27.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. Ifforceis 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. Supporteddata_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
@type t() :: %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaPurgeDocumentsRequest{ errorConfig: GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaPurgeErrorConfig.t() | nil, filter: String.t() | nil, force: boolean() | nil, gcsSource: GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaGcsSource.t() | nil, inlineSource: GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaPurgeDocumentsRequestInlineSource.t() | nil }