Class: Google::Area120::Tables::V1alpha1::Table

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

Instance Attribute Details

#columns::Array<::Google::Area120::Tables::V1alpha1::ColumnDescription>

Returns List of columns in this table. Order of columns matches the display order.

Returns:



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

#display_name::String

Returns The human readable title of the table.

Returns:

  • (::String)

    The human readable title of the table.



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

#name::String

Returns The resource name of the table. Table names have the form tables/{table}.

Returns:

  • (::String)

    The resource name of the table. Table names have the form tables/{table}.



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