![JAR search and dependency download from the Maven repository](/logo.png)
target.apidocs.com.google.api.services.compute.Compute.RegionNotificationEndpoints.html Maven / Gradle / Ivy
Compute.RegionNotificationEndpoints (Compute Engine API beta-rev20220726-2.0.0)
com.google.api.services.compute
Class Compute.RegionNotificationEndpoints
- java.lang.Object
-
- com.google.api.services.compute.Compute.RegionNotificationEndpoints
-
-
Nested Class Summary
Nested Classes
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 Summary
Constructors
Constructor and Description
RegionNotificationEndpoints()
-
Method Summary
All Methods Instance Methods Concrete Methods
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.
-
-
Method Detail
-
delete
public Compute.RegionNotificationEndpoints.Delete delete(String project,
String region,
String notificationEndpoint)
throws IOException
Deletes the specified NotificationEndpoint in the given region
Create a request for the method "regionNotificationEndpoints.delete".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
region
- Name of the region scoping this request.
notificationEndpoint
- Name of the NotificationEndpoint resource to delete.
- Returns:
- the request
- Throws:
IOException
-
get
public Compute.RegionNotificationEndpoints.Get get(String project,
String region,
String notificationEndpoint)
throws IOException
Returns the specified NotificationEndpoint resource in the given region.
Create a request for the method "regionNotificationEndpoints.get".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
region
- Name of the region scoping this request.
notificationEndpoint
- Name of the NotificationEndpoint resource to return.
- Returns:
- the request
- Throws:
IOException
-
insert
public Compute.RegionNotificationEndpoints.Insert insert(String project,
String region,
NotificationEndpoint content)
throws IOException
Create a NotificationEndpoint in the specified project in the given region using the parameters
that are included in the request.
Create a request for the method "regionNotificationEndpoints.insert".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
region
- Name of the region scoping this request.
content
- the NotificationEndpoint
- Returns:
- the request
- Throws:
IOException
-
list
public Compute.RegionNotificationEndpoints.List list(String project,
String region)
throws IOException
Lists the NotificationEndpoints for a project in the given region.
Create a request for the method "regionNotificationEndpoints.list".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
region
- Name of the region scoping this request.
- Returns:
- the request
- Throws:
IOException
-
testIamPermissions
public Compute.RegionNotificationEndpoints.TestIamPermissions testIamPermissions(String project,
String region,
String resource,
TestPermissionsRequest content)
throws IOException
Returns permissions that a caller has on the specified resource.
Create a request for the method "regionNotificationEndpoints.testIamPermissions".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
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 TestPermissionsRequest
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2022 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy