public interface RuntimeUInt32OrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getDefaultValue()
Default value if runtime value is not available.
|
String |
getRuntimeKey()
Runtime key to get value for comparison.
|
com.google.protobuf.ByteString |
getRuntimeKeyBytes()
Runtime key to get value for comparison.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getDefaultValue()
Default value if runtime value is not available.
uint32 default_value = 2;String getRuntimeKey()
Runtime key to get value for comparison. This value is used if defined.
string runtime_key = 3 [(.validate.rules) = { ... }com.google.protobuf.ByteString getRuntimeKeyBytes()
Runtime key to get value for comparison. This value is used if defined.
string runtime_key = 3 [(.validate.rules) = { ... }Copyright © 2018–2021 The Envoy Project. All rights reserved.