Data Analytics API with Gemini v1beta API - Class BigQueryTableReferences (1.0.0-beta10)

public sealed class BigQueryTableReferences : IMessage<BigQueryTableReferences>, IEquatable<BigQueryTableReferences>, IDeepCloneable<BigQueryTableReferences>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Analytics API with Gemini v1beta API class BigQueryTableReferences.

Message representing references to BigQuery tables and property graphs. At least one of table_references, property_graph_references, or search_scope must be populated.

Inheritance

object > BigQueryTableReferences

Namespace

Google.Cloud.GeminiDataAnalytics.V1Beta

Assembly

Google.Cloud.GeminiDataAnalytics.V1Beta.dll

Constructors

BigQueryTableReferences()

public BigQueryTableReferences()

BigQueryTableReferences(BigQueryTableReferences)

public BigQueryTableReferences(BigQueryTableReferences other)
Parameter
Name Description
other BigQueryTableReferences

Properties

PropertyGraphReferences

public RepeatedField<BigQueryPropertyGraphReference> PropertyGraphReferences { get; }

Optional. Preview feature. References to BigQuery property graphs. Note: Data sources must exclusively use either tables or property graphs, not both. When using property graphs, a maximum of one graph reference is supported.

Property Value
Type Description
RepeatedFieldBigQueryPropertyGraphReference

TableReferences

public RepeatedField<BigQueryTableReference> TableReferences { get; }

Optional. References to BigQuery tables.

Property Value
Type Description
RepeatedFieldBigQueryTableReference