Class RegexMatcher
A regex matcher designed for safety when used with untrusted input.
Implements
Inherited Members
Namespace: Google.Apis.TrafficDirectorService.v3.Data
Assembly: Google.Apis.TrafficDirectorService.v3.dll
Syntax
public class RegexMatcher : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GoogleRe2
Google's RE2 regex engine.
Declaration
[JsonProperty("googleRe2")]
public virtual GoogleRE2 GoogleRe2 { get; set; }
Property Value
Type | Description |
---|---|
GoogleRE2 |
Regex
The regex match string. The string must be supported by the configured engine. The regex is matched against the full string, not as a partial match.
Declaration
[JsonProperty("regex")]
public virtual string Regex { get; set; }
Property Value
Type | Description |
---|---|
string |