class RegionNotificationEndpoints extends Resource (View source)

The "regionNotificationEndpoints" collection of methods.

Typical usage is:

 $computeService = new Google\Service\Compute(...);
 $regionNotificationEndpoints = $computeService->regionNotificationEndpoints;

Methods

delete(string $project, string $region, string $notificationEndpoint, array $optParams = [])

Deletes the specified NotificationEndpoint in the given region (regionNotificationEndpoints.delete)

get(string $project, string $region, string $notificationEndpoint, array $optParams = [])

Returns the specified NotificationEndpoint resource in the given region.

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.

listRegionNotificationEndpoints(string $project, string $region, array $optParams = [])

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)

Parameters

string $project

Project ID for this request.

string $region

Name of the region scoping this request.

string $notificationEndpoint

Name of the NotificationEndpoint resource to delete.

array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception

NotificationEndpoint get(string $project, string $region, string $notificationEndpoint, array $optParams = [])

Returns the specified NotificationEndpoint resource in the given region.

(regionNotificationEndpoints.get)

Parameters

string $project

Project ID for this request.

string $region

Name of the region scoping this request.

string $notificationEndpoint

Name of the NotificationEndpoint resource to return.

array $optParams

Optional parameters.

Return Value

NotificationEndpoint

Exceptions

Exception

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)

Parameters

string $project

Project ID for this request.

string $region

Name of the region scoping this request.

NotificationEndpoint $postBody
array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception

NotificationEndpointList listRegionNotificationEndpoints(string $project, string $region, array $optParams = [])

Lists the NotificationEndpoints for a project in the given region.

(regionNotificationEndpoints.listRegionNotificationEndpoints)

Parameters

string $project

Project ID for this request.

string $region

Name of the region scoping this request.

array $optParams

Optional parameters.

Return Value

NotificationEndpointList

Exceptions

Exception