Google Cloud Gemini Data Analytics V1beta Client - Class RetrieveBigQueryRecentRelevantTablesResponse (0.1.0)

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

Response for retrieving BigQuery table references from recently accessed tables. Response is sorted by semantic similarity to the query.

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

Namespace

Google \ Cloud \ GeminiDataAnalytics \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ table_ids array

List of retrieved table ids. The unique identifier for the table. Names are case-sensitive. Example for BigQuery Table: {project}.{dataset}.{table}.

getTableIds

List of retrieved table ids.

The unique identifier for the table. Names are case-sensitive. Example for BigQuery Table: {project}.{dataset}.{table}.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setTableIds

List of retrieved table ids.

The unique identifier for the table. Names are case-sensitive. Example for BigQuery Table: {project}.{dataset}.{table}.

Parameter
Name Description
var string[]
Returns
Type Description
$this