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