public sealed class PurgeErrorConfig : IMessage<PurgeErrorConfig>, IEquatable<PurgeErrorConfig>, IDeepCloneable<PurgeErrorConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta 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 document provides reference documentation for the `PurgeErrorConfig` class within the Discovery Engine v1beta API, specifically for version 1.0.0-beta17."],["`PurgeErrorConfig` is a class that configures the destination for errors related to purging, inheriting from `object` and implementing interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two constructors, `PurgeErrorConfig()` and `PurgeErrorConfig(PurgeErrorConfig other)`, where the second constructor allows creating a new instance based on an existing `PurgeErrorConfig` object."],["The `PurgeErrorConfig` class includes properties such as `DestinationCase`, `GcsPrefix`, and `HasGcsPrefix`, which manage the destination for purge errors and whether a Cloud Storage prefix is set."],["The latest version of the PurgeErrorConfig class is beta18, and this documentation covers beta17."]]],[]]