Class RegionNotificationEndpointsResource
The "regionNotificationEndpoints" collection of methods.
Inheritance
Inherited Members
Namespace: Google.Apis.Compute.v1
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class RegionNotificationEndpointsResource
Constructors
RegionNotificationEndpointsResource(IClientService)
Constructs a new resource.
Declaration
public RegionNotificationEndpointsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Delete(String, String, String)
Deletes the specified NotificationEndpoint in the given region
Declaration
public virtual RegionNotificationEndpointsResource.DeleteRequest Delete(string project, string region, string notificationEndpoint)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | project | Project ID for this request. |
| System.String | region | Name of the region scoping this request. |
| System.String | notificationEndpoint | Name of the NotificationEndpoint resource to delete. |
Returns
| Type | Description |
|---|---|
| RegionNotificationEndpointsResource.DeleteRequest |
Get(String, String, String)
Returns the specified NotificationEndpoint resource in the given region.
Declaration
public virtual RegionNotificationEndpointsResource.GetRequest Get(string project, string region, string notificationEndpoint)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | project | Project ID for this request. |
| System.String | region | Name of the region scoping this request. |
| System.String | notificationEndpoint | Name of the NotificationEndpoint resource to return. |
Returns
| Type | Description |
|---|---|
| RegionNotificationEndpointsResource.GetRequest |
Insert(NotificationEndpoint, String, String)
Create a NotificationEndpoint in the specified project in the given region using the parameters that are included in the request.
Declaration
public virtual RegionNotificationEndpointsResource.InsertRequest Insert(NotificationEndpoint body, string project, string region)
Parameters
| Type | Name | Description |
|---|---|---|
| NotificationEndpoint | body | The body of the request. |
| System.String | project | Project ID for this request. |
| System.String | region | Name of the region scoping this request. |
Returns
| Type | Description |
|---|---|
| RegionNotificationEndpointsResource.InsertRequest |
List(String, String)
Lists the NotificationEndpoints for a project in the given region.
Declaration
public virtual RegionNotificationEndpointsResource.ListRequest List(string project, string region)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | project | Project ID for this request. |
| System.String | region | Name of the region scoping this request. |
Returns
| Type | Description |
|---|---|
| RegionNotificationEndpointsResource.ListRequest |