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