public static interface CustomInfoType.RegexOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getGroupIndexes(int index)
The index of the submatch to extract as findings.
|
int |
getGroupIndexesCount()
The index of the submatch to extract as findings.
|
List<Integer> |
getGroupIndexesList()
The index of the submatch to extract as findings.
|
String |
getPattern()
Pattern defining the regular expression.
|
com.google.protobuf.ByteString |
getPatternBytes()
Pattern defining the regular expression.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPattern()
Pattern defining the regular expression. Its syntax (https://github.com/google/re2/wiki/Syntax) can be found under the google/re2 repository on GitHub.
string pattern = 1;com.google.protobuf.ByteString getPatternBytes()
Pattern defining the regular expression. Its syntax (https://github.com/google/re2/wiki/Syntax) can be found under the google/re2 repository on GitHub.
string pattern = 1;List<Integer> getGroupIndexesList()
The index of the submatch to extract as findings. When not specified, the entire match is returned. No more than 3 may be included.
repeated int32 group_indexes = 2;int getGroupIndexesCount()
The index of the submatch to extract as findings. When not specified, the entire match is returned. No more than 3 may be included.
repeated int32 group_indexes = 2;int getGroupIndexes(int index)
The index of the submatch to extract as findings. When not specified, the entire match is returned. No more than 3 may be included.
repeated int32 group_indexes = 2;index - The index of the element to return.Copyright © 2022 Google LLC. All rights reserved.