[BindServiceMethod(typeof(NetworkEdgeSecurityServices), "BindService")]
public abstract class NetworkEdgeSecurityServicesBase
Reference documentation and code samples for the Compute Engine v1 API class NetworkEdgeSecurityServices.NetworkEdgeSecurityServicesBase.
Base 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 | AggregatedListNetworkEdgeSecurityServicesRequest The request received from the client. |
context | ServerCallContext The 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 | DeleteNetworkEdgeSecurityServiceRequest The request received from the client. |
context | ServerCallContext The 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 | GetNetworkEdgeSecurityServiceRequest The request received from the client. |
context | ServerCallContext The 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 | InsertNetworkEdgeSecurityServiceRequest The request received from the client. |
context | ServerCallContext The 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 | PatchNetworkEdgeSecurityServiceRequest The request received from the client. |
context | ServerCallContext The 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). |