Reference documentation and code samples for the Data Analytics API with Gemini V1BETA API class Google::Cloud::GeminiDataAnalytics::V1beta::ChartResult.
The result of a chart generation query.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#image
def image() -> ::Google::Cloud::GeminiDataAnalytics::V1beta::Blob
Returns
- (::Google::Cloud::GeminiDataAnalytics::V1beta::Blob) — Optional. A rendering of the chart if this was requested in the context.
#image=
def image=(value) -> ::Google::Cloud::GeminiDataAnalytics::V1beta::Blob
Parameter
- value (::Google::Cloud::GeminiDataAnalytics::V1beta::Blob) — Optional. A rendering of the chart if this was requested in the context.
Returns
- (::Google::Cloud::GeminiDataAnalytics::V1beta::Blob) — Optional. A rendering of the chart if this was requested in the context.
#vega_config
def vega_config() -> ::Google::Protobuf::Struct
Returns
- (::Google::Protobuf::Struct) — Optional. A generated Vega chart config. See https://vega.github.io/vega/docs/config/
#vega_config=
def vega_config=(value) -> ::Google::Protobuf::Struct
Parameter
- value (::Google::Protobuf::Struct) — Optional. A generated Vega chart config. See https://vega.github.io/vega/docs/config/
Returns
- (::Google::Protobuf::Struct) — Optional. A generated Vega chart config. See https://vega.github.io/vega/docs/config/