Class ImageOptions (0.2.0)

ImageOptions(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Options for rendering images of generated charts.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
no_image google.cloud.geminidataanalytics_v1beta.types.ChartOptions.ImageOptions.NoImage
No image. This field is a member of oneof_ kind.
svg google.cloud.geminidataanalytics_v1beta.types.ChartOptions.ImageOptions.SvgOptions
SVG format. This field is a member of oneof_ kind.

Classes

NoImage

NoImage(mapping=None, *, ignore_unknown_fields=False, **kwargs)

No image.

SvgOptions

SvgOptions(mapping=None, *, ignore_unknown_fields=False, **kwargs)

SVG options.