Data Analytics API with Gemini v1beta API - Class BigQueryTableReference (1.0.0-beta01)

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.

Inheritance

object > BigQueryTableReference

Namespace

Google.Cloud.GeminiDataAnalytics.V1Beta

Assembly

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