View Source Xds.Type.Matcher.V3.RegexMatcher (envoy_data_plane_api v0.2.0)

Summary

Types

@type t() :: %Xds.Type.Matcher.V3.RegexMatcher{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  engine_type:
    {:google_re2, Xds.Type.Matcher.V3.RegexMatcher.GoogleRE2.t() | nil} | nil,
  regex: String.t()
}