public interface ChartOptionsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getImage()
public abstract ChartOptions.ImageOptions getImage()Optional. When specified, the agent will render generated charts using the provided format. Defaults to no image.
.google.cloud.geminidataanalytics.v1beta.ChartOptions.ImageOptions image = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ChartOptions.ImageOptions |
The image. |
getImageOrBuilder()
public abstract ChartOptions.ImageOptionsOrBuilder getImageOrBuilder()Optional. When specified, the agent will render generated charts using the provided format. Defaults to no image.
.google.cloud.geminidataanalytics.v1beta.ChartOptions.ImageOptions image = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ChartOptions.ImageOptionsOrBuilder |
|
hasImage()
public abstract boolean hasImage()Optional. When specified, the agent will render generated charts using the provided format. Defaults to no image.
.google.cloud.geminidataanalytics.v1beta.ChartOptions.ImageOptions image = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the image field is set. |