Class: Google::Cloud::GeminiDataAnalytics::V1::ChartResult

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/geminidataanalytics/v1/data_chat_service.rb

Overview

The result of a chart generation query.

Instance Attribute Summary collapse

Instance Attribute Details

#image::Google::Cloud::GeminiDataAnalytics::V1::Blob

Returns Optional. A rendering of the chart if this was requested in the context.

Returns:



636
637
638
639
# File 'proto_docs/google/cloud/geminidataanalytics/v1/data_chat_service.rb', line 636

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

#vega_config::Google::Protobuf::Struct

Returns Optional. A generated Vega chart config. See https://vega.github.io/vega/docs/config/.

Returns:



636
637
638
639
# File 'proto_docs/google/cloud/geminidataanalytics/v1/data_chat_service.rb', line 636

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