@Generated(value="by gRPC proto compiler (version 1.8.0)", comments="Source: gnmi/gnmi.proto") public final class gNMIGrpc extends Object
Modifier and Type | Class and Description |
---|---|
static class |
gNMIGrpc.gNMIBlockingStub |
static class |
gNMIGrpc.gNMIFutureStub |
static class |
gNMIGrpc.gNMIImplBase |
static class |
gNMIGrpc.gNMIStub |
Modifier and Type | Field and Description |
---|---|
static io.grpc.MethodDescriptor<CapabilityRequest,CapabilityResponse> |
METHOD_CAPABILITIES
Deprecated.
|
static io.grpc.MethodDescriptor<GetRequest,GetResponse> |
METHOD_GET
Deprecated.
|
static io.grpc.MethodDescriptor<SetRequest,SetResponse> |
METHOD_SET
Deprecated.
|
static io.grpc.MethodDescriptor<SubscribeRequest,SubscribeResponse> |
METHOD_SUBSCRIBE
Deprecated.
|
static String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<CapabilityRequest,CapabilityResponse> |
getCapabilitiesMethod() |
static io.grpc.MethodDescriptor<GetRequest,GetResponse> |
getGetMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<SetRequest,SetResponse> |
getSetMethod() |
static io.grpc.MethodDescriptor<SubscribeRequest,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 service
|
static gNMIGrpc.gNMIFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static gNMIGrpc.gNMIStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<CapabilityRequest,CapabilityResponse> METHOD_CAPABILITIES
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GetRequest,GetResponse> METHOD_GET
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<SetRequest,SetResponse> METHOD_SET
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<SubscribeRequest,SubscribeResponse> METHOD_SUBSCRIBE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<CapabilityRequest,CapabilityResponse> getCapabilitiesMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GetRequest,GetResponse> getGetMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<SetRequest,SetResponse> getSetMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<SubscribeRequest,SubscribeResponse> getSubscribeMethod()
public static gNMIGrpc.gNMIStub newStub(io.grpc.Channel channel)
public static gNMIGrpc.gNMIBlockingStub newBlockingStub(io.grpc.Channel channel)
public static gNMIGrpc.gNMIFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2018 OpenDaylight. All rights reserved.