View Source Xds.Type.Matcher.V3.Matcher.OnMatch (envoy_data_plane_api v0.1.0)

Summary

Types

@type t() :: %Xds.Type.Matcher.V3.Matcher.OnMatch{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  on_match:
    {:matcher, Xds.Type.Matcher.V3.Matcher.t() | nil}
    | {:action, Xds.Core.V3.TypedExtensionConfig.t() | nil}
    | nil
}