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 interface
TetherGrpc.AsyncService
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.static class
TetherGrpc.TetherBlockingStub
A stub to allow clients to do synchronous rpc calls to service Tether.static class
TetherGrpc.TetherFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service Tether.static class
TetherGrpc.TetherImplBase
Base class for the server implementation of the service Tether.static class
TetherGrpc.TetherStub
A stub to allow clients to do asynchronous rpc calls to service Tether.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(TetherGrpc.AsyncService service)
static io.grpc.MethodDescriptor<EgressResponse,EgressRequest>
getEgressMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static TetherGrpc.TetherBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic TetherGrpc.TetherFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic TetherGrpc.TetherStub
newStub(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()
-
-