Google Cloud Gemini Data Analytics V1beta Client - Class BigQueryTableReferences (0.6.0)

Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class BigQueryTableReferences.

Message representing references to BigQuery tables and property graphs.

At least one of table_references or property_graph_references must be populated.

Generated from protobuf message google.cloud.geminidataanalytics.v1beta.BigQueryTableReferences

Namespace

Google \ Cloud \ GeminiDataAnalytics \ V1beta

Methods

__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\Internal\RepeatedField

setTableReferences

Optional. References to BigQuery tables.

Parameter
Name Description
var array<BigQueryTableReference>
Returns
Type Description
$this