Class: Google::Cloud::DataQnA::V1alpha::InterpretationStructure::ColumnInfo

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#display_name::String

Returns Human readable name of the output column.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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