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