Class gNMIGrpc
- java.lang.Object
-
- org.opennms.features.openconfig.proto.gnmi.gNMIGrpc
-
@Generated(value="by gRPC proto compiler (version 1.24.0)", comments="Source: gnmi.proto") public final class gNMIGrpc extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
gNMIGrpc.gNMIBlockingStub
static class
gNMIGrpc.gNMIFutureStub
static class
gNMIGrpc.gNMIImplBase
static class
gNMIGrpc.gNMIStub
-
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.MethodDescriptor<Gnmi.CapabilityRequest,Gnmi.CapabilityResponse>
getCapabilitiesMethod()
static io.grpc.MethodDescriptor<Gnmi.GetRequest,Gnmi.GetResponse>
getGetMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<Gnmi.SetRequest,Gnmi.SetResponse>
getSetMethod()
static io.grpc.MethodDescriptor<Gnmi.SubscribeRequest,Gnmi.SubscribeResponse>
getSubscribeMethod()
static gNMIGrpc.gNMIBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic gNMIGrpc.gNMIFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic gNMIGrpc.gNMIStub
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
-
getCapabilitiesMethod
public static io.grpc.MethodDescriptor<Gnmi.CapabilityRequest,Gnmi.CapabilityResponse> getCapabilitiesMethod()
-
getGetMethod
public static io.grpc.MethodDescriptor<Gnmi.GetRequest,Gnmi.GetResponse> getGetMethod()
-
getSetMethod
public static io.grpc.MethodDescriptor<Gnmi.SetRequest,Gnmi.SetResponse> getSetMethod()
-
getSubscribeMethod
public static io.grpc.MethodDescriptor<Gnmi.SubscribeRequest,Gnmi.SubscribeResponse> getSubscribeMethod()
-
newStub
public static gNMIGrpc.gNMIStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static gNMIGrpc.gNMIBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static gNMIGrpc.gNMIFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-