Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class RegexpPattern.
Regular Expression Validator for parameter values.
Generated from protobuf message google.cloud.cloudsecuritycompliance.v1.RegexpPattern
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ pattern |
string
Required. Regex Pattern to match the value(s) of parameter. |
getPattern
Required. Regex Pattern to match the value(s) of parameter.
Returns | |
---|---|
Type | Description |
string |
setPattern
Required. Regex Pattern to match the value(s) of parameter.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |