Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class TableCandidate.
A retrieved BigQuery table candidate.
Generated from protobuf message google.cloud.geminidataanalytics.v1beta.TableCandidate
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1beta
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ linked_resource
string
The fully qualified resource name of the candidate in its source system, if applicable. E.g. for BigQuery tables, the format is: bigquery.googleapis.com/projects/{project_id}/datasets/{dataset_id}/tables/{table_id}.
↳ icl_string
string
In-context-learning string. For example, could be in DDL format.
Suggested field descriptions for this candidate, if requested.
getLinkedResource
The fully qualified resource name of the candidate in its source system,
if applicable. E.g. for BigQuery tables, the format is:
bigquery.googleapis.com/projects/{project_id}/datasets/{dataset_id}/tables/{table_id}.
Returns
Type
Description
string
setLinkedResource
The fully qualified resource name of the candidate in its source system,
if applicable. E.g. for BigQuery tables, the format is:
bigquery.googleapis.com/projects/{project_id}/datasets/{dataset_id}/tables/{table_id}.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getIclString
In-context-learning string. For example, could be in DDL format.
Returns
Type
Description
string
setIclString
In-context-learning string. For example, could be in DDL format.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getFieldSuggestions
Suggested field descriptions for this candidate, if requested.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Gemini Data Analytics V1beta Client - Class TableCandidate (0.1.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.1.1 (latest)](/php/docs/reference/cloud-geminidataanalytics/latest/V1beta.TableCandidate)\n- [0.1.0](/php/docs/reference/cloud-geminidataanalytics/0.1.0/V1beta.TableCandidate) \n| **Beta**\n|\n|\n| This library is covered by the [Pre-GA Offerings Terms](/terms/service-terms#1)\n| of the Terms of Service. Pre-GA libraries might have limited support,\n| and changes to pre-GA libraries might not be compatible with other pre-GA versions.\n| For more information, see the\n[launch stage descriptions](/products#product-launch-stages). \nReference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class TableCandidate.\n\nA retrieved BigQuery table candidate.\n\nGenerated from protobuf message `google.cloud.geminidataanalytics.v1beta.TableCandidate`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ GeminiDataAnalytics \\\\ V1beta\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getLinkedResource\n\nThe fully qualified resource name of the candidate in its source system,\nif applicable. E.g. for BigQuery tables, the format is:\n`bigquery.googleapis.com/projects/{project_id}/datasets/{dataset_id}/tables/{table_id}`.\n\n### setLinkedResource\n\nThe fully qualified resource name of the candidate in its source system,\nif applicable. E.g. for BigQuery tables, the format is:\n`bigquery.googleapis.com/projects/{project_id}/datasets/{dataset_id}/tables/{table_id}`.\n\n### getIclString\n\nIn-context-learning string. For example, could be in DDL format.\n\n### setIclString\n\nIn-context-learning string. For example, could be in DDL format.\n\n### getFieldSuggestions\n\nSuggested field descriptions for this candidate, if requested.\n\n### setFieldSuggestions\n\nSuggested field descriptions for this candidate, if requested."]]