Uses of Class
org.opennms.features.openconfig.proto.gnmi.Gnmi.SetRequest
-
Packages that use Gnmi.SetRequest Package Description org.opennms.features.openconfig.proto.gnmi -
-
Uses of Gnmi.SetRequest in org.opennms.features.openconfig.proto.gnmi
Methods in org.opennms.features.openconfig.proto.gnmi that return Gnmi.SetRequest Modifier and Type Method Description Gnmi.SetRequest
Gnmi.SetRequest.Builder. build()
Gnmi.SetRequest
Gnmi.SetRequest.Builder. buildPartial()
static Gnmi.SetRequest
Gnmi.SetRequest. getDefaultInstance()
Gnmi.SetRequest
Gnmi.SetRequest.Builder. getDefaultInstanceForType()
Gnmi.SetRequest
Gnmi.SetRequest. 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(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)
static Gnmi.SetRequest
Gnmi.SetRequest. parseFrom(ByteBuffer data)
static Gnmi.SetRequest
Gnmi.SetRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in org.opennms.features.openconfig.proto.gnmi that return types with arguments of type Gnmi.SetRequest Modifier and Type Method 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()
Methods in org.opennms.features.openconfig.proto.gnmi with parameters of type Gnmi.SetRequest Modifier and Type Method 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.
-