public static class ClientGatewaysService
Reference documentation and code samples for the BeyondCorp Client Connector Services v1 API class ClientGatewaysService.
API Overview
The beyondcorp.googleapis.com
service implements the Google Cloud
BeyondCorp API.
Data Model
The ClientGatewaysService exposes the following resources:
- Client Gateways, named as follows:
projects/{project_id}/locations/{location_id}/clientGateways/{client_gateway_id}
.
Namespace
Google.Cloud.BeyondCorp.ClientGateways.V1Assembly
Google.Cloud.BeyondCorp.ClientGateways.V1.dll
Methods
BindService(ClientGatewaysService.ClientGatewaysServiceBase)
public static ServerServiceDefinition BindService(ClientGatewaysService.ClientGatewaysServiceBase serviceImpl)
Creates service definition that can be registered with a server
Parameter | |
---|---|
Name | Description |
serviceImpl | ClientGatewaysService.ClientGatewaysServiceBase An object implementing the server-side handling logic. |
Returns | |
---|---|
Type | Description |
ServerServiceDefinition |
BindService(ServiceBinderBase, ClientGatewaysService.ClientGatewaysServiceBase)
public static void BindService(ServiceBinderBase serviceBinder, ClientGatewaysService.ClientGatewaysServiceBase 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 | ClientGatewaysService.ClientGatewaysServiceBase An object implementing the server-side handling logic. |