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.
Implements
IMessagePurgeErrorConfig, IEquatablePurgeErrorConfig, IDeepCloneablePurgeErrorConfig, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.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 |