public static class AppGatewaysServiceReference documentation and code samples for the BeyondCorp AppGateways v1 API class AppGatewaysService.
API Overview:
The beyondcorp.googleapis.com service implements the Google Cloud
BeyondCorp API.
Data Model:
The AppGatewaysService exposes the following resources:
- AppGateways, named as follows:
projects/{project_id}/locations/{location_id}/appGateways/{app_gateway_id}.
The AppGatewaysService service provides methods to manage (create/read/update/delete) BeyondCorp AppGateways.
Namespace
Google.Cloud.BeyondCorp.AppGateways.V1Assembly
Google.Cloud.BeyondCorp.AppGateways.V1.dll
Methods
BindService(AppGatewaysServiceBase)
public static ServerServiceDefinition BindService(AppGatewaysService.AppGatewaysServiceBase serviceImpl)Creates service definition that can be registered with a server
| Parameter | |
|---|---|
| Name | Description |
serviceImpl |
AppGatewaysServiceAppGatewaysServiceBaseAn object implementing the server-side handling logic. |
| Returns | |
|---|---|
| Type | Description |
ServerServiceDefinition |
|
BindService(ServiceBinderBase, AppGatewaysServiceBase)
public static void BindService(ServiceBinderBase serviceBinder, AppGatewaysService.AppGatewaysServiceBase 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 |
ServiceBinderBaseService methods will be bound by calling |
serviceImpl |
AppGatewaysServiceAppGatewaysServiceBaseAn object implementing the server-side handling logic. |