Class: Google::Cloud::GeminiDataAnalytics::V1beta::ChartOptions::ImageOptions
- Inherits:
-
Object
- Object
- Google::Cloud::GeminiDataAnalytics::V1beta::ChartOptions::ImageOptions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/geminidataanalytics/v1beta/context.rb
Overview
Options for rendering images of generated charts.
Defined Under Namespace
Classes: NoImage, SvgOptions
Instance Attribute Summary collapse
-
#no_image ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::ChartOptions::ImageOptions::NoImage
No image.
-
#svg ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::ChartOptions::ImageOptions::SvgOptions
SVG format.
Instance Attribute Details
#no_image ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::ChartOptions::ImageOptions::NoImage
Returns No image.
Note: The following fields are mutually exclusive: no_image, svg. If a field in that set is populated, all other fields in the set will automatically be cleared.
252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/context.rb', line 252 class ImageOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # No image. class NoImage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # SVG options. class SvgOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#svg ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::ChartOptions::ImageOptions::SvgOptions
Returns SVG format.
Note: The following fields are mutually exclusive: svg, no_image. If a field in that set is populated, all other fields in the set will automatically be cleared.
252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/context.rb', line 252 class ImageOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # No image. class NoImage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # SVG options. class SvgOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |