public sealed class PurgeErrorConfig : IMessage<PurgeErrorConfig>, IEquatable<PurgeErrorConfig>, IDeepCloneable<PurgeErrorConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class PurgeErrorConfig.
Configuration of destination for Purge related errors.
Cloud Storage prefix for purge errors. This must be an empty,
existing Cloud Storage directory. Purge errors are written to
sharded files in this directory, one per line, as a JSON-encoded
google.rpc.Status message.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `PurgeErrorConfig` class within the Google Cloud Discovery Engine v1 API, specifically for version 1.5.0."],["`PurgeErrorConfig` is designed to configure the destination for errors that occur during purge operations and is a sealed class implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `object` class and includes properties like `DestinationCase`, `GcsPrefix`, and `HasGcsPrefix`, with `GcsPrefix` determining the Cloud Storage directory for purge error logs."],["There are multiple versions of this class available, including 1.6.0 (latest) and several older versions back to 1.0.0-beta06, all accessible via the linked version numbers."],["The class has two constructors: a parameterless one, and one that takes another `PurgeErrorConfig` instance to create a copy."]]],[]]