Modifier and Type | Class and Description |
---|---|
class |
Compute.RegionNotificationEndpoints.Delete |
class |
Compute.RegionNotificationEndpoints.Get |
class |
Compute.RegionNotificationEndpoints.Insert |
class |
Compute.RegionNotificationEndpoints.List |
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.
|
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.IOException
public 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.IOException
public 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 NotificationEndpoint
IOException
public 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.IOException
Copyright © 2011–2024 Google. All rights reserved.