Class: Google::Cloud::GeminiDataAnalytics::V1beta::ExecutedQueryResult::Column
- Inherits:
-
Object
- Object
- Google::Cloud::GeminiDataAnalytics::V1beta::ExecutedQueryResult::Column
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb
Overview
Describes a single column in the result set.
Instance Attribute Summary collapse
-
#name ⇒ ::String
The name of the column.
-
#type ⇒ ::String
The type of the column (e.g., "VARCHAR", "INT64", "TIMESTAMP").
Instance Attribute Details
#name ⇒ ::String
140 141 142 143 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb', line 140 class Column include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#type ⇒ ::String
140 141 142 143 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb', line 140 class Column include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |