Reference documentation and code samples for the Data Analytics API with Gemini V1BETA API class Google::Cloud::GeminiDataAnalytics::V1beta::ExecutedQueryResult::Column.
Describes a single column in the result set.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
- (::String) — The name of the column.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — The name of the column.
Returns
- (::String) — The name of the column.
#type
def type() -> ::String
Returns
- (::String) — The type of the column (e.g., "VARCHAR", "INT64", "TIMESTAMP").
#type=
def type=(value) -> ::String
Parameter
- value (::String) — The type of the column (e.g., "VARCHAR", "INT64", "TIMESTAMP").
Returns
- (::String) — The type of the column (e.g., "VARCHAR", "INT64", "TIMESTAMP").