Class TetherGrpc.TetherImplBase
- java.lang.Object
-
- com.google.cloud.apigeeconnect.v1.TetherGrpc.TetherImplBase
-
- All Implemented Interfaces:
TetherGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- TetherGrpc
public abstract static class TetherGrpc.TetherImplBase extends Object implements io.grpc.BindableService, TetherGrpc.AsyncService
Base class for the server implementation of the service 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.
-
-
Constructor Summary
Constructors Constructor Description TetherImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.apigeeconnect.v1.TetherGrpc.AsyncService
egress
-
-