Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class RetrieveBigQueryTableSuggestedDescriptionsResponse.
Response 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.RetrieveBigQueryTableSuggestedDescriptionsResponse
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ table_candidates |
array<TableCandidate>
List of retrieved candidates with their bundled metadata. |
getTableCandidates
List of retrieved candidates with their bundled metadata.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setTableCandidates
List of retrieved candidates with their bundled metadata.
Parameter | |
---|---|
Name | Description |
var |
array<TableCandidate>
|
Returns | |
---|---|
Type | Description |
$this |