Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class RetrieveBigQueryTableSuggestedExamplesRequest.
Request for retrieving BigQuery table schema with suggested NL-SQL examples.
Generated from protobuf message google.cloud.geminidataanalytics.v1beta.RetrieveBigQueryTableSuggestedExamplesRequest
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 RetrieveBigQueryTableSuggestedExamplesRequest. Pattern: |
↳ direct_lookup |
array<DirectLookup>
Optional. A list of direct lookup parameters. |
getParent
Required. Parent value for RetrieveBigQueryTableSuggestedExamplesRequest.
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 RetrieveBigQueryTableSuggestedExamplesRequest.
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 |
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 |