Class: Google::Cloud::GeminiDataAnalytics::V1beta::ExecutedQueryResult::Row

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

Represents a single row in the result set.

Instance Attribute Summary collapse

Instance Attribute Details

#values::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::ExecutedQueryResult::Value>

Returns The values in the row, corresponding positionally to the columns.

Returns:



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