BeyondCorp AppConnections v1 API - Class AppConnectionsService (1.2.0)

public static class AppConnectionsService

Reference 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.

Inheritance

object > AppConnectionsService

Namespace

Google.Cloud.BeyondCorp.AppConnections.V1

Assembly

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

An object implementing the server-side handling logic.

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

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

serviceImplAppConnectionsServiceAppConnectionsServiceBase

An object implementing the server-side handling logic.