[BindServiceMethod(typeof(ClientConnectorServicesService), "BindService")]
public abstract class ClientConnectorServicesService.ClientConnectorServicesServiceBaseReference documentation and code samples for the BeyondCorp Client Connector Services v1 API class ClientConnectorServicesService.ClientConnectorServicesServiceBase.
Base class for server-side implementations of ClientConnectorServicesService
Namespace
Google.Cloud.BeyondCorp.ClientConnectorServices.V1Assembly
Google.Cloud.BeyondCorp.ClientConnectorServices.V1.dll
Methods
CreateClientConnectorService(CreateClientConnectorServiceRequest, ServerCallContext)
public virtual Task<Operation> CreateClientConnectorService(CreateClientConnectorServiceRequest request, ServerCallContext context)Creates a new ClientConnectorService in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateClientConnectorServiceRequestThe 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). |
DeleteClientConnectorService(DeleteClientConnectorServiceRequest, ServerCallContext)
public virtual Task<Operation> DeleteClientConnectorService(DeleteClientConnectorServiceRequest request, ServerCallContext context)Deletes a single ClientConnectorService.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteClientConnectorServiceRequestThe 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). |
GetClientConnectorService(GetClientConnectorServiceRequest, ServerCallContext)
public virtual Task<ClientConnectorService> GetClientConnectorService(GetClientConnectorServiceRequest request, ServerCallContext context)Gets details of a single ClientConnectorService.
| Parameters | |
|---|---|
| Name | Description |
request |
GetClientConnectorServiceRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskClientConnectorService |
The response to send back to the client (wrapped by a task). |
ListClientConnectorServices(ListClientConnectorServicesRequest, ServerCallContext)
public virtual Task<ListClientConnectorServicesResponse> ListClientConnectorServices(ListClientConnectorServicesRequest request, ServerCallContext context)Lists ClientConnectorServices in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListClientConnectorServicesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListClientConnectorServicesResponse |
The response to send back to the client (wrapped by a task). |
UpdateClientConnectorService(UpdateClientConnectorServiceRequest, ServerCallContext)
public virtual Task<Operation> UpdateClientConnectorService(UpdateClientConnectorServiceRequest request, ServerCallContext context)Updates the parameters of a single ClientConnectorService.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateClientConnectorServiceRequestThe 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). |