Retail v2 API - Class OutputConfig (2.8.0)

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.

Inheritance

object > OutputConfig

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Constructors

OutputConfig()

public OutputConfig()

OutputConfig(OutputConfig)

public OutputConfig(OutputConfig other)
Parameter
NameDescription
otherOutputConfig

Properties

BigqueryDestination

public OutputConfig.Types.BigQueryDestination BigqueryDestination { get; set; }

The BigQuery location where the output is to be written to.

Property Value
TypeDescription
OutputConfigTypesBigQueryDestination

DestinationCase

public OutputConfig.DestinationOneofCase DestinationCase { get; }
Property Value
TypeDescription
OutputConfigDestinationOneofCase

GcsDestination

public OutputConfig.Types.GcsDestination GcsDestination { get; set; }

The Google Cloud Storage location where the output is to be written to.

Property Value
TypeDescription
OutputConfigTypesGcsDestination