public interface ChartResultOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getImage()
public abstract Blob getImage()Optional. A rendering of the chart if this was requested in the context.
.google.cloud.geminidataanalytics.v1beta.Blob image = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Blob |
The image. |
getImageOrBuilder()
public abstract BlobOrBuilder getImageOrBuilder()Optional. A rendering of the chart if this was requested in the context.
.google.cloud.geminidataanalytics.v1beta.Blob image = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
BlobOrBuilder |
|
getVegaConfig()
public abstract Struct getVegaConfig()Optional. A generated Vega chart config. See https://vega.github.io/vega/docs/config/
.google.protobuf.Struct vega_config = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Struct |
The vegaConfig. |
getVegaConfigOrBuilder()
public abstract StructOrBuilder getVegaConfigOrBuilder()Optional. A generated Vega chart config. See https://vega.github.io/vega/docs/config/
.google.protobuf.Struct vega_config = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
StructOrBuilder |
|
hasImage()
public abstract boolean hasImage()Optional. A rendering of the chart if this was requested in the context.
.google.cloud.geminidataanalytics.v1beta.Blob image = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the image field is set. |
hasVegaConfig()
public abstract boolean hasVegaConfig()Optional. A generated Vega chart config. See https://vega.github.io/vega/docs/config/
.google.protobuf.Struct vega_config = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the vegaConfig field is set. |