Class: Google::Cloud::GeminiDataAnalytics::V1beta::ExecutedQueryResult::Column

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

Describes a single column in the result set.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns The name of the column.

Returns:

  • (::String)

    The name of the column.



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

Returns The type of the column (e.g., "VARCHAR", "INT64", "TIMESTAMP").

Returns:

  • (::String)

    The type of the column (e.g., "VARCHAR", "INT64", "TIMESTAMP").



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