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