Uses of Enum
io.envoyproxy.pgv.validate.Validate.KnownRegex
Packages that use Validate.KnownRegex
-
Uses of Validate.KnownRegex in io.envoyproxy.pgv.validate
Methods in io.envoyproxy.pgv.validate that return Validate.KnownRegexModifier and TypeMethodDescriptionstatic Validate.KnownRegexValidate.KnownRegex.forNumber(int value) Validate.StringRules.Builder.getWellKnownRegex()WellKnownRegex specifies a common well known pattern defined as a regex.Validate.StringRules.getWellKnownRegex()WellKnownRegex specifies a common well known pattern defined as a regex.Validate.StringRulesOrBuilder.getWellKnownRegex()WellKnownRegex specifies a common well known pattern defined as a regex.static Validate.KnownRegexValidate.KnownRegex.valueOf(int value) Deprecated.static Validate.KnownRegexValidate.KnownRegex.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Validate.KnownRegexReturns the enum constant of this type with the specified name.static Validate.KnownRegex[]Validate.KnownRegex.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.pgv.validate that return types with arguments of type Validate.KnownRegexModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Validate.KnownRegex>Validate.KnownRegex.internalGetValueMap()Methods in io.envoyproxy.pgv.validate with parameters of type Validate.KnownRegexModifier and TypeMethodDescriptionValidate.StringRules.Builder.setWellKnownRegex(Validate.KnownRegex value) WellKnownRegex specifies a common well known pattern defined as a regex.