Class: Google::Cloud::GeminiDataAnalytics::V1beta::AnalysisMessage

Inherits:
Object
  • Object
show all
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

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.

Returns:



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.

Returns:



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