public sealed class SchemaResult : IMessage<SchemaResult>, IEquatable<SchemaResult>, IDeepCloneable<SchemaResult>, IBufferMessage, IMessageReference documentation and code samples for the Data Analytics API with Gemini v1 API class SchemaResult.
The result of schema resolution.
Implements
IMessageSchemaResult, IEquatableSchemaResult, IDeepCloneableSchemaResult, IBufferMessage, IMessageNamespace
Google.Cloud.GeminiDataAnalytics.V1Assembly
Google.Cloud.GeminiDataAnalytics.V1.dll
Constructors
SchemaResult()
public SchemaResult()SchemaResult(SchemaResult)
public SchemaResult(SchemaResult other)| Parameter | |
|---|---|
| Name | Description |
other |
SchemaResult |
Properties
Datasources
public RepeatedField<Datasource> Datasources { get; }Optional. The datasources used to resolve the schema query.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldDatasource |
|