ProjectsLocationsUrlLists
class ProjectsLocationsUrlLists extends Resource (View source)
The "urlLists" collection of methods.
Typical usage is:
$networksecurityService = new Google\Service\NetworkSecurity(...);
$urlLists = $networksecurityService->projects_locations_urlLists;
Methods
listProjectsLocationsUrlLists(string $parent, array $optParams = [])
Lists UrlLists in a given project and location.
Details
Operation
create(string $parent, UrlList $postBody, array $optParams = [])
Creates a new UrlList in a given project and location. (urlLists.create)
Operation
delete(string $name, array $optParams = [])
Deletes a single UrlList. (urlLists.delete)
UrlList
get(string $name, array $optParams = [])
Gets details of a single UrlList. (urlLists.get)
ListUrlListsResponse
listProjectsLocationsUrlLists(string $parent, array $optParams = [])
Lists UrlLists in a given project and location.
(urlLists.listProjectsLocationsUrlLists)