public sealed class BigQueryOutputResult : IMessage<BigQueryOutputResult>, IEquatable<BigQueryOutputResult>, IDeepCloneable<BigQueryOutputResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class BigQueryOutputResult.
A BigQuery output result.
Implements
IMessageBigQueryOutputResult, IEquatableBigQueryOutputResult, IDeepCloneableBigQueryOutputResult, IBufferMessage, IMessageNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
BigQueryOutputResult()
public BigQueryOutputResult()
BigQueryOutputResult(BigQueryOutputResult)
public BigQueryOutputResult(BigQueryOutputResult other)
Parameter | |
---|---|
Name | Description |
other | BigQueryOutputResult |
Properties
DatasetId
public string DatasetId { get; set; }
The ID of a BigQuery Dataset.
Property Value | |
---|---|
Type | Description |
string |
TableId
public string TableId { get; set; }
The ID of a BigQuery Table.
Property Value | |
---|---|
Type | Description |
string |