public static class ClientGatewaysService
Reference documentation and code samples for the BeyondCorp Client Gateways 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(ClientGatewaysServiceBase)
public static ServerServiceDefinition BindService(ClientGatewaysService.ClientGatewaysServiceBase serviceImpl)
Creates service definition that can be registered with a server
Parameter | |
---|---|
Name | Description |
serviceImpl |
ClientGatewaysServiceClientGatewaysServiceBase An object implementing the server-side handling logic. |
Returns | |
---|---|
Type | Description |
ServerServiceDefinition |
BindService(ServiceBinderBase, 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 |
ClientGatewaysServiceClientGatewaysServiceBase An object implementing the server-side handling logic. |