BeyondCorp AppConnectors v1 API - Class AppConnectorsService (1.1.0)

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.

Inheritance

object > AppConnectorsService

Namespace

Google.Cloud.BeyondCorp.AppConnectors.V1

Assembly

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
NameDescription
serviceImplAppConnectorsServiceAppConnectorsServiceBase

An object implementing the server-side handling logic.

Returns
TypeDescription
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
NameDescription
serviceBinderServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImplAppConnectorsServiceAppConnectorsServiceBase

An object implementing the server-side handling logic.