View Source Envoy.Config.Accesslog.V3.MetadataFilter (envoy_data_plane_api v0.2.0)

Summary

Types

@type t() :: %Envoy.Config.Accesslog.V3.MetadataFilter{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  match_if_key_not_found: Google.Protobuf.BoolValue.t() | nil,
  matcher: Envoy.Type.Matcher.V3.MetadataMatcher.t() | nil
}