Class: Google::Cloud::GeminiDataAnalytics::V1beta::AnalysisMessage
- Inherits:
-
Object
- Object
- Google::Cloud::GeminiDataAnalytics::V1beta::AnalysisMessage
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb
Overview
A message produced during analysis.
Instance Attribute Summary collapse
-
#progress_event ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::AnalysisEvent
An event indicating the progress of the analysis.
-
#query ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::AnalysisQuery
An analysis query.
Instance Attribute Details
#progress_event ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::AnalysisEvent
Returns An event indicating the progress of the analysis.
Note: The following fields are mutually exclusive: progress_event, query. If a field in that set is populated, all other fields in the set will automatically be cleared.
639 640 641 642 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb', line 639 class AnalysisMessage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#query ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::AnalysisQuery
Returns An analysis query.
Note: The following fields are mutually exclusive: query, progress_event. If a field in that set is populated, all other fields in the set will automatically be cleared.
639 640 641 642 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb', line 639 class AnalysisMessage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |