Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class RetrieveBigQueryTableContextResponse.
Response for retrieving BigQuery table contextual data via direct lookup.
Generated from protobuf message google.cloud.geminidataanalytics.v1beta.RetrieveBigQueryTableContextResponse
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ candidates |
array<RetrieveBigQueryTableContextResponse\Candidate>
List of retrieved candidates with their bundled metadata. |
↳ table_candidates |
array<TableCandidate>
List of retrieved candidates with their bundled metadata. |
getCandidates
List of retrieved candidates with their bundled metadata.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setCandidates
List of retrieved candidates with their bundled metadata.
Parameter | |
---|---|
Name | Description |
var |
array<RetrieveBigQueryTableContextResponse\Candidate>
|
Returns | |
---|---|
Type | Description |
$this |
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 |