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