Package | Description |
---|---|
org.opennms.features.openconfig.proto.gnmi |
Modifier and Type | Method and Description |
---|---|
Gnmi.GetRequest |
Gnmi.GetRequest.Builder.build() |
Gnmi.GetRequest |
Gnmi.GetRequest.Builder.buildPartial() |
static Gnmi.GetRequest |
Gnmi.GetRequest.getDefaultInstance() |
Gnmi.GetRequest |
Gnmi.GetRequest.getDefaultInstanceForType() |
Gnmi.GetRequest |
Gnmi.GetRequest.Builder.getDefaultInstanceForType() |
static Gnmi.GetRequest |
Gnmi.GetRequest.parseDelimitedFrom(InputStream input) |
static Gnmi.GetRequest |
Gnmi.GetRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Gnmi.GetRequest |
Gnmi.GetRequest.parseFrom(byte[] data) |
static Gnmi.GetRequest |
Gnmi.GetRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Gnmi.GetRequest |
Gnmi.GetRequest.parseFrom(ByteBuffer data) |
static Gnmi.GetRequest |
Gnmi.GetRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Gnmi.GetRequest |
Gnmi.GetRequest.parseFrom(com.google.protobuf.ByteString data) |
static Gnmi.GetRequest |
Gnmi.GetRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Gnmi.GetRequest |
Gnmi.GetRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static Gnmi.GetRequest |
Gnmi.GetRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Gnmi.GetRequest |
Gnmi.GetRequest.parseFrom(InputStream input) |
static Gnmi.GetRequest |
Gnmi.GetRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<Gnmi.GetRequest,Gnmi.GetResponse> |
gNMIGrpc.getGetMethod() |
com.google.protobuf.Parser<Gnmi.GetRequest> |
Gnmi.GetRequest.getParserForType() |
static com.google.protobuf.Parser<Gnmi.GetRequest> |
Gnmi.GetRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Gnmi.GetResponse |
gNMIGrpc.gNMIBlockingStub.get(Gnmi.GetRequest request)
Retrieve a snapshot of data from the target.
|
com.google.common.util.concurrent.ListenableFuture<Gnmi.GetResponse> |
gNMIGrpc.gNMIFutureStub.get(Gnmi.GetRequest request)
Retrieve a snapshot of data from the target.
|
void |
gNMIGrpc.gNMIImplBase.get(Gnmi.GetRequest request,
io.grpc.stub.StreamObserver<Gnmi.GetResponse> responseObserver)
Retrieve a snapshot of data from the target.
|
void |
gNMIGrpc.gNMIStub.get(Gnmi.GetRequest request,
io.grpc.stub.StreamObserver<Gnmi.GetResponse> responseObserver)
Retrieve a snapshot of data from the target.
|
Gnmi.GetRequest.Builder |
Gnmi.GetRequest.Builder.mergeFrom(Gnmi.GetRequest other) |
static Gnmi.GetRequest.Builder |
Gnmi.GetRequest.newBuilder(Gnmi.GetRequest prototype) |
Copyright © 2021. All rights reserved.