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