Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class BigQueryTableReferences.
Message representing references to BigQuery tables.
Generated from protobuf message google.cloud.geminidataanalytics.v1beta.BigQueryTableReferences
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ table_references |
array<BigQueryTableReference>
Required. References to BigQuery tables. |
getTableReferences
Required. References to BigQuery tables.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setTableReferences
Required. References to BigQuery tables.
| Parameter | |
|---|---|
| Name | Description |
var |
array<BigQueryTableReference>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|