| Package | Description |
|---|---|
| io.envoyproxy.pgv.validate |
| Modifier and Type | Method and Description |
|---|---|
static Validate.KnownRegex |
Validate.KnownRegex.forNumber(int value) |
Validate.KnownRegex |
Validate.StringRulesOrBuilder.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.StringRules.Builder.getWellKnownRegex()
WellKnownRegex specifies a common well known pattern defined as a regex.
|
static Validate.KnownRegex |
Validate.KnownRegex.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Validate.KnownRegex |
Validate.KnownRegex.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Validate.KnownRegex |
Validate.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.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Validate.KnownRegex> |
Validate.KnownRegex.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Validate.StringRules.Builder |
Validate.StringRules.Builder.setWellKnownRegex(Validate.KnownRegex value)
WellKnownRegex specifies a common well known pattern defined as a regex.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.