Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class ImageOptions.
Options for rendering images of generated charts.
Generated from protobuf message google.cloud.geminidataanalytics.v1beta.ChartOptions.ImageOptions
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1beta \ ChartOptionsMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ no_image |
ImageOptions\NoImage
No image. |
↳ svg |
ImageOptions\SvgOptions
SVG format. |
getNoImage
No image.
Returns | |
---|---|
Type | Description |
ImageOptions\NoImage|null |
hasNoImage
setNoImage
No image.
Parameter | |
---|---|
Name | Description |
var |
ImageOptions\NoImage
|
Returns | |
---|---|
Type | Description |
$this |
getSvg
SVG format.
Returns | |
---|---|
Type | Description |
ImageOptions\SvgOptions|null |
hasSvg
setSvg
SVG format.
Parameter | |
---|---|
Name | Description |
var |
ImageOptions\SvgOptions
|
Returns | |
---|---|
Type | Description |
$this |
getKind
Returns | |
---|---|
Type | Description |
string |