public sealed class BigQueryTableReferences : IMessage<BigQueryTableReferences>, IEquatable<BigQueryTableReferences>, IDeepCloneable<BigQueryTableReferences>, IBufferMessage, IMessageReference 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.
Implements
IMessageBigQueryTableReferences, IEquatableBigQueryTableReferences, IDeepCloneableBigQueryTableReferences, IBufferMessage, IMessageNamespace
Google.Cloud.GeminiDataAnalytics.V1BetaAssembly
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 |
|