Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1 Client 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.
Generated from protobuf message google.cloud.geminidataanalytics.v1.BigQueryTableReferences
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ table_references |
array<BigQueryTableReference>
Optional. References to BigQuery tables. |
getTableReferences
Optional. References to BigQuery tables.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<BigQueryTableReference> |
|
setTableReferences
Optional. References to BigQuery tables.
| Parameter | |
|---|---|
| Name | Description |
var |
array<BigQueryTableReference>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|