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