RegionUrlMaps
class RegionUrlMaps extends Resource (View source)
The "regionUrlMaps" collection of methods.
Typical usage is:
$computeService = new Google\Service\Compute(...);
$regionUrlMaps = $computeService->regionUrlMaps;
Methods
Deletes the specified UrlMap resource. (regionUrlMaps.delete)
Returns the specified UrlMap resource. (regionUrlMaps.get)
Retrieves the list of UrlMap resources available to the specified project in the specified region. (regionUrlMaps.listRegionUrlMaps)
Runs static validation for the UrlMap. In particular, the tests of the provided UrlMap will be run. Calling this method does NOT create the UrlMap.
Details
Operation
delete(string $project, string $region, string $urlMap, array $optParams = [])
Deletes the specified UrlMap resource. (regionUrlMaps.delete)
UrlMap
get(string $project, string $region, string $urlMap, array $optParams = [])
Returns the specified UrlMap resource. (regionUrlMaps.get)
Operation
insert(string $project, string $region, UrlMap $postBody, array $optParams = [])
Creates a UrlMap resource in the specified project using the data included in the request. (regionUrlMaps.insert)
UrlMapList
listRegionUrlMaps(string $project, string $region, array $optParams = [])
Retrieves the list of UrlMap resources available to the specified project in the specified region. (regionUrlMaps.listRegionUrlMaps)
Operation
patch(string $project, string $region, string $urlMap, UrlMap $postBody, array $optParams = [])
Patches the specified UrlMap resource with the data included in the request.
This method supports PATCH semantics and uses JSON merge patch format and processing rules. (regionUrlMaps.patch)
Operation
update(string $project, string $region, string $urlMap, UrlMap $postBody, array $optParams = [])
Updates the specified UrlMap resource with the data included in the request.
(regionUrlMaps.update)
UrlMapsValidateResponse
validate(string $project, string $region, string $urlMap, RegionUrlMapsValidateRequest $postBody, array $optParams = [])
Runs static validation for the UrlMap. In particular, the tests of the provided UrlMap will be run. Calling this method does NOT create the UrlMap.
(regionUrlMaps.validate)