Uses of Enum
io.envoyproxy.envoy.type.v3.FractionalPercent.DenominatorType
Packages that use FractionalPercent.DenominatorType
-
Uses of FractionalPercent.DenominatorType in io.envoyproxy.envoy.type.v3
Fields in io.envoyproxy.envoy.type.v3 declared as FractionalPercent.DenominatorTypeModifier and TypeFieldDescriptionprivate static final FractionalPercent.DenominatorType[]
FractionalPercent.DenominatorType.VALUES
Fields in io.envoyproxy.envoy.type.v3 with type parameters of type FractionalPercent.DenominatorTypeModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap
<FractionalPercent.DenominatorType> FractionalPercent.DenominatorType.internalValueMap
Methods in io.envoyproxy.envoy.type.v3 that return FractionalPercent.DenominatorTypeModifier and TypeMethodDescriptionFractionalPercent.DenominatorType.forNumber
(int value) FractionalPercent.Builder.getDenominator()
Specifies the denominator.FractionalPercent.getDenominator()
Specifies the denominator.FractionalPercentOrBuilder.getDenominator()
Specifies the denominator.FractionalPercent.DenominatorType.valueOf
(int value) Deprecated.FractionalPercent.DenominatorType.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.static FractionalPercent.DenominatorType[]
FractionalPercent.DenominatorType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.type.v3 that return types with arguments of type FractionalPercent.DenominatorTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<FractionalPercent.DenominatorType> FractionalPercent.DenominatorType.internalGetValueMap()
Methods in io.envoyproxy.envoy.type.v3 with parameters of type FractionalPercent.DenominatorTypeModifier and TypeMethodDescriptionFractionalPercent.Builder.setDenominator
(FractionalPercent.DenominatorType value) Specifies the denominator.