Reference documentation and code samples for the Data Analytics API with Gemini V1BETA API class Google::Cloud::GeminiDataAnalytics::V1beta::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::V1beta::ChartQuery
-
(::Google::Cloud::GeminiDataAnalytics::V1beta::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.
#query=
def query=(value) -> ::Google::Cloud::GeminiDataAnalytics::V1beta::ChartQuery
-
value (::Google::Cloud::GeminiDataAnalytics::V1beta::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.
-
(::Google::Cloud::GeminiDataAnalytics::V1beta::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.
#result
def result() -> ::Google::Cloud::GeminiDataAnalytics::V1beta::ChartResult
-
(::Google::Cloud::GeminiDataAnalytics::V1beta::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.
#result=
def result=(value) -> ::Google::Cloud::GeminiDataAnalytics::V1beta::ChartResult
-
value (::Google::Cloud::GeminiDataAnalytics::V1beta::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.
-
(::Google::Cloud::GeminiDataAnalytics::V1beta::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.