Uses of Class
io.envoyproxy.pgv.validate.Validate.KnownRegex
| Package | Description |
|---|---|
| io.envoyproxy.pgv.validate |
-
Uses of Validate.KnownRegex in io.envoyproxy.pgv.validate
Methods in io.envoyproxy.pgv.validate that return Validate.KnownRegex Modifier and Type Method Description static Validate.KnownRegexValidate.KnownRegex. forNumber(int value)Validate.KnownRegexValidate.StringRules.Builder. getWellKnownRegex()WellKnownRegex specifies a common well known pattern defined as a regex.Validate.KnownRegexValidate.StringRules. getWellKnownRegex()WellKnownRegex specifies a common well known pattern defined as a regex.Validate.KnownRegexValidate.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.KnownRegexValidate.KnownRegex. valueOf(String name)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.KnownRegex Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Validate.KnownRegex>Validate.KnownRegex. internalGetValueMap()Methods in io.envoyproxy.pgv.validate with parameters of type Validate.KnownRegex Modifier and Type Method Description Validate.StringRules.BuilderValidate.StringRules.Builder. setWellKnownRegex(Validate.KnownRegex value)WellKnownRegex specifies a common well known pattern defined as a regex.