Show / Hide Table of Contents

Class RegexMatcher

A regex matcher designed for safety when used with untrusted input.

Inheritance
object
RegexMatcher
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.TrafficDirectorService.v2.Data
Assembly: Google.Apis.TrafficDirectorService.v2.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.

Declaration
[JsonProperty("regex")]
public virtual string Regex { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX