Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class RetrieveBigQueryTableContextsFromRecentTablesRequest.
Request for retrieving BigQuery table contextual data from recently accessed tables. Response is sorted by semantic similarity to the query.
Generated from protobuf message google.cloud.geminidataanalytics.v1beta.RetrieveBigQueryTableContextsFromRecentTablesRequest
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. Parent value for RetrieveBigQueryTableContextsFromRecentTablesRequest. Pattern: |
↳ query |
string
Optional. User query in natural language. |
getParent
Required. Parent value for
RetrieveBigQueryTableContextsFromRecentTablesRequest. Pattern:
projects/{project}/locations/{___location}
For ___location, use "global" for
now. Regional ___location value will be supported in the future.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. Parent value for
RetrieveBigQueryTableContextsFromRecentTablesRequest. Pattern:
projects/{project}/locations/{___location}
For ___location, use "global" for
now. Regional ___location value will be supported in the future.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getQuery
Optional. User query in natural language.
Returns | |
---|---|
Type | Description |
string |
setQuery
Optional. User query in natural language.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |