Package | Description |
---|---|
org.opendaylight.p4plugin.gnmi.proto |
Modifier and Type | Field and Description |
---|---|
static io.grpc.MethodDescriptor<GetRequest,GetResponse> |
gNMIGrpc.METHOD_GET
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
GetResponse |
GetResponse.Builder.build() |
GetResponse |
GetResponse.Builder.buildPartial() |
GetResponse |
gNMIGrpc.gNMIBlockingStub.get(GetRequest request)
Retrieve a snapshot of data from the target.
|
static GetResponse |
GetResponse.getDefaultInstance() |
GetResponse |
GetResponse.getDefaultInstanceForType() |
GetResponse |
GetResponse.Builder.getDefaultInstanceForType() |
static GetResponse |
GetResponse.parseDelimitedFrom(InputStream input) |
static GetResponse |
GetResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetResponse |
GetResponse.parseFrom(byte[] data) |
static GetResponse |
GetResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetResponse |
GetResponse.parseFrom(ByteBuffer data) |
static GetResponse |
GetResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetResponse |
GetResponse.parseFrom(com.google.protobuf.ByteString data) |
static GetResponse |
GetResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetResponse |
GetResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static GetResponse |
GetResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetResponse |
GetResponse.parseFrom(InputStream input) |
static GetResponse |
GetResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<GetResponse> |
gNMIGrpc.gNMIFutureStub.get(GetRequest request)
Retrieve a snapshot of data from the target.
|
static io.grpc.MethodDescriptor<GetRequest,GetResponse> |
gNMIGrpc.getGetMethod() |
com.google.protobuf.Parser<GetResponse> |
GetResponse.getParserForType() |
static com.google.protobuf.Parser<GetResponse> |
GetResponse.parser() |
Modifier and Type | Method and Description |
---|---|
GetResponse.Builder |
GetResponse.Builder.mergeFrom(GetResponse other) |
static GetResponse.Builder |
GetResponse.newBuilder(GetResponse prototype) |
Modifier and Type | Method and Description |
---|---|
void |
gNMIGrpc.gNMIImplBase.get(GetRequest request,
io.grpc.stub.StreamObserver<GetResponse> responseObserver)
Retrieve a snapshot of data from the target.
|
void |
gNMIGrpc.gNMIStub.get(GetRequest request,
io.grpc.stub.StreamObserver<GetResponse> responseObserver)
Retrieve a snapshot of data from the target.
|
Copyright © 2018 OpenDaylight. All rights reserved.