@Generated(value="by gRPC proto compiler (version 1.61.0)",
           comments="Source: verrpc.proto")
public final class VersionerGrpc
extends java.lang.Object
Versioner is a service that can be used to get information about the version and build information of the running daemon.
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | VersionerGrpc.AsyncService
 Versioner is a service that can be used to get information about the version
 and build information of the running daemon. | 
| static class  | VersionerGrpc.VersionerBlockingStubA stub to allow clients to do synchronous rpc calls to service Versioner. | 
| static class  | VersionerGrpc.VersionerFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service Versioner. | 
| static class  | VersionerGrpc.VersionerImplBaseBase class for the server implementation of the service Versioner. | 
| static class  | VersionerGrpc.VersionerStubA stub to allow clients to do asynchronous rpc calls to service Versioner. | 
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | SERVICE_NAME | 
| Modifier and Type | Method and Description | 
|---|---|
| static io.grpc.ServerServiceDefinition | bindService(VersionerGrpc.AsyncService service) | 
| static io.grpc.MethodDescriptor<Verrpc.VersionRequest,Verrpc.Version> | getGetVersionMethod() | 
| static io.grpc.ServiceDescriptor | getServiceDescriptor() | 
| static VersionerGrpc.VersionerBlockingStub | newBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the service | 
| static VersionerGrpc.VersionerFutureStub | newFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the service | 
| static VersionerGrpc.VersionerStub | 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<Verrpc.VersionRequest,Verrpc.Version> getGetVersionMethod()
public static VersionerGrpc.VersionerStub newStub(io.grpc.Channel channel)
public static VersionerGrpc.VersionerBlockingStub newBlockingStub(io.grpc.Channel channel)
public static VersionerGrpc.VersionerFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(VersionerGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()