| Modifier and Type | Method and Description |
|---|---|
RegexValidation |
RegexValidation.Builder.build() |
RegexValidation |
RegexValidation.Builder.buildPartial() |
static RegexValidation |
RegexValidation.getDefaultInstance() |
RegexValidation |
RegexValidation.getDefaultInstanceForType() |
RegexValidation |
RegexValidation.Builder.getDefaultInstanceForType() |
RegexValidation |
ParameterValidation.getRegex()
Validation based on regular expressions.
|
RegexValidation |
ParameterValidation.Builder.getRegex()
Validation based on regular expressions.
|
RegexValidation |
ParameterValidationOrBuilder.getRegex()
Validation based on regular expressions.
|
static RegexValidation |
RegexValidation.parseDelimitedFrom(InputStream input) |
static RegexValidation |
RegexValidation.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RegexValidation |
RegexValidation.parseFrom(byte[] data) |
static RegexValidation |
RegexValidation.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RegexValidation |
RegexValidation.parseFrom(ByteBuffer data) |
static RegexValidation |
RegexValidation.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RegexValidation |
RegexValidation.parseFrom(com.google.protobuf.ByteString data) |
static RegexValidation |
RegexValidation.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RegexValidation |
RegexValidation.parseFrom(com.google.protobuf.CodedInputStream input) |
static RegexValidation |
RegexValidation.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RegexValidation |
RegexValidation.parseFrom(InputStream input) |
static RegexValidation |
RegexValidation.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<RegexValidation> |
RegexValidation.getParserForType() |
static com.google.protobuf.Parser<RegexValidation> |
RegexValidation.parser() |
| Modifier and Type | Method and Description |
|---|---|
RegexValidation.Builder |
RegexValidation.Builder.mergeFrom(RegexValidation other) |
ParameterValidation.Builder |
ParameterValidation.Builder.mergeRegex(RegexValidation value)
Validation based on regular expressions.
|
static RegexValidation.Builder |
RegexValidation.newBuilder(RegexValidation prototype) |
ParameterValidation.Builder |
ParameterValidation.Builder.setRegex(RegexValidation value)
Validation based on regular expressions.
|
Copyright © 2019 Google LLC. All rights reserved.