ProjectsLocationsHttpRoutes
class ProjectsLocationsHttpRoutes extends Resource (View source)
The "httpRoutes" collection of methods.
Typical usage is:
$networkservicesService = new Google\Service\NetworkServices(...);
$httpRoutes = $networkservicesService->projects_locations_httpRoutes;
Methods
delete(string $name, array $optParams = [])
Deletes a single HttpRoute. (httpRoutes.delete)
get(string $name, array $optParams = [])
Gets details of a single HttpRoute. (httpRoutes.get)
listProjectsLocationsHttpRoutes(string $parent, array $optParams = [])
Lists HttpRoute in a given project and location.
Details
Operation
create(string $parent, HttpRoute $postBody, array $optParams = [])
Creates a new HttpRoute in a given project and location. (httpRoutes.create)
Operation
delete(string $name, array $optParams = [])
Deletes a single HttpRoute. (httpRoutes.delete)
HttpRoute
get(string $name, array $optParams = [])
Gets details of a single HttpRoute. (httpRoutes.get)
ListHttpRoutesResponse
listProjectsLocationsHttpRoutes(string $parent, array $optParams = [])
Lists HttpRoute in a given project and location.
(httpRoutes.listProjectsLocationsHttpRoutes)