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