Interface RuntimeFractionalPercentOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RuntimeFractionalPercent
,RuntimeFractionalPercent.Builder
public interface RuntimeFractionalPercentOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionDefault value if the runtime value's for the numerator/denominator keys are not available.Default value if the runtime value's for the numerator/denominator keys are not available.Runtime key for a YAML representation of a FractionalPercent.com.google.protobuf.ByteString
Runtime key for a YAML representation of a FractionalPercent.boolean
Default value if the runtime value's for the numerator/denominator keys are not available.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasDefaultValue
boolean hasDefaultValue()Default value if the runtime value's for the numerator/denominator keys are not available.
.envoy.type.v3.FractionalPercent default_value = 1 [(.validate.rules) = { ... }
- Returns:
- Whether the defaultValue field is set.
-
getDefaultValue
FractionalPercent getDefaultValue()Default value if the runtime value's for the numerator/denominator keys are not available.
.envoy.type.v3.FractionalPercent default_value = 1 [(.validate.rules) = { ... }
- Returns:
- The defaultValue.
-
getDefaultValueOrBuilder
FractionalPercentOrBuilder getDefaultValueOrBuilder()Default value if the runtime value's for the numerator/denominator keys are not available.
.envoy.type.v3.FractionalPercent default_value = 1 [(.validate.rules) = { ... }
-
getRuntimeKey
String getRuntimeKey()Runtime key for a YAML representation of a FractionalPercent.
string runtime_key = 2;
- Returns:
- The runtimeKey.
-
getRuntimeKeyBytes
com.google.protobuf.ByteString getRuntimeKeyBytes()Runtime key for a YAML representation of a FractionalPercent.
string runtime_key = 2;
- Returns:
- The bytes for runtimeKey.
-