Retail v2 API - Class OutputResult (2.8.0)

public sealed class OutputResult : IMessage<OutputResult>, IEquatable<OutputResult>, IDeepCloneable<OutputResult>, IBufferMessage, IMessage

Reference documentation and code samples for the Retail v2 API class OutputResult.

Output result that stores the information about where the exported data is stored.

Inheritance

object > OutputResult

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Constructors

OutputResult()

public OutputResult()

OutputResult(OutputResult)

public OutputResult(OutputResult other)
Parameter
NameDescription
otherOutputResult

Properties

BigqueryResult

public RepeatedField<BigQueryOutputResult> BigqueryResult { get; }

The BigQuery location where the result is stored.

Property Value
TypeDescription
RepeatedFieldBigQueryOutputResult

GcsResult

public RepeatedField<GcsOutputResult> GcsResult { get; }

The Google Cloud Storage location where the result is stored.

Property Value
TypeDescription
RepeatedFieldGcsOutputResult