Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class RetrieveBigQueryTableContextsRequest.
Request for retrieving BigQuery table contextual data via direct lookup.
Generated from protobuf message google.cloud.geminidataanalytics.v1beta.RetrieveBigQueryTableContextsRequest
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 RetrieveBigQueryTableContextRequest. Pattern: |
↳ query |
string
Optional. User query in natural language. |
↳ direct_lookups |
array<DirectLookup>
Optional. A list of direct lookup parameters. |
getParent
Required. Parent value for RetrieveBigQueryTableContextRequest.
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 RetrieveBigQueryTableContextRequest.
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 |
getDirectLookups
Optional. A list of direct lookup parameters.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setDirectLookups
Optional. A list of direct lookup parameters.
Parameter | |
---|---|
Name | Description |
var |
array<DirectLookup>
|
Returns | |
---|---|
Type | Description |
$this |