Uses of Class
org.opennms.features.openconfig.proto.gnmi.Gnmi.SetResponse
-
Packages that use Gnmi.SetResponse Package Description org.opennms.features.openconfig.proto.gnmi -
-
Uses of Gnmi.SetResponse in org.opennms.features.openconfig.proto.gnmi
Methods in org.opennms.features.openconfig.proto.gnmi that return Gnmi.SetResponse Modifier and Type Method Description Gnmi.SetResponse
Gnmi.SetResponse.Builder. build()
Gnmi.SetResponse
Gnmi.SetResponse.Builder. buildPartial()
static Gnmi.SetResponse
Gnmi.SetResponse. getDefaultInstance()
Gnmi.SetResponse
Gnmi.SetResponse.Builder. getDefaultInstanceForType()
Gnmi.SetResponse
Gnmi.SetResponse. getDefaultInstanceForType()
static Gnmi.SetResponse
Gnmi.SetResponse. parseDelimitedFrom(InputStream input)
static Gnmi.SetResponse
Gnmi.SetResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Gnmi.SetResponse
Gnmi.SetResponse. parseFrom(byte[] data)
static Gnmi.SetResponse
Gnmi.SetResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Gnmi.SetResponse
Gnmi.SetResponse. parseFrom(com.google.protobuf.ByteString data)
static Gnmi.SetResponse
Gnmi.SetResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Gnmi.SetResponse
Gnmi.SetResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static Gnmi.SetResponse
Gnmi.SetResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Gnmi.SetResponse
Gnmi.SetResponse. parseFrom(InputStream input)
static Gnmi.SetResponse
Gnmi.SetResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Gnmi.SetResponse
Gnmi.SetResponse. parseFrom(ByteBuffer data)
static Gnmi.SetResponse
Gnmi.SetResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Gnmi.SetResponse
gNMIGrpc.gNMIBlockingStub. set(Gnmi.SetRequest request)
Set allows the client to modify the state of data on the target.Methods in org.opennms.features.openconfig.proto.gnmi that return types with arguments of type Gnmi.SetResponse Modifier and Type Method Description com.google.protobuf.Parser<Gnmi.SetResponse>
Gnmi.SetResponse. getParserForType()
static io.grpc.MethodDescriptor<Gnmi.SetRequest,Gnmi.SetResponse>
gNMIGrpc. getSetMethod()
static com.google.protobuf.Parser<Gnmi.SetResponse>
Gnmi.SetResponse. parser()
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.Methods in org.opennms.features.openconfig.proto.gnmi with parameters of type Gnmi.SetResponse Modifier and Type Method Description Gnmi.SetResponse.Builder
Gnmi.SetResponse.Builder. mergeFrom(Gnmi.SetResponse other)
static Gnmi.SetResponse.Builder
Gnmi.SetResponse. newBuilder(Gnmi.SetResponse prototype)
Method parameters in org.opennms.features.openconfig.proto.gnmi with type arguments of type Gnmi.SetResponse Modifier and Type Method Description 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.
-