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