Interface RegexpPatternOrBuilder (0.1.0)

public interface RegexpPatternOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPattern()

public abstract String getPattern()

Required. Regex Pattern to match the value(s) of parameter.

string pattern = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The pattern.

getPatternBytes()

public abstract ByteString getPatternBytes()

Required. Regex Pattern to match the value(s) of parameter.

string pattern = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for pattern.