Class: Google::Cloud::DataQnA::V1alpha::InterpretationStructure::ColumnInfo
- Inherits:
-
Object
- Object
- Google::Cloud::DataQnA::V1alpha::InterpretationStructure::ColumnInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataqna/v1alpha/question.rb
Overview
Information about a column.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Human readable name of the output column.
-
#output_alias ⇒ ::String
The alias of the output column as used by the backend.
Instance Attribute Details
#display_name ⇒ ::String
Returns Human readable name of the output column.
292 293 294 295 |
# File 'proto_docs/google/cloud/dataqna/v1alpha/question.rb', line 292 class ColumnInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#output_alias ⇒ ::String
Returns The alias of the output column as used by the backend. For example, the field name in the schema provided in the query response in BigQuery.
292 293 294 295 |
# File 'proto_docs/google/cloud/dataqna/v1alpha/question.rb', line 292 class ColumnInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |