public sealed class SchemaResult : IMessage<SchemaResult>, IEquatable<SchemaResult>, IDeepCloneable<SchemaResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Analytics API with Gemini v1beta API class SchemaResult.
The result of schema resolution.
Implements
IMessageSchemaResult, IEquatableSchemaResult, IDeepCloneableSchemaResult, IBufferMessage, IMessageNamespace
Google.Cloud.GeminiDataAnalytics.V1BetaAssembly
Google.Cloud.GeminiDataAnalytics.V1Beta.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 |