public sealed class BigQueryTableReferences : IMessage<BigQueryTableReferences>, IEquatable<BigQueryTableReferences>, IDeepCloneable<BigQueryTableReferences>, IBufferMessage, IMessageReference documentation and code samples for the Data Analytics API with Gemini v1 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.V1Assembly
Google.Cloud.GeminiDataAnalytics.V1.dll
Constructors
BigQueryTableReferences()
public BigQueryTableReferences()BigQueryTableReferences(BigQueryTableReferences)
public BigQueryTableReferences(BigQueryTableReferences other)| Parameter | |
|---|---|
| Name | Description |
other |
BigQueryTableReferences |
Properties
PropertyGraphReferences
public RepeatedField<BigQueryPropertyGraphReference> PropertyGraphReferences { get; }Optional. References to BigQuery graphs.
Note: "property graph" is the former name for BigQuery Graph. The field and message names retain the original term for backward compatibility; both refer to the same resource.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldBigQueryPropertyGraphReference |
|
TableReferences
public RepeatedField<BigQueryTableReference> TableReferences { get; }Optional. References to BigQuery tables.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldBigQueryTableReference |
|