Class: Google::Cloud::GeminiDataAnalytics::V1beta::DataQuery
- Inherits:
-
Object
- Object
- Google::Cloud::GeminiDataAnalytics::V1beta::DataQuery
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb
Overview
A query for retrieving data.
Instance Attribute Summary collapse
-
#datasources ⇒ ::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::Datasource>
Optional.
-
#looker ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::LookerQuery
Optional.
-
#name ⇒ ::String
Optional.
-
#question ⇒ ::String
Optional.
Instance Attribute Details
#datasources ⇒ ::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::Datasource>
Returns Optional. The datasources available to answer the question.
565 566 567 568 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb', line 565 class DataQuery include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#looker ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::LookerQuery
Returns Optional. A query for retrieving data from a Looker explore.
565 566 567 568 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb', line 565 class DataQuery include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Optional. A snake-case name for the query that reflects its intent. It is used to name the corresponding data result, so that it can be referenced in later steps.
- Example: "total_sales_by_product"
- Example: "sales_for_product_12345".
565 566 567 568 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb', line 565 class DataQuery include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#question ⇒ ::String
Returns Optional. A natural language question to answer.
565 566 567 568 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb', line 565 class DataQuery include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |