Class: Google::Cloud::GeminiDataAnalytics::V1beta::ExecutedQueryResult::Row
- Inherits:
-
Object
- Object
- Google::Cloud::GeminiDataAnalytics::V1beta::ExecutedQueryResult::Row
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb
Overview
Represents a single row in the result set.
Instance Attribute Summary collapse
-
#values ⇒ ::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::ExecutedQueryResult::Value>
The values in the row, corresponding positionally to the columns.
Instance Attribute Details
#values ⇒ ::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::ExecutedQueryResult::Value>
Returns The values in the row, corresponding positionally to the columns.
160 161 162 163 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb', line 160 class Row include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |