Class | Description |
---|---|
Gnmi | |
Gnmi.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.
|
Gnmi.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.
|
Gnmi.AliasList |
AliasList specifies a list of aliases.
|
Gnmi.AliasList.Builder |
AliasList specifies a list of aliases.
|
Gnmi.CapabilityRequest |
CapabilityRequest is sent by the client in the Capabilities RPC to request
that the target reports its capabilities.
|
Gnmi.CapabilityRequest.Builder |
CapabilityRequest is sent by the client in the Capabilities RPC to request
that the target reports its capabilities.
|
Gnmi.CapabilityResponse |
CapabilityResponse is used by the target to report its capabilities to the
client within the Capabilities RPC.
|
Gnmi.CapabilityResponse.Builder |
CapabilityResponse is used by the target to report its capabilities to the
client within the Capabilities RPC.
|
Gnmi.Decimal64 |
Decimal64 is used to encode a fixed precision decimal number.
|
Gnmi.Decimal64.Builder |
Decimal64 is used to encode a fixed precision decimal number.
|
Gnmi.Error | Deprecated |
Gnmi.Error.Builder |
Error message previously utilised to return errors to the client.
|
Gnmi.GetRequest |
GetRequest is sent when a client initiates a Get RPC.
|
Gnmi.GetRequest.Builder |
GetRequest is sent when a client initiates a Get RPC.
|
Gnmi.GetResponse |
GetResponse is used by the target to respond to a GetRequest from a client.
|
Gnmi.GetResponse.Builder |
GetResponse is used by the target to respond to a GetRequest from a client.
|
Gnmi.ModelData |
ModelData is used to describe a set of schema modules.
|
Gnmi.ModelData.Builder |
ModelData is used to describe a set of schema modules.
|
Gnmi.Notification |
Notification is a re-usable message that is used to encode data from the
target to the client.
|
Gnmi.Notification.Builder |
Notification is a re-usable message that is used to encode data from the
target to the client.
|
Gnmi.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.
|
Gnmi.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.
|
Gnmi.PathElem |
PathElem encodes an element of a gNMI path, along with any attributes (keys)
that may be associated with it.
|
Gnmi.PathElem.Builder |
PathElem encodes an element of a gNMI path, along with any attributes (keys)
that may be associated with it.
|
Gnmi.Poll |
Poll is sent within a SubscribeRequest to trigger the device to
send telemetry updates for the paths that are associated with the
subscription.
|
Gnmi.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.
|
Gnmi.QOSMarking |
QOSMarking specifies the DSCP value to be set on transmitted telemetry
updates from the target.
|
Gnmi.QOSMarking.Builder |
QOSMarking specifies the DSCP value to be set on transmitted telemetry
updates from the target.
|
Gnmi.ScalarArray |
ScalarArray is used to encode a mixed-type array of values.
|
Gnmi.ScalarArray.Builder |
ScalarArray is used to encode a mixed-type array of values.
|
Gnmi.SetRequest |
SetRequest is sent from a client to the target to update values in the data
tree.
|
Gnmi.SetRequest.Builder |
SetRequest is sent from a client to the target to update values in the data
tree.
|
Gnmi.SetResponse |
SetResponse is the response to a SetRequest, sent from the target to the
client.
|
Gnmi.SetResponse.Builder |
SetResponse is the response to a SetRequest, sent from the target to the
client.
|
Gnmi.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.
|
Gnmi.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.
|
Gnmi.SubscribeResponse |
SubscribeResponse is the message used by the target within a Subscribe RPC.
|
Gnmi.SubscribeResponse.Builder |
SubscribeResponse is the message used by the target within a Subscribe RPC.
|
Gnmi.Subscription |
Subscription is a single request within a SubscriptionList.
|
Gnmi.Subscription.Builder |
Subscription is a single request within a SubscriptionList.
|
Gnmi.SubscriptionList |
SubscriptionList is used within a Subscribe message to specify the list of
paths that the client wishes to subscribe to.
|
Gnmi.SubscriptionList.Builder |
SubscriptionList is used within a Subscribe message to specify the list of
paths that the client wishes to subscribe to.
|
Gnmi.TypedValue |
TypedValue is used to encode a value being sent between the client and
target (originated by either entity).
|
Gnmi.TypedValue.Builder |
TypedValue is used to encode a value being sent between the client and
target (originated by either entity).
|
Gnmi.Update |
Update is a re-usable message that is used to store a particular Path,
Value pair.
|
Gnmi.Update.Builder |
Update is a re-usable message that is used to store a particular Path,
Value pair.
|
Gnmi.UpdateResult |
UpdateResult is used within the SetResponse message to communicate the
result of an operation specified within a SetRequest message.
|
Gnmi.UpdateResult.Builder |
UpdateResult is used within the SetResponse message to communicate the
result of an operation specified within a SetRequest message.
|
Gnmi.Value | Deprecated |
Gnmi.Value.Builder |
Value encodes a data tree node's value - along with the way in which
the value is encoded.
|
GnmiExt | |
GnmiExt.Extension |
The Extension message contains a single gNMI extension.
|
GnmiExt.Extension.Builder |
The Extension message contains a single gNMI extension.
|
GnmiExt.MasterArbitration |
MasterArbitration is used to select the master among multiple gNMI clients
with the same Roles.
|
GnmiExt.MasterArbitration.Builder |
MasterArbitration is used to select the master among multiple gNMI clients
with the same Roles.
|
GnmiExt.RegisteredExtension |
The RegisteredExtension message defines an extension which is defined outside
of this file.
|
GnmiExt.RegisteredExtension.Builder |
The RegisteredExtension message defines an extension which is defined outside
of this file.
|
GnmiExt.Role |
There can be one master for each role.
|
GnmiExt.Role.Builder |
There can be one master for each role.
|
GnmiExt.Uint128 |
Representation of unsigned 128-bit integer.
|
GnmiExt.Uint128.Builder |
Representation of unsigned 128-bit integer.
|
gNMIGrpc | |
gNMIGrpc.gNMIBlockingStub | |
gNMIGrpc.gNMIFutureStub | |
gNMIGrpc.gNMIImplBase | |
gNMIGrpc.gNMIStub |
Enum | Description |
---|---|
Gnmi.Encoding |
Encoding defines the value encoding formats that are supported by the gNMI
protocol.
|
Gnmi.GetRequest.DataType |
Type of elements within the data tree.
|
Gnmi.SubscribeRequest.RequestCase | |
Gnmi.SubscribeResponse.ResponseCase | |
Gnmi.SubscriptionList.Mode |
Mode of the subscription.
|
Gnmi.SubscriptionMode |
SubscriptionMode is the mode of the subscription, specifying how the
target must return values in a subscription.
|
Gnmi.TypedValue.ValueCase | |
Gnmi.UpdateResult.Operation |
The operation that was associated with the Path specified.
|
GnmiExt.Extension.ExtCase | |
GnmiExt.ExtensionID |
RegisteredExtension is an enumeration acting as a registry for extensions
defined by external sources.
|
Copyright © 2022. All rights reserved.