View Source Envoy.Extensions.Filters.Network.DubboProxy.V3.MethodMatch.ParameterMatchSpecifier (envoy_data_plane_api v0.1.0)

Summary

Types

@type t() ::
  %Envoy.Extensions.Filters.Network.DubboProxy.V3.MethodMatch.ParameterMatchSpecifier{
    __unknown_fields__: [
      {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
       value :: term()}
    ],
    parameter_match_specifier:
      {:exact_match, String.t()}
      | {:range_match, Envoy.Type.V3.Int64Range.t() | nil}
      | nil
  }