Google Cloud Gemini Data Analytics V1beta Client - Class RetrieveBigQueryTableContextsResponse (0.1.1)

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

Response for retrieving BigQuery table contextual data via direct lookup.

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

Namespace

Google \ Cloud \ GeminiDataAnalytics \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ table_candidates array<TableCandidate>

List of retrieved candidates with their bundled metadata.

getTableCandidates

List of retrieved candidates with their bundled metadata.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setTableCandidates

List of retrieved candidates with their bundled metadata.

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