public interface RegexpPatternOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPattern()
public abstract String getPattern()Required. The regex pattern to match the values of the parameter with.
string pattern = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The pattern. |
getPatternBytes()
public abstract ByteString getPatternBytes()Required. The regex pattern to match the values of the parameter with.
string pattern = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pattern. |