public interface RuntimeFractionalPercentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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) = { ... }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) = { ... }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) = { ... }String getRuntimeKey()
Runtime key for a YAML representation of a FractionalPercent.
string runtime_key = 2;com.google.protobuf.ByteString getRuntimeKeyBytes()
Runtime key for a YAML representation of a FractionalPercent.
string runtime_key = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.