View Source Envoy.Type.Matcher.ValueMatcher (envoy_data_plane_api v0.2.0)
Summary
Types
@type t() :: %Envoy.Type.Matcher.ValueMatcher{ __unknown_fields__: [ {field_number :: integer(), Protobuf.Wire.Types.wire_type(), value :: term()} ], match_pattern: {:null_match, Envoy.Type.Matcher.ValueMatcher.NullMatch.t() | nil} | {:double_match, Envoy.Type.Matcher.DoubleMatcher.t() | nil} | {:string_match, Envoy.Type.Matcher.StringMatcher.t() | nil} | {:bool_match, boolean()} | {:present_match, boolean()} | {:list_match, Envoy.Type.Matcher.ListMatcher.t() | nil} | nil }