[BindServiceMethod(typeof(ClientGatewaysService), "BindService")]
public abstract class ClientGatewaysServiceBase
Reference documentation and code samples for the BeyondCorp Client Connector Services v1 API class ClientGatewaysService.ClientGatewaysServiceBase.
Base class for server-side implementations of ClientGatewaysService
Namespace
Google.Cloud.BeyondCorp.ClientGateways.V1Assembly
Google.Cloud.BeyondCorp.ClientGateways.V1.dll
Methods
CreateClientGateway(CreateClientGatewayRequest, ServerCallContext)
public virtual Task<Operation> CreateClientGateway(CreateClientGatewayRequest request, ServerCallContext context)
Creates a new ClientGateway in a given project and location.
Parameters | |
---|---|
Name | Description |
request | CreateClientGatewayRequest 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). |
DeleteClientGateway(DeleteClientGatewayRequest, ServerCallContext)
public virtual Task<Operation> DeleteClientGateway(DeleteClientGatewayRequest request, ServerCallContext context)
Deletes a single ClientGateway.
Parameters | |
---|---|
Name | Description |
request | DeleteClientGatewayRequest 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). |
GetClientGateway(GetClientGatewayRequest, ServerCallContext)
public virtual Task<ClientGateway> GetClientGateway(GetClientGatewayRequest request, ServerCallContext context)
Gets details of a single ClientGateway.
Parameters | |
---|---|
Name | Description |
request | GetClientGatewayRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<ClientGateway> | The response to send back to the client (wrapped by a task). |
ListClientGateways(ListClientGatewaysRequest, ServerCallContext)
public virtual Task<ListClientGatewaysResponse> ListClientGateways(ListClientGatewaysRequest request, ServerCallContext context)
Lists ClientGateways in a given project and location.
Parameters | |
---|---|
Name | Description |
request | ListClientGatewaysRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<ListClientGatewaysResponse> | The response to send back to the client (wrapped by a task). |