[BindServiceMethod(typeof(ClientConnectorServicesService), "BindService")]
public abstract class ClientConnectorServicesServiceBase
Reference 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 | CreateClientConnectorServiceRequest 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). |
DeleteClientConnectorService(DeleteClientConnectorServiceRequest, ServerCallContext)
public virtual Task<Operation> DeleteClientConnectorService(DeleteClientConnectorServiceRequest request, ServerCallContext context)
Deletes a single ClientConnectorService.
Parameters | |
---|---|
Name | Description |
request | DeleteClientConnectorServiceRequest 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). |
GetClientConnectorService(GetClientConnectorServiceRequest, ServerCallContext)
public virtual Task<ClientConnectorService> GetClientConnectorService(GetClientConnectorServiceRequest request, ServerCallContext context)
Gets details of a single ClientConnectorService.
Parameters | |
---|---|
Name | Description |
request | GetClientConnectorServiceRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<ClientConnectorService> | 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 | ListClientConnectorServicesRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<ListClientConnectorServicesResponse> | 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 | UpdateClientConnectorServiceRequest 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). |