Google Cloud Gemini Data Analytics V1beta Client - Class BigQueryTableReferences (0.11.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, property_graph_references, or search_scope 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.

↳ property_graph_references array<BigQueryPropertyGraphReference>

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.

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

getPropertyGraphReferences

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.

Returns
Type Description
Google\Protobuf\RepeatedField<BigQueryPropertyGraphReference>

setPropertyGraphReferences

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.

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