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 |
---|---|
GetRequest |
GetRequest.Builder.build() |
GetRequest |
GetRequest.Builder.buildPartial() |
static GetRequest |
GetRequest.getDefaultInstance() |
GetRequest |
GetRequest.getDefaultInstanceForType() |
GetRequest |
GetRequest.Builder.getDefaultInstanceForType() |
static GetRequest |
GetRequest.parseDelimitedFrom(InputStream input) |
static GetRequest |
GetRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetRequest |
GetRequest.parseFrom(byte[] data) |
static GetRequest |
GetRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetRequest |
GetRequest.parseFrom(ByteBuffer data) |
static GetRequest |
GetRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetRequest |
GetRequest.parseFrom(com.google.protobuf.ByteString data) |
static GetRequest |
GetRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetRequest |
GetRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static GetRequest |
GetRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetRequest |
GetRequest.parseFrom(InputStream input) |
static GetRequest |
GetRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<GetRequest,GetResponse> |
gNMIGrpc.getGetMethod() |
com.google.protobuf.Parser<GetRequest> |
GetRequest.getParserForType() |
static com.google.protobuf.Parser<GetRequest> |
GetRequest.parser() |
Modifier and Type | Method and Description |
---|---|
GetResponse |
gNMIGrpc.gNMIBlockingStub.get(GetRequest request)
Retrieve a snapshot of data from the target.
|
com.google.common.util.concurrent.ListenableFuture<GetResponse> |
gNMIGrpc.gNMIFutureStub.get(GetRequest request)
Retrieve a snapshot of data from the target.
|
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.
|
GetRequest.Builder |
GetRequest.Builder.mergeFrom(GetRequest other) |
static GetRequest.Builder |
GetRequest.newBuilder(GetRequest prototype) |
Copyright © 2018 OpenDaylight. All rights reserved.