Class GooglePrivacyDlpV2Regex
Message defining a custom regular expression.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2Regex : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GroupIndexes
The index of the submatch to extract as findings. When not specified, the entire match is returned. No more than 3 may be included.
Declaration
[JsonProperty("groupIndexes")]
public virtual IList<int?> GroupIndexes { get; set; }
Property Value
Type | Description |
---|---|
IList<int?> |
Pattern
Pattern defining the regular expression. Its syntax (https://github.com/google/re2/wiki/Syntax) can be found under the google/re2 repository on GitHub.
Declaration
[JsonProperty("pattern")]
public virtual string Pattern { get; set; }
Property Value
Type | Description |
---|---|
string |