@Generated(value="by gRPC proto compiler (version 1.60.0)",
comments="Source: ucar/gcdm/gcdm_server.proto")
public final class GcdmGrpc
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
GcdmGrpc.AsyncService |
static class |
GcdmGrpc.GcdmBlockingStub
A stub to allow clients to do synchronous rpc calls to service Gcdm.
|
static class |
GcdmGrpc.GcdmFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service Gcdm.
|
static class |
GcdmGrpc.GcdmImplBase
Base class for the server implementation of the service Gcdm.
|
static class |
GcdmGrpc.GcdmStub
A stub to allow clients to do asynchronous rpc calls to service Gcdm.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static io.grpc.ServerServiceDefinition |
bindService(GcdmGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<GcdmNetcdfProto.DataRequest,GcdmNetcdfProto.DataResponse> |
getGetNetcdfDataMethod() |
static io.grpc.MethodDescriptor<GcdmNetcdfProto.HeaderRequest,GcdmNetcdfProto.HeaderResponse> |
getGetNetcdfHeaderMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static GcdmGrpc.GcdmBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static GcdmGrpc.GcdmFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static GcdmGrpc.GcdmStub |
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<GcdmNetcdfProto.HeaderRequest,GcdmNetcdfProto.HeaderResponse> getGetNetcdfHeaderMethod()
public static io.grpc.MethodDescriptor<GcdmNetcdfProto.DataRequest,GcdmNetcdfProto.DataResponse> getGetNetcdfDataMethod()
public static GcdmGrpc.GcdmStub newStub(io.grpc.Channel channel)
public static GcdmGrpc.GcdmBlockingStub newBlockingStub(io.grpc.Channel channel)
public static GcdmGrpc.GcdmFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(GcdmGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()