Class: Google::Cloud::GeminiDataAnalytics::V1beta::SchemaMessage

Inherits:
Object
  • Object
show all
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

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.

Returns:



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.

Returns:



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