ProjectsLocationsCatalogsDatabasesTables
class ProjectsLocationsCatalogsDatabasesTables extends Resource (View source)
The "tables" collection of methods.
Typical usage is:
$biglakeService = new Google\Service\BigLakeService(...);
$tables = $biglakeService->projects_locations_catalogs_databases_tables;
Methods
Deletes an existing table specified by the table ID. (tables.delete)
Gets the table specified by the resource name. (tables.get)
List all tables in a specified database.
Renames an existing table specified by the table ID. (tables.rename)
Details
Table
create(string $parent, Table $postBody, array $optParams = [])
Creates a new table. (tables.create)
Table
delete(string $name, array $optParams = [])
Deletes an existing table specified by the table ID. (tables.delete)
Table
get(string $name, array $optParams = [])
Gets the table specified by the resource name. (tables.get)
ListTablesResponse
listProjectsLocationsCatalogsDatabasesTables(string $parent, array $optParams = [])
List all tables in a specified database.
(tables.listProjectsLocationsCatalogsDatabasesTables)
Table
patch(string $name, Table $postBody, array $optParams = [])
Updates an existing table specified by the table ID. (tables.patch)
Table
rename(string $name, RenameTableRequest $postBody, array $optParams = [])
Renames an existing table specified by the table ID. (tables.rename)