| Modifier and Type | Class and Description | 
|---|---|
| class  | Compute.RegionNotificationEndpoints.Delete | 
| class  | Compute.RegionNotificationEndpoints.Get | 
| class  | Compute.RegionNotificationEndpoints.Insert | 
| class  | Compute.RegionNotificationEndpoints.List | 
| class  | Compute.RegionNotificationEndpoints.TestIamPermissions | 
| Constructor and Description | 
|---|
| RegionNotificationEndpoints() | 
| Modifier and Type | Method and Description | 
|---|---|
| Compute.RegionNotificationEndpoints.Delete | delete(String project,
      String region,
      String notificationEndpoint)Deletes the specified NotificationEndpoint in the given region
 Create a request for the method "regionNotificationEndpoints.delete". | 
| Compute.RegionNotificationEndpoints.Get | get(String project,
   String region,
   String notificationEndpoint)Returns the specified NotificationEndpoint resource in the given region. | 
| Compute.RegionNotificationEndpoints.Insert | insert(String project,
      String region,
      NotificationEndpoint content)Create a NotificationEndpoint in the specified project in the given region using the parameters
 that are included in the request. | 
| Compute.RegionNotificationEndpoints.List | list(String project,
    String region)Lists the NotificationEndpoints for a project in the given region. | 
| Compute.RegionNotificationEndpoints.TestIamPermissions | testIamPermissions(String project,
                  String region,
                  String resource,
                  TestPermissionsRequest content)Returns permissions that a caller has on the specified resource. | 
public Compute.RegionNotificationEndpoints.Delete delete(String project, String region, String notificationEndpoint) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.notificationEndpoint - Name of the NotificationEndpoint resource to delete.IOExceptionpublic Compute.RegionNotificationEndpoints.Get get(String project, String region, String notificationEndpoint) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.notificationEndpoint - Name of the NotificationEndpoint resource to return.IOExceptionpublic Compute.RegionNotificationEndpoints.Insert insert(String project, String region, NotificationEndpoint content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.content - the NotificationEndpointIOExceptionpublic Compute.RegionNotificationEndpoints.List list(String project, String region) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.IOExceptionpublic Compute.RegionNotificationEndpoints.TestIamPermissions testIamPermissions(String project, String region, String resource, TestPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - The name of the region for this request.resource - Name or id of the resource for this request.content - the TestPermissionsRequestIOExceptionCopyright © 2011–2022 Google. All rights reserved.