Class | Description |
---|---|
Alias |
Alias specifies a data tree path, and an associated string which defines an
alias which is to be used for this path in the context of the RPC.
|
Alias.Builder |
Alias specifies a data tree path, and an associated string which defines an
alias which is to be used for this path in the context of the RPC.
|
AliasList |
AliasList specifies a list of aliases.
|
AliasList.Builder |
AliasList specifies a list of aliases.
|
CapabilityRequest |
CapabilityRequest is sent by the client in the Capabilities RPC to request
that the target reports its capabilities.
|
CapabilityRequest.Builder |
CapabilityRequest is sent by the client in the Capabilities RPC to request
that the target reports its capabilities.
|
CapabilityResponse |
CapabilityResponse is used by the target to report its capabilities to the
client within the Capabilities RPC.
|
CapabilityResponse.Builder |
CapabilityResponse is used by the target to report its capabilities to the
client within the Capabilities RPC.
|
Decimal64 |
Decimal64 is used to encode a fixed precision decimal number.
|
Decimal64.Builder |
Decimal64 is used to encode a fixed precision decimal number.
|
Error | Deprecated |
Error.Builder |
Error message previously utilised to return errors to the client.
|
GetRequest |
GetRequest is sent when a client initiates a Get RPC.
|
GetRequest.Builder |
GetRequest is sent when a client initiates a Get RPC.
|
GetResponse |
GetResponse is used by the target to respond to a GetRequest from a client.
|
GetResponse.Builder |
GetResponse is used by the target to respond to a GetRequest from a client.
|
gNMIGrpc | |
gNMIGrpc.gNMIBlockingStub | |
gNMIGrpc.gNMIFutureStub | |
gNMIGrpc.gNMIImplBase | |
gNMIGrpc.gNMIStub | |
gNMIProto | |
ModelData |
ModelData is used to describe a set of schema modules.
|
ModelData.Builder |
ModelData is used to describe a set of schema modules.
|
Notification |
Notification is a re-usable message that is used to encode data from the
target to the client.
|
Notification.Builder |
Notification is a re-usable message that is used to encode data from the
target to the client.
|
Path |
Path encodes a data tree path as a series of repeated strings, with
each element of the path representing a data tree node name and the
associated attributes.
|
Path.Builder |
Path encodes a data tree path as a series of repeated strings, with
each element of the path representing a data tree node name and the
associated attributes.
|
PathElem |
PathElem encodes an element of a gNMI path, along ith any attributes (keys)
that may be associated with it.
|
PathElem.Builder |
PathElem encodes an element of a gNMI path, along ith any attributes (keys)
that may be associated with it.
|
Poll |
Poll is sent within a SubscribeRequest to trigger the device to
send telemetry updates for the paths that are associated with the
subscription.
|
Poll.Builder |
Poll is sent within a SubscribeRequest to trigger the device to
send telemetry updates for the paths that are associated with the
subscription.
|
QOSMarking |
QOSMarking specifies the DSCP value to be set on transmitted telemetryshangci
updates from the target.
|
QOSMarking.Builder |
QOSMarking specifies the DSCP value to be set on transmitted telemetryshangci
updates from the target.
|
ScalarArray |
ScalarArray is used to encode a mixed-type array of values.
|
ScalarArray.Builder |
ScalarArray is used to encode a mixed-type array of values.
|
SetRequest |
SetRequest is sent from a client to the target to update values in the data
tree.
|
SetRequest.Builder |
SetRequest is sent from a client to the target to update values in the data
tree.
|
SetResponse |
SetResponse is the response to a SetRequest, sent from the target to the
client.
|
SetResponse.Builder |
SetResponse is the response to a SetRequest, sent from the target to the
client.
|
SubscribeRequest |
SubscribeRequest is the message sent by the client to the target when
initiating a subscription to a set of paths within the data tree.
|
SubscribeRequest.Builder |
SubscribeRequest is the message sent by the client to the target when
initiating a subscription to a set of paths within the data tree.
|
SubscribeResponse |
SubscribeResponse is the message used by the target within a Subscribe RPC.
|
SubscribeResponse.Builder |
SubscribeResponse is the message used by the target within a Subscribe RPC.
|
Subscription |
Subscription is a single request within a SubscriptionList.
|
Subscription.Builder |
Subscription is a single request within a SubscriptionList.
|
SubscriptionList |
SubscriptionList is used within a Subscribe message to specify the list of
paths that the client wishes to subscribe to.
|
SubscriptionList.Builder |
SubscriptionList is used within a Subscribe message to specify the list of
paths that the client wishes to subscribe to.
|
TypedValue |
TypedValue is used to encode a value being sent between the client and
target (originated by either entity).
|
TypedValue.Builder |
TypedValue is used to encode a value being sent between the client and
target (originated by either entity).
|
Update |
Update is a re-usable message that is used to store a particular Path,
Value pair.
|
Update.Builder |
Update is a re-usable message that is used to store a particular Path,
Value pair.
|
UpdateResult |
UpdateResult is used within the SetResponse message to communicate the
result of an operation specified within a SetRequest message.
|
UpdateResult.Builder |
UpdateResult is used within the SetResponse message to communicate the
result of an operation specified within a SetRequest message.
|
Value | Deprecated |
Value.Builder |
Value encodes a data tree node's value - along with the way in which
the value is encoded.
|
Enum | Description |
---|---|
Encoding |
Encoding defines the value encoding formats that are supported by the gNMI
protocol.
|
GetRequest.DataType |
Type of elements within the data tree.
|
SubscribeRequest.RequestCase | |
SubscribeResponse.ResponseCase | |
SubscriptionList.Mode |
Mode of the subscription.
|
SubscriptionMode |
SubscriptionMode is the mode of the subscription, specifying how the
target must return values in a subscription.
|
TypedValue.ValueCase | |
UpdateResult.Operation |
The operation that was associated with the Path specified.
|
Copyright © 2018 OpenDaylight. All rights reserved.