ProjectsLocationsCatalogs
class ProjectsLocationsCatalogs extends Resource (View source)
The "catalogs" collection of methods.
Typical usage is:
$biglakeService = new Google\Service\BigLakeService(...);
$catalogs = $biglakeService->projects_locations_catalogs;
Methods
delete(string $name, array $optParams = [])
Deletes an existing catalog specified by the catalog ID. (catalogs.delete)
get(string $name, array $optParams = [])
Gets the catalog specified by the resource name. (catalogs.get)
listProjectsLocationsCatalogs(string $parent, array $optParams = [])
List all catalogs in a specified project.
Details
Catalog
create(string $parent, Catalog $postBody, array $optParams = [])
Creates a new catalog. (catalogs.create)
Catalog
delete(string $name, array $optParams = [])
Deletes an existing catalog specified by the catalog ID. (catalogs.delete)
Catalog
get(string $name, array $optParams = [])
Gets the catalog specified by the resource name. (catalogs.get)
ListCatalogsResponse
listProjectsLocationsCatalogs(string $parent, array $optParams = [])
List all catalogs in a specified project.
(catalogs.listProjectsLocationsCatalogs)