Skip to main content

tables

Overview

Nametables
TypeResource
Idgoogledevelopers.area120tables.tables

Fields

NameDatatypeDescription
namestringThe resource name of the table. Table names have the form tables/{table}.
displayNamestringThe human readable title of the table.
savedViewsarraySaved views for this table.
timeZonestringThe time zone of the table. IANA Time Zone Database time zone, e.g. "America/New_York".
updateTimestringTime when the table was last updated excluding updates to individual rows
columnsarrayList of columns in this table. Order of columns matches the display order.
createTimestringTime when the table was created.

Methods

NameAccessible byRequired ParamsDescription
getSELECTtablesIdGets a table. Returns NOT_FOUND if the table does not exist.
listSELECTLists tables for the user.