public interface RegexValidationOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getRegexes(int index)
Required.
|
ByteString |
getRegexesBytes(int index)
Required.
|
int |
getRegexesCount()
Required.
|
List<String> |
getRegexesList()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<String> getRegexesList()
Required. RE2 regular expressions used to validate the parameter's value. The value must match the regex in its entirety (substring matches are not sufficient).
repeated string regexes = 1 [(.google.api.field_behavior) = REQUIRED];
int getRegexesCount()
Required. RE2 regular expressions used to validate the parameter's value. The value must match the regex in its entirety (substring matches are not sufficient).
repeated string regexes = 1 [(.google.api.field_behavior) = REQUIRED];
String getRegexes(int index)
Required. RE2 regular expressions used to validate the parameter's value. The value must match the regex in its entirety (substring matches are not sufficient).
repeated string regexes = 1 [(.google.api.field_behavior) = REQUIRED];
index
- The index of the element to return.ByteString getRegexesBytes(int index)
Required. RE2 regular expressions used to validate the parameter's value. The value must match the regex in its entirety (substring matches are not sufficient).
repeated string regexes = 1 [(.google.api.field_behavior) = REQUIRED];
index
- The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.