[BindServiceMethod(typeof(NetworkEdgeSecurityServices), "BindService")]
public abstract class NetworkEdgeSecurityServicesBaseBase class for server-side implementations of NetworkEdgeSecurityServices
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Methods
AggregatedList(AggregatedListNetworkEdgeSecurityServicesRequest, ServerCallContext)
public virtual Task<NetworkEdgeSecurityServiceAggregatedList> AggregatedList(AggregatedListNetworkEdgeSecurityServicesRequest request, ServerCallContext context)Retrieves the list of all NetworkEdgeSecurityService resources available to the specified project.
| Parameters | |
|---|---|
| Name | Description |
request |
AggregatedListNetworkEdgeSecurityServicesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<NetworkEdgeSecurityServiceAggregatedList> |
The response to send back to the client (wrapped by a task). |
Delete(DeleteNetworkEdgeSecurityServiceRequest, ServerCallContext)
public virtual Task<Operation> Delete(DeleteNetworkEdgeSecurityServiceRequest request, ServerCallContext context)Deletes the specified service.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteNetworkEdgeSecurityServiceRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<Operation> |
The response to send back to the client (wrapped by a task). |
Get(GetNetworkEdgeSecurityServiceRequest, ServerCallContext)
public virtual Task<NetworkEdgeSecurityService> Get(GetNetworkEdgeSecurityServiceRequest request, ServerCallContext context)Gets a specified NetworkEdgeSecurityService.
| Parameters | |
|---|---|
| Name | Description |
request |
GetNetworkEdgeSecurityServiceRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<NetworkEdgeSecurityService> |
The response to send back to the client (wrapped by a task). |
Insert(InsertNetworkEdgeSecurityServiceRequest, ServerCallContext)
public virtual Task<Operation> Insert(InsertNetworkEdgeSecurityServiceRequest request, ServerCallContext context)Creates a new service in the specified project using the data included in the request.
| Parameters | |
|---|---|
| Name | Description |
request |
InsertNetworkEdgeSecurityServiceRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<Operation> |
The response to send back to the client (wrapped by a task). |
Patch(PatchNetworkEdgeSecurityServiceRequest, ServerCallContext)
public virtual Task<Operation> Patch(PatchNetworkEdgeSecurityServiceRequest request, ServerCallContext context)Patches the specified policy with the data included in the request.
| Parameters | |
|---|---|
| Name | Description |
request |
PatchNetworkEdgeSecurityServiceRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<Operation> |
The response to send back to the client (wrapped by a task). |