Class: Google::Cloud::GeminiDataAnalytics::V1beta::ChartMessage

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 chart generation.

Instance Attribute Summary collapse

Instance Attribute Details

#query::Google::Cloud::GeminiDataAnalytics::V1beta::ChartQuery

Returns A query for generating a chart.

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:



723
724
725
726
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb', line 723

class ChartMessage
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#result::Google::Cloud::GeminiDataAnalytics::V1beta::ChartResult

Returns The result of a chart generation 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:



723
724
725
726
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb', line 723

class ChartMessage
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end