Tables
class Tables extends Resource (View source)
The "tables" collection of methods.
Typical usage is:
$area120tablesService = new Google\Service\Area120Tables(...);
$tables = $area120tablesService->tables;
Methods
get(string $name, array $optParams = [])
Gets a table. Returns NOT_FOUND if the table does not exist. (tables.get)
listTables(array $optParams = [])
Lists tables for the user. (tables.listTables)
Details
Table
get(string $name, array $optParams = [])
Gets a table. Returns NOT_FOUND if the table does not exist. (tables.get)
ListTablesResponse
listTables(array $optParams = [])
Lists tables for the user. (tables.listTables)