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. VALUES
Fields 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. internalValueMap
Methods in io.envoyproxy.pgv.validate that return Validate.KnownRegex Modifier and Type Method Description static Validate.KnownRegex
Validate.KnownRegex. forNumber(int value)
Validate.KnownRegex
Validate.StringRules.Builder. getWellKnownRegex()
WellKnownRegex specifies a common well known pattern defined as a regex.Validate.KnownRegex
Validate.StringRules. getWellKnownRegex()
WellKnownRegex specifies a common well known pattern defined as a regex.Validate.KnownRegex
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
Validate.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.Builder
Validate.StringRules.Builder. setWellKnownRegex(Validate.KnownRegex value)
WellKnownRegex specifies a common well known pattern defined as a regex.
-