Google Cloud Gemini Data Analytics V1beta Client - Class RetrieveBigQueryTableContextRequest (0.1.1)

Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class RetrieveBigQueryTableContextRequest.

Request for retrieving BigQuery table contextual data via direct lookup.

Generated from protobuf message google.cloud.geminidataanalytics.v1beta.RetrieveBigQueryTableContextRequest

Namespace

Google \ Cloud \ GeminiDataAnalytics \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ project string

Required.

↳ parent string

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.

↳ query string

Optional. User query in natural language.

↳ direct_lookup array<DirectLookup>

Optional. A list of direct lookup parameters.

getProject

Required.

Returns
Type Description
string

setProject

Required.

Parameter
Name Description
var string
Returns
Type Description
$this

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

getDirectLookup

Optional. A list of direct lookup parameters.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setDirectLookup

Optional. A list of direct lookup parameters.

Parameter
Name Description
var array<DirectLookup>
Returns
Type Description
$this