Uses of Enum
io.envoyproxy.pgv.validate.Validate.KnownRegex
Packages that use Validate.KnownRegex
-
Uses of Validate.KnownRegex in io.envoyproxy.pgv.validate
Fields in io.envoyproxy.pgv.validate declared as Validate.KnownRegexModifier and TypeFieldDescriptionprivate static final Validate.KnownRegex[]
Validate.KnownRegex.VALUES
Fields in io.envoyproxy.pgv.validate with type parameters of type Validate.KnownRegexModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap
<Validate.KnownRegex> Validate.KnownRegex.internalValueMap
Methods in io.envoyproxy.pgv.validate that return Validate.KnownRegexModifier and TypeMethodDescriptionstatic Validate.KnownRegex
Validate.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.KnownRegex
Validate.KnownRegex.valueOf
(int value) Deprecated.static Validate.KnownRegex
Validate.KnownRegex.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Validate.KnownRegex
Returns 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.