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