Class: Google::Cloud::GeminiDataAnalytics::V1beta::SchemaResult
- Inherits:
-
Object
- Object
- Google::Cloud::GeminiDataAnalytics::V1beta::SchemaResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb
Overview
The result of schema resolution.
Instance Attribute Summary collapse
Instance Attribute Details
#datasources ⇒ ::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::Datasource>
Returns Optional. The datasources used to resolve the schema query.
471 472 473 474 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb', line 471 class SchemaResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |