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)

Parameters

string $name

Required. The name of the table to retrieve. Format: tables/{table}

array $optParams

Optional parameters.

Return Value

Table

Exceptions

Exception

ListTablesResponse listTables(array $optParams = [])

Lists tables for the user. (tables.listTables)

Parameters

array $optParams

Optional parameters.

Return Value

ListTablesResponse

Exceptions

Exception