[BindServiceMethod(typeof(AppGatewaysService), "BindService")]
public abstract class AppGatewaysService.AppGatewaysServiceBaseReference documentation and code samples for the BeyondCorp AppGateways v1 API class AppGatewaysService.AppGatewaysServiceBase.
Base class for server-side implementations of AppGatewaysService
Namespace
Google.Cloud.BeyondCorp.AppGateways.V1Assembly
Google.Cloud.BeyondCorp.AppGateways.V1.dll
Methods
CreateAppGateway(CreateAppGatewayRequest, ServerCallContext)
public virtual Task<Operation> CreateAppGateway(CreateAppGatewayRequest request, ServerCallContext context)Creates a new AppGateway in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateAppGatewayRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
DeleteAppGateway(DeleteAppGatewayRequest, ServerCallContext)
public virtual Task<Operation> DeleteAppGateway(DeleteAppGatewayRequest request, ServerCallContext context)Deletes a single AppGateway.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteAppGatewayRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
GetAppGateway(GetAppGatewayRequest, ServerCallContext)
public virtual Task<AppGateway> GetAppGateway(GetAppGatewayRequest request, ServerCallContext context)Gets details of a single AppGateway.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAppGatewayRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskAppGateway |
The response to send back to the client (wrapped by a task). |
ListAppGateways(ListAppGatewaysRequest, ServerCallContext)
public virtual Task<ListAppGatewaysResponse> ListAppGateways(ListAppGatewaysRequest request, ServerCallContext context)Lists AppGateways in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAppGatewaysRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListAppGatewaysResponse |
The response to send back to the client (wrapped by a task). |