Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class ExampleQueries.
A message containing derived and authored example queries.
Generated from protobuf message google.cloud.geminidataanalytics.v1beta.ExampleQueries
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ example_queries |
array<ExampleQuery>
Optional. A list of derived and authored example queries, providing examples of relevant and commonly used SQL queries and their corresponding natural language queries optionally present. Currently only used for BigQuery data sources. |
getExampleQueries
Optional. A list of derived and authored example queries, providing examples of relevant and commonly used SQL queries and their corresponding natural language queries optionally present. Currently only used for BigQuery data sources.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setExampleQueries
Optional. A list of derived and authored example queries, providing examples of relevant and commonly used SQL queries and their corresponding natural language queries optionally present. Currently only used for BigQuery data sources.
| Parameter | |
|---|---|
| Name | Description |
var |
array<ExampleQuery>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|