Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class Candidate.
A retrieved candidate.
Generated from protobuf message google.cloud.geminidataanalytics.v1beta.RetrieveBigQueryTableContextResponse.Candidate
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1beta \ RetrieveBigQueryTableContextResponseMethods
__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: |
↳ content |
string
Content in string format. |
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 |
getContent
Content in string format.
Returns | |
---|---|
Type | Description |
string |
setContent
Content in string format.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |