Data Analytics API with Gemini V1 API - Class Google::Cloud::GeminiDataAnalytics::V1::ChartMessage (v0.1.0)

Reference documentation and code samples for the Data Analytics API with Gemini V1 API class Google::Cloud::GeminiDataAnalytics::V1::ChartMessage.

A message produced during chart generation.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#query

def query() -> ::Google::Cloud::GeminiDataAnalytics::V1::ChartQuery
Returns

#query=

def query=(value) -> ::Google::Cloud::GeminiDataAnalytics::V1::ChartQuery
Parameter
  • value (::Google::Cloud::GeminiDataAnalytics::V1::ChartQuery) — A query for generating a chart.

    Note: The following fields are mutually exclusive: query, result. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns

#result

def result() -> ::Google::Cloud::GeminiDataAnalytics::V1::ChartResult
Returns

#result=

def result=(value) -> ::Google::Cloud::GeminiDataAnalytics::V1::ChartResult
Parameter
  • value (::Google::Cloud::GeminiDataAnalytics::V1::ChartResult) — The result of a chart generation query.

    Note: The following fields are mutually exclusive: result, query. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns