Package | Description |
---|---|
org.opennms.features.openconfig.proto.gnmi |
Modifier and Type | Method and Description |
---|---|
static Gnmi.Encoding |
Gnmi.Encoding.forNumber(int value) |
Gnmi.Encoding |
Gnmi.SubscriptionListOrBuilder.getEncoding()
The encoding that the target should use within the Notifications generated
corresponding to the SubscriptionList.
|
Gnmi.Encoding |
Gnmi.SubscriptionList.getEncoding()
The encoding that the target should use within the Notifications generated
corresponding to the SubscriptionList.
|
Gnmi.Encoding |
Gnmi.SubscriptionList.Builder.getEncoding()
The encoding that the target should use within the Notifications generated
corresponding to the SubscriptionList.
|
Gnmi.Encoding |
Gnmi.GetRequestOrBuilder.getEncoding()
Encoding to be used.
|
Gnmi.Encoding |
Gnmi.GetRequest.getEncoding()
Encoding to be used.
|
Gnmi.Encoding |
Gnmi.GetRequest.Builder.getEncoding()
Encoding to be used.
|
Gnmi.Encoding |
Gnmi.CapabilityResponseOrBuilder.getSupportedEncodings(int index)
Supported encodings.
|
Gnmi.Encoding |
Gnmi.CapabilityResponse.getSupportedEncodings(int index)
Supported encodings.
|
Gnmi.Encoding |
Gnmi.CapabilityResponse.Builder.getSupportedEncodings(int index)
Supported encodings.
|
Gnmi.Encoding |
Gnmi.ValueOrBuilder.getType()
Deprecated.
Encoding used for the value field.
|
Gnmi.Encoding |
Gnmi.Value.getType()
Deprecated.
Encoding used for the value field.
|
Gnmi.Encoding |
Gnmi.Value.Builder.getType()
Encoding used for the value field.
|
static Gnmi.Encoding |
Gnmi.Encoding.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Gnmi.Encoding |
Gnmi.Encoding.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Gnmi.Encoding |
Gnmi.Encoding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Gnmi.Encoding[] |
Gnmi.Encoding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<Gnmi.Encoding> |
Gnmi.CapabilityResponseOrBuilder.getSupportedEncodingsList()
Supported encodings.
|
List<Gnmi.Encoding> |
Gnmi.CapabilityResponse.getSupportedEncodingsList()
Supported encodings.
|
List<Gnmi.Encoding> |
Gnmi.CapabilityResponse.Builder.getSupportedEncodingsList()
Supported encodings.
|
static com.google.protobuf.Internal.EnumLiteMap<Gnmi.Encoding> |
Gnmi.Encoding.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Gnmi.CapabilityResponse.Builder |
Gnmi.CapabilityResponse.Builder.addSupportedEncodings(Gnmi.Encoding value)
Supported encodings.
|
Gnmi.SubscriptionList.Builder |
Gnmi.SubscriptionList.Builder.setEncoding(Gnmi.Encoding value)
The encoding that the target should use within the Notifications generated
corresponding to the SubscriptionList.
|
Gnmi.GetRequest.Builder |
Gnmi.GetRequest.Builder.setEncoding(Gnmi.Encoding value)
Encoding to be used.
|
Gnmi.CapabilityResponse.Builder |
Gnmi.CapabilityResponse.Builder.setSupportedEncodings(int index,
Gnmi.Encoding value)
Supported encodings.
|
Gnmi.Value.Builder |
Gnmi.Value.Builder.setType(Gnmi.Encoding value)
Encoding used for the value field.
|
Modifier and Type | Method and Description |
---|---|
Gnmi.CapabilityResponse.Builder |
Gnmi.CapabilityResponse.Builder.addAllSupportedEncodings(Iterable<? extends Gnmi.Encoding> values)
Supported encodings.
|
Copyright © 2021. All rights reserved.