Class Tether (1.1.0)

public static class Tether

Tether provides a way for the control plane to send HTTP API requests to services in data planes that runs in a remote datacenter without requiring customers to open firewalls on their runtime plane.

Inheritance

Object > Tether

Namespace

Google.Cloud.ApigeeConnect.V1

Assembly

Google.Cloud.ApigeeConnect.V1.dll

Methods

BindService(Tether.TetherBase)

public static ServerServiceDefinition BindService(Tether.TetherBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplTether.TetherBase

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, Tether.TetherBase)

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

serviceImplTether.TetherBase

An object implementing the server-side handling logic.