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 document provides reference information for the `PurgeErrorConfig` class within the Google Cloud Discovery Engine v1 API, specifically version 1.4.0."],["`PurgeErrorConfig` is designed to configure the destination for errors related to purge operations and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, `PurgeErrorConfig()` for default initialization and `PurgeErrorConfig(PurgeErrorConfig other)` for creating a new instance based on an existing one."],["It includes properties like `DestinationCase`, which indicates the current destination configuration, and `GcsPrefix`, a string that defines the Cloud Storage directory prefix for storing purge error details."],["The latest available version is 1.6.0, with the documentation here outlining the details for version 1.4.0 and versions 1.0.0-beta06 through 1.6.0 all available."]]],[]]