Google.Cloud.BeyondCorp.AppConnectors.V1 - Class AppConnectorsService (1.0.0)

public static class AppConnectorsService

Reference documentation and code samples for the Google.Cloud.BeyondCorp.AppConnectors.V1 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(AppConnectorsService.AppConnectorsServiceBase)

public static ServerServiceDefinition BindService(AppConnectorsService.AppConnectorsServiceBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplAppConnectorsService.AppConnectorsServiceBase

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, AppConnectorsService.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.

serviceImplAppConnectorsService.AppConnectorsServiceBase

An object implementing the server-side handling logic.