Area 120 Tables V1alpha1 API - Class Google::Area120::Tables::V1alpha1::Table (v0.2.5)

Reference documentation and code samples for the Area 120 Tables V1alpha1 API class Google::Area120::Tables::V1alpha1::Table.

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

#columns=

def columns=(value) -> ::Array<::Google::Area120::Tables::V1alpha1::ColumnDescription>
Parameter
Returns

#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}.