Retrieves BigQuery table schema with suggested table and column descriptions.
HTTP request
POST https://geminidataanalytics.googleapis.com/v1alpha/{parent=projects/*/locations/*}/retrieval:retrieveBigQueryTableSuggestedDescriptions
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Parent value for RetrieveBigQueryTableSuggestedDescriptionsRequest. Pattern: |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{
"directLookup": [
{
object ( |
Fields | |
---|---|
directLookup[] |
Optional. A list of direct lookup parameters. |
Response body
Response for retrieving BigQuery table schema with suggested table and column descriptions. Columns are sorted by default BigQuery table schema order.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"tableCandidates": [
{
object ( |
Fields | |
---|---|
tableCandidates[] |
List of retrieved candidates with their bundled metadata. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.