Uses of Class
io.envoyproxy.pgv.validate.Validate.KnownRegex
-
Packages that use Validate.KnownRegex Package Description io.envoyproxy.pgv.validate -
-
Uses of Validate.KnownRegex in io.envoyproxy.pgv.validate
Fields in io.envoyproxy.pgv.validate declared as Validate.KnownRegex Modifier and Type Field Description private static Validate.KnownRegex[]Validate.KnownRegex. VALUESFields in io.envoyproxy.pgv.validate with type parameters of type Validate.KnownRegex Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<Validate.KnownRegex>Validate.KnownRegex. internalValueMapMethods 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(java.lang.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.
-