BeyondCorp AppGateways v1 API - Class AppGatewaysService (1.2.0)

public static class AppGatewaysService

Reference documentation and code samples for the BeyondCorp AppGateways v1 API class AppGatewaysService.

API Overview:

The beyondcorp.googleapis.com service implements the Google Cloud BeyondCorp API.

Data Model:

The AppGatewaysService exposes the following resources:

  • AppGateways, named as follows: projects/{project_id}/locations/{location_id}/appGateways/{app_gateway_id}.

The AppGatewaysService service provides methods to manage (create/read/update/delete) BeyondCorp AppGateways.

Inheritance

object > AppGatewaysService

Namespace

Google.Cloud.BeyondCorp.AppGateways.V1

Assembly

Google.Cloud.BeyondCorp.AppGateways.V1.dll

Methods

BindService(AppGatewaysServiceBase)

public static ServerServiceDefinition BindService(AppGatewaysService.AppGatewaysServiceBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplAppGatewaysServiceAppGatewaysServiceBase

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, AppGatewaysServiceBase)

public static void BindService(ServiceBinderBase serviceBinder, AppGatewaysService.AppGatewaysServiceBase 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.

serviceImplAppGatewaysServiceAppGatewaysServiceBase

An object implementing the server-side handling logic.