Reference documentation and code samples for the Data Analytics API with Gemini V1BETA API class Google::Cloud::GeminiDataAnalytics::V1beta::ChartOptions::ImageOptions.
Options for rendering images of generated charts.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#no_image
def no_image() -> ::Google::Cloud::GeminiDataAnalytics::V1beta::ChartOptions::ImageOptions::NoImage
-
(::Google::Cloud::GeminiDataAnalytics::V1beta::ChartOptions::ImageOptions::NoImage) — 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.
#no_image=
def no_image=(value) -> ::Google::Cloud::GeminiDataAnalytics::V1beta::ChartOptions::ImageOptions::NoImage
-
value (::Google::Cloud::GeminiDataAnalytics::V1beta::ChartOptions::ImageOptions::NoImage) — 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.
-
(::Google::Cloud::GeminiDataAnalytics::V1beta::ChartOptions::ImageOptions::NoImage) — 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.
#svg
def svg() -> ::Google::Cloud::GeminiDataAnalytics::V1beta::ChartOptions::ImageOptions::SvgOptions
-
(::Google::Cloud::GeminiDataAnalytics::V1beta::ChartOptions::ImageOptions::SvgOptions) — 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.
#svg=
def svg=(value) -> ::Google::Cloud::GeminiDataAnalytics::V1beta::ChartOptions::ImageOptions::SvgOptions
-
value (::Google::Cloud::GeminiDataAnalytics::V1beta::ChartOptions::ImageOptions::SvgOptions) — 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.
-
(::Google::Cloud::GeminiDataAnalytics::V1beta::ChartOptions::ImageOptions::SvgOptions) — 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.