public sealed class ExportErrorsConfig : IMessage<ExportErrorsConfig>, IEquatable<ExportErrorsConfig>, IDeepCloneable<ExportErrorsConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class ExportErrorsConfig.
Configuration of destination for Export related errors.
Implements
IMessageExportErrorsConfig, IEquatableExportErrorsConfig, IDeepCloneableExportErrorsConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
ExportErrorsConfig()
public ExportErrorsConfig()
ExportErrorsConfig(ExportErrorsConfig)
public ExportErrorsConfig(ExportErrorsConfig other)
Parameter | |
---|---|
Name | Description |
other | ExportErrorsConfig |
Properties
DestinationCase
public ExportErrorsConfig.DestinationOneofCase DestinationCase { get; }
Property Value | |
---|---|
Type | Description |
ExportErrorsConfigDestinationOneofCase |
GcsPrefix
public string GcsPrefix { get; set; }
Google Cloud Storage path for import errors. This must be an empty,
existing Cloud Storage bucket. Export errors will be written to a file in
this bucket, 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 |