@Generated(value="by gRPC proto compiler (version 1.61.0)",
comments="Source: wtclient.proto")
public final class WatchtowerClientGrpc
extends java.lang.Object
WatchtowerClient is a service that grants access to the watchtower client functionality of the daemon.
Modifier and Type | Class and Description |
---|---|
static interface |
WatchtowerClientGrpc.AsyncService
WatchtowerClient is a service that grants access to the watchtower client
functionality of the daemon.
|
static class |
WatchtowerClientGrpc.WatchtowerClientBlockingStub
A stub to allow clients to do synchronous rpc calls to service WatchtowerClient.
|
static class |
WatchtowerClientGrpc.WatchtowerClientFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service WatchtowerClient.
|
static class |
WatchtowerClientGrpc.WatchtowerClientImplBase
Base class for the server implementation of the service WatchtowerClient.
|
static class |
WatchtowerClientGrpc.WatchtowerClientStub
A stub to allow clients to do asynchronous rpc calls to service WatchtowerClient.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static io.grpc.ServerServiceDefinition |
bindService(WatchtowerClientGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<Wtclient.AddTowerRequest,Wtclient.AddTowerResponse> |
getAddTowerMethod() |
static io.grpc.MethodDescriptor<Wtclient.GetTowerInfoRequest,Wtclient.Tower> |
getGetTowerInfoMethod() |
static io.grpc.MethodDescriptor<Wtclient.ListTowersRequest,Wtclient.ListTowersResponse> |
getListTowersMethod() |
static io.grpc.MethodDescriptor<Wtclient.PolicyRequest,Wtclient.PolicyResponse> |
getPolicyMethod() |
static io.grpc.MethodDescriptor<Wtclient.RemoveTowerRequest,Wtclient.RemoveTowerResponse> |
getRemoveTowerMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<Wtclient.StatsRequest,Wtclient.StatsResponse> |
getStatsMethod() |
static WatchtowerClientGrpc.WatchtowerClientBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static WatchtowerClientGrpc.WatchtowerClientFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static WatchtowerClientGrpc.WatchtowerClientStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final java.lang.String SERVICE_NAME
public static io.grpc.MethodDescriptor<Wtclient.AddTowerRequest,Wtclient.AddTowerResponse> getAddTowerMethod()
public static io.grpc.MethodDescriptor<Wtclient.RemoveTowerRequest,Wtclient.RemoveTowerResponse> getRemoveTowerMethod()
public static io.grpc.MethodDescriptor<Wtclient.ListTowersRequest,Wtclient.ListTowersResponse> getListTowersMethod()
public static io.grpc.MethodDescriptor<Wtclient.GetTowerInfoRequest,Wtclient.Tower> getGetTowerInfoMethod()
public static io.grpc.MethodDescriptor<Wtclient.StatsRequest,Wtclient.StatsResponse> getStatsMethod()
public static io.grpc.MethodDescriptor<Wtclient.PolicyRequest,Wtclient.PolicyResponse> getPolicyMethod()
public static WatchtowerClientGrpc.WatchtowerClientStub newStub(io.grpc.Channel channel)
public static WatchtowerClientGrpc.WatchtowerClientBlockingStub newBlockingStub(io.grpc.Channel channel)
public static WatchtowerClientGrpc.WatchtowerClientFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(WatchtowerClientGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()