Package io.envoyproxy.envoy.api.v2.core
Interface RuntimeUInt32OrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RuntimeUInt32
,RuntimeUInt32.Builder
public interface RuntimeUInt32OrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDefaultValue
int getDefaultValue()
Default value if runtime value is not available.
uint32 default_value = 2;
- Returns:
- The defaultValue.
-
getRuntimeKey
String getRuntimeKey()
Runtime key to get value for comparison. This value is used if defined.
string runtime_key = 3 [(.validate.rules) = { ... }
- Returns:
- The runtimeKey.
-
getRuntimeKeyBytes
com.google.protobuf.ByteString getRuntimeKeyBytes()
Runtime key to get value for comparison. This value is used if defined.
string runtime_key = 3 [(.validate.rules) = { ... }
- Returns:
- The bytes for runtimeKey.
-
-