Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class SchemaMessage.
A message produced during schema resolution.
Generated from protobuf message google.cloud.geminidataanalytics.v1beta.SchemaMessage
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ query |
SchemaQuery
A schema resolution query. |
↳ result |
SchemaResult
The result of a schema resolution query. |
getQuery
A schema resolution query.
Returns | |
---|---|
Type | Description |
SchemaQuery|null |
hasQuery
setQuery
A schema resolution query.
Parameter | |
---|---|
Name | Description |
var |
SchemaQuery
|
Returns | |
---|---|
Type | Description |
$this |
getResult
The result of a schema resolution query.
Returns | |
---|---|
Type | Description |
SchemaResult|null |
hasResult
setResult
The result of a schema resolution query.
Parameter | |
---|---|
Name | Description |
var |
SchemaResult
|
Returns | |
---|---|
Type | Description |
$this |
getKind
Returns | |
---|---|
Type | Description |
string |