public sealed class OutputConfig : IMessage<OutputConfig>, IEquatable<OutputConfig>, IDeepCloneable<OutputConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class OutputConfig.
The output configuration setting.
Implements
IMessageOutputConfig, IEquatableOutputConfig, IDeepCloneableOutputConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
OutputConfig()
public OutputConfig()
OutputConfig(OutputConfig)
public OutputConfig(OutputConfig other)
Parameter | |
---|---|
Name | Description |
other |
OutputConfig |
Properties
BigqueryDestination
public OutputConfig.Types.BigQueryDestination BigqueryDestination { get; set; }
The BigQuery location where the output is to be written to.
Property Value | |
---|---|
Type | Description |
OutputConfigTypesBigQueryDestination |
DestinationCase
public OutputConfig.DestinationOneofCase DestinationCase { get; }
Property Value | |
---|---|
Type | Description |
OutputConfigDestinationOneofCase |
GcsDestination
public OutputConfig.Types.GcsDestination GcsDestination { get; set; }
The Google Cloud Storage location where the output is to be written to.
Property Value | |
---|---|
Type | Description |
OutputConfigTypesGcsDestination |