Data Analytics API with Gemini v1 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 v1 API class BigQueryTableReference.

Message representing a reference to a single BigQuery table.

Inheritance

object > BigQueryTableReference

Namespace

Google.Cloud.GeminiDataAnalytics.V1

Assembly

Google.Cloud.GeminiDataAnalytics.V1.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 that the table belongs to.

Property Value
Type Description
string

HasLocationBoundary

public bool HasLocationBoundary { get; }

Gets whether the "location_boundary" field is set

Property Value
Type Description
bool

LocationBoundary

public string LocationBoundary { get; set; }

Optional. The location to restrict BigQuery operations to.

If unspecified, this value defaults to the location of the endpoint.

Examples: "us-central1", "europe-west1".

Property Value
Type Description
string

ProjectId

public string ProjectId { get; set; }

Required. The project that the table belongs to.

Property Value
Type Description
string

Schema

public Schema Schema { get; set; }

Optional. The schema of the datasource.

Property Value
Type Description
Schema

TableId

public string TableId { get; set; }

Required. The table id.

Property Value
Type Description
string