[BindServiceMethod(typeof(AppGatewaysService), "BindService")]
public abstract class AppGatewaysServiceBase
Reference 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 | CreateAppGatewayRequest 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). |
DeleteAppGateway(DeleteAppGatewayRequest, ServerCallContext)
public virtual Task<Operation> DeleteAppGateway(DeleteAppGatewayRequest request, ServerCallContext context)
Deletes a single AppGateway.
Parameters | |
---|---|
Name | Description |
request | DeleteAppGatewayRequest 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). |
GetAppGateway(GetAppGatewayRequest, ServerCallContext)
public virtual Task<AppGateway> GetAppGateway(GetAppGatewayRequest request, ServerCallContext context)
Gets details of a single AppGateway.
Parameters | |
---|---|
Name | Description |
request | GetAppGatewayRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<AppGateway> | 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 | ListAppGatewaysRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<ListAppGatewaysResponse> | The response to send back to the client (wrapped by a task). |