public static final class OpenConfigTelemetryGrpc.OpenConfigTelemetryStub extends io.grpc.stub.AbstractStub<OpenConfigTelemetryGrpc.OpenConfigTelemetryStub>
Interface exported by Agent
Modifier and Type | Method and Description |
---|---|
protected OpenConfigTelemetryGrpc.OpenConfigTelemetryStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
void |
cancelTelemetrySubscription(Telemetry.CancelSubscriptionRequest request,
io.grpc.stub.StreamObserver<Telemetry.CancelSubscriptionReply> responseObserver)
Terminates and removes an exisiting telemetry subscription
|
void |
getDataEncodings(Telemetry.DataEncodingRequest request,
io.grpc.stub.StreamObserver<Telemetry.DataEncodingReply> responseObserver)
Return the set of data encodings supported by the device for
telemetry data
|
void |
getTelemetryOperationalState(Telemetry.GetOperationalStateRequest request,
io.grpc.stub.StreamObserver<Telemetry.GetOperationalStateReply> responseObserver)
Get Telemetry Agent Operational States
|
void |
getTelemetrySubscriptions(Telemetry.GetSubscriptionsRequest request,
io.grpc.stub.StreamObserver<Telemetry.GetSubscriptionsReply> responseObserver)
Get the list of current telemetry subscriptions from the
target.
|
void |
telemetrySubscribe(Telemetry.SubscriptionRequest request,
io.grpc.stub.StreamObserver<Telemetry.OpenConfigData> responseObserver)
Request an inline subscription for data at the specified path.
|
getCallOptions, getChannel, newStub, newStub, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
protected OpenConfigTelemetryGrpc.OpenConfigTelemetryStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build
in class io.grpc.stub.AbstractStub<OpenConfigTelemetryGrpc.OpenConfigTelemetryStub>
public void telemetrySubscribe(Telemetry.SubscriptionRequest request, io.grpc.stub.StreamObserver<Telemetry.OpenConfigData> responseObserver)
Request an inline subscription for data at the specified path. The device should send telemetry data back on the same connection as the subscription request.
public void cancelTelemetrySubscription(Telemetry.CancelSubscriptionRequest request, io.grpc.stub.StreamObserver<Telemetry.CancelSubscriptionReply> responseObserver)
Terminates and removes an exisiting telemetry subscription
public void getTelemetrySubscriptions(Telemetry.GetSubscriptionsRequest request, io.grpc.stub.StreamObserver<Telemetry.GetSubscriptionsReply> responseObserver)
Get the list of current telemetry subscriptions from the target. This command returns a list of existing subscriptions not including those that are established via configuration.
public void getTelemetryOperationalState(Telemetry.GetOperationalStateRequest request, io.grpc.stub.StreamObserver<Telemetry.GetOperationalStateReply> responseObserver)
Get Telemetry Agent Operational States
public void getDataEncodings(Telemetry.DataEncodingRequest request, io.grpc.stub.StreamObserver<Telemetry.DataEncodingReply> responseObserver)
Return the set of data encodings supported by the device for telemetry data
Copyright © 2021. All rights reserved.