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.
Implements
IMessageOutputResult, IEquatableOutputResult, IDeepCloneableOutputResult, IBufferMessage, IMessageNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
OutputResult()
public OutputResult()
OutputResult(OutputResult)
public OutputResult(OutputResult other)
Parameter | |
---|---|
Name | Description |
other |
OutputResult |
Properties
BigqueryResult
public RepeatedField<BigQueryOutputResult> BigqueryResult { get; }
The BigQuery location where the result is stored.
Property Value | |
---|---|
Type | Description |
RepeatedFieldBigQueryOutputResult |
GcsResult
public RepeatedField<GcsOutputResult> GcsResult { get; }
The Google Cloud Storage location where the result is stored.
Property Value | |
---|---|
Type | Description |
RepeatedFieldGcsOutputResult |