Discovery Engine v1 API - Class PurgeErrorConfig (1.4.0)

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.

Inheritance

object > PurgeErrorConfig

Namespace

Google.Cloud.DiscoveryEngine.V1

Assembly

Google.Cloud.DiscoveryEngine.V1.dll

Constructors

PurgeErrorConfig()

public PurgeErrorConfig()

PurgeErrorConfig(PurgeErrorConfig)

public PurgeErrorConfig(PurgeErrorConfig other)
Parameter
Name Description
other PurgeErrorConfig

Properties

DestinationCase

public PurgeErrorConfig.DestinationOneofCase DestinationCase { get; }
Property Value
Type Description
PurgeErrorConfigDestinationOneofCase

GcsPrefix

public string GcsPrefix { get; set; }

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.

Property Value
Type Description
string

HasGcsPrefix

public bool HasGcsPrefix { get; }

Gets whether the "gcs_prefix" field is set

Property Value
Type Description
bool