Class: Google::Cloud::GeminiDataAnalytics::V1beta::SchemaMessage
- Inherits:
-
Object
- Object
- Google::Cloud::GeminiDataAnalytics::V1beta::SchemaMessage
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb
Overview
A message produced during schema resolution.
Instance Attribute Summary collapse
-
#query ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::SchemaQuery
A schema resolution query.
-
#result ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::SchemaResult
The result of a schema resolution query.
Instance Attribute Details
#query ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::SchemaQuery
Returns A schema resolution query.
Note: The following fields are mutually exclusive: query, result. If a field in that set is populated, all other fields in the set will automatically be cleared.
453 454 455 456 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb', line 453 class SchemaMessage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#result ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::SchemaResult
Returns The result of a schema resolution query.
Note: The following fields are mutually exclusive: result, query. If a field in that set is populated, all other fields in the set will automatically be cleared.
453 454 455 456 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb', line 453 class SchemaMessage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |