Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class SchemaResult.
The result of schema resolution.
Generated from protobuf message google.cloud.geminidataanalytics.v1beta.SchemaResult
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ datasources |
array<Datasource>
Optional. The datasources used to resolve the schema query. |
getDatasources
Optional. The datasources used to resolve the schema query.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setDatasources
Optional. The datasources used to resolve the schema query.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Datasource>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|