public sealed class BigQueryTableReference : IMessage<BigQueryTableReference>, IEquatable<BigQueryTableReference>, IDeepCloneable<BigQueryTableReference>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Analytics API with Gemini v1beta API class BigQueryTableReference.
Message representing a reference to a single BigQuery table.
Implements
IMessageBigQueryTableReference, IEquatableBigQueryTableReference, IDeepCloneableBigQueryTableReference, IBufferMessage, IMessageNamespace
Google.Cloud.GeminiDataAnalytics.V1BetaAssembly
Google.Cloud.GeminiDataAnalytics.V1Beta.dll
Constructors
BigQueryTableReference()
public BigQueryTableReference()
BigQueryTableReference(BigQueryTableReference)
public BigQueryTableReference(BigQueryTableReference other)
Parameter | |
---|---|
Name | Description |
other |
BigQueryTableReference |
Properties
DatasetId
public string DatasetId { get; set; }
Required. The dataset the table belongs to.
Property Value | |
---|---|
Type | Description |
string |
ProjectId
public string ProjectId { get; set; }
Required. The project the table belongs to.
Property Value | |
---|---|
Type | Description |
string |
TableId
public string TableId { get; set; }
Required. The table id.
Property Value | |
---|---|
Type | Description |
string |