A single table.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#columns
def columns() -> ::Array<::Google::Area120::Tables::V1alpha1::ColumnDescription>
Returns
- (::Array<::Google::Area120::Tables::V1alpha1::ColumnDescription>) — List of columns in this table. Order of columns matches the display order.
#columns=
def columns=(value) -> ::Array<::Google::Area120::Tables::V1alpha1::ColumnDescription>
Parameter
- value (::Array<::Google::Area120::Tables::V1alpha1::ColumnDescription>) — List of columns in this table. Order of columns matches the display order.
Returns
- (::Array<::Google::Area120::Tables::V1alpha1::ColumnDescription>) — List of columns in this table. Order of columns matches the display order.
#display_name
def display_name() -> ::String
Returns
- (::String) — The human readable title of the table.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — The human readable title of the table.
Returns
- (::String) — The human readable title of the table.
#name
def name() -> ::String
Returns
-
(::String) — The resource name of the table.
Table names have the form
tables/{table}
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — 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}
.