Class: Google::Area120::Tables::V1alpha1::Table
- Inherits:
-
Object
- Object
- Google::Area120::Tables::V1alpha1::Table
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/area120/tables/v1alpha1/tables.rb
Overview
A single table.
Instance Attribute Summary collapse
-
#columns ⇒ ::Array<::Google::Area120::Tables::V1alpha1::ColumnDescription>
List of columns in this table.
-
#display_name ⇒ ::String
The human readable title of the table.
-
#name ⇒ ::String
The resource name of the table.
Instance Attribute Details
#columns ⇒ ::Array<::Google::Area120::Tables::V1alpha1::ColumnDescription>
Returns List of columns in this table. Order of columns matches the display order.
289 290 291 292 |
# File 'proto_docs/google/area120/tables/v1alpha1/tables.rb', line 289 class Table include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |