RegionNotificationEndpoints
class RegionNotificationEndpoints extends Resource (View source)
The "regionNotificationEndpoints" collection of methods.
Typical usage is:
$computeService = new Google\Service\Compute(...);
$regionNotificationEndpoints = $computeService->regionNotificationEndpoints;
Methods
Deletes the specified NotificationEndpoint in the given region (regionNotificationEndpoints.delete)
Returns the specified NotificationEndpoint resource in the given region.
Create a NotificationEndpoint in the specified project in the given region using the parameters that are included in the request.
Lists the NotificationEndpoints for a project in the given region.
Details
Operation
delete(string $project, string $region, string $notificationEndpoint, array $optParams = [])
Deletes the specified NotificationEndpoint in the given region (regionNotificationEndpoints.delete)
NotificationEndpoint
get(string $project, string $region, string $notificationEndpoint, array $optParams = [])
Returns the specified NotificationEndpoint resource in the given region.
(regionNotificationEndpoints.get)
Operation
insert(string $project, string $region, NotificationEndpoint $postBody, array $optParams = [])
Create a NotificationEndpoint in the specified project in the given region using the parameters that are included in the request.
(regionNotificationEndpoints.insert)
NotificationEndpointList
listRegionNotificationEndpoints(string $project, string $region, array $optParams = [])
Lists the NotificationEndpoints for a project in the given region.
(regionNotificationEndpoints.listRegionNotificationEndpoints)