Class TetherGrpc
- java.lang.Object
-
- com.google.cloud.apigeeconnect.v1.TetherGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/apigeeconnect/v1/tether.proto") public final class TetherGrpc extends Object
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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTetherGrpc.AsyncServiceTether 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.static classTetherGrpc.TetherBlockingStubA stub to allow clients to do synchronous rpc calls to service Tether.static classTetherGrpc.TetherFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service Tether.static classTetherGrpc.TetherImplBaseBase class for the server implementation of the service Tether.static classTetherGrpc.TetherStubA stub to allow clients to do asynchronous rpc calls to service Tether.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(TetherGrpc.AsyncService service)static io.grpc.MethodDescriptor<EgressResponse,EgressRequest>getEgressMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static TetherGrpc.TetherBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic TetherGrpc.TetherFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic TetherGrpc.TetherStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getEgressMethod
public static io.grpc.MethodDescriptor<EgressResponse,EgressRequest> getEgressMethod()
-
newStub
public static TetherGrpc.TetherStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static TetherGrpc.TetherBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static TetherGrpc.TetherFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(TetherGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-