Class HttpResponseTrailerMatchInput.Builder

  • All Implemented Interfaces:
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, HttpResponseTrailerMatchInputOrBuilder, Cloneable
    Enclosing class:
    HttpResponseTrailerMatchInput

    public static final class HttpResponseTrailerMatchInput.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<HttpResponseTrailerMatchInput.Builder>
    implements HttpResponseTrailerMatchInputOrBuilder
     Match input indicates that matching should be done on a specific response trailer.
     The resulting input string will be all headers for the given key joined by a comma,
     e.g. if the request contains two 'foo' headers with value 'bar' and 'baz', the input
     string will be 'bar,baz'.
     [#comment:TODO(snowp): Link to unified matching docs.]
     [#extension: envoy.matching.inputs.response_trailers]
     
    Protobuf type envoy.type.matcher.v3.HttpResponseTrailerMatchInput