View Source GoogleApi.TrafficDirector.V3.Model.RegexMatcher (google_api_traffic_director v0.3.0)

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

Attributes

  • googleRe2 (type: GoogleApi.TrafficDirector.V3.Model.GoogleRE2.t, default: nil) - Google's RE2 regex engine.
  • regex (type: String.t, default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.TrafficDirector.V3.Model.RegexMatcher{
  googleRe2: GoogleApi.TrafficDirector.V3.Model.GoogleRE2.t() | nil,
  regex: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.