public static class ClientConnectorServicesService
Reference documentation and code samples for the BeyondCorp Client Connector Services v1 API class ClientConnectorServicesService.
API Overview:
The beyondcorp.googleapis.com
service implements the Google Cloud
BeyondCorp API.
Data Model:
The ClientConnectorServicesService exposes the following resources:
- Client Connector Services, named as follows:
projects/{project_id}/locations/{location_id}/client_connector_services/{client_connector_service_id}
.
Namespace
Google.Cloud.BeyondCorp.ClientConnectorServices.V1Assembly
Google.Cloud.BeyondCorp.ClientConnectorServices.V1.dll
Methods
BindService(ClientConnectorServicesServiceBase)
public static ServerServiceDefinition BindService(ClientConnectorServicesService.ClientConnectorServicesServiceBase serviceImpl)
Creates service definition that can be registered with a server
Parameter | |
---|---|
Name | Description |
serviceImpl | ClientConnectorServicesServiceClientConnectorServicesServiceBase An object implementing the server-side handling logic. |
Returns | |
---|---|
Type | Description |
ServerServiceDefinition |
BindService(ServiceBinderBase, ClientConnectorServicesServiceBase)
public static void BindService(ServiceBinderBase serviceBinder, ClientConnectorServicesService.ClientConnectorServicesServiceBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. Note: this method is part of an experimental API that can change or be removed without any prior notice.
Parameters | |
---|---|
Name | Description |
serviceBinder | ServiceBinderBase Service methods will be bound by calling |
serviceImpl | ClientConnectorServicesServiceClientConnectorServicesServiceBase An object implementing the server-side handling logic. |