View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Regex (google_api_dlp v0.46.0)

Message defining a custom regular expression.

Attributes

  • groupIndexes (type: list(integer()), default: nil) - The index of the submatch to extract as findings. When not specified, the entire match is returned. No more than 3 may be included.
  • pattern (type: String.t, default: nil) - Pattern defining the regular expression. Its syntax (https://github.com/google/re2/wiki/Syntax) can be found under the google/re2 repository on GitHub.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Regex{
  groupIndexes: [integer()] | nil,
  pattern: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.