| Package | Description |
|---|---|
| com.buf.validate |
| Modifier and Type | Method and Description |
|---|---|
static KnownRegex |
KnownRegex.forNumber(int value) |
KnownRegex |
StringRules.getWellKnownRegex()
`well_known_regex` specifies a common well-known pattern
defined as a regex.
|
KnownRegex |
StringRules.Builder.getWellKnownRegex()
`well_known_regex` specifies a common well-known pattern
defined as a regex.
|
KnownRegex |
StringRulesOrBuilder.getWellKnownRegex()
`well_known_regex` specifies a common well-known pattern
defined as a regex.
|
static KnownRegex |
KnownRegex.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static KnownRegex |
KnownRegex.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static KnownRegex |
KnownRegex.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KnownRegex[] |
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<KnownRegex> |
KnownRegex.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
StringRules.Builder |
StringRules.Builder.setWellKnownRegex(KnownRegex value)
`well_known_regex` specifies a common well-known pattern
defined as a regex.
|
Copyright © 2024. All rights reserved.