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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FractionalPercent
getDefaultValue()
Default value if the runtime value's for the numerator/denominator keys are not available.FractionalPercentOrBuilder
getDefaultValueOrBuilder()
Default value if the runtime value's for the numerator/denominator keys are not available.java.lang.String
getRuntimeKey()
Runtime key for a YAML representation of a FractionalPercent.com.google.protobuf.ByteString
getRuntimeKeyBytes()
Runtime key for a YAML representation of a FractionalPercent.boolean
hasDefaultValue()
Default value if the runtime value's for the numerator/denominator keys are not available.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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
java.lang.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.
-
-