
io.envoyproxy.envoy.service.ext_proc.v3.TrailersResponseOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/service/ext_proc/v3/external_processor.proto
// Protobuf Java Version: 3.25.1
package io.envoyproxy.envoy.service.ext_proc.v3;
public interface TrailersResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.service.ext_proc.v3.TrailersResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* Details the modifications (if any) to be made by Envoy to the current
* request/response trailers.
*
*
* .envoy.service.ext_proc.v3.HeaderMutation header_mutation = 1;
* @return Whether the headerMutation field is set.
*/
boolean hasHeaderMutation();
/**
*
* Details the modifications (if any) to be made by Envoy to the current
* request/response trailers.
*
*
* .envoy.service.ext_proc.v3.HeaderMutation header_mutation = 1;
* @return The headerMutation.
*/
io.envoyproxy.envoy.service.ext_proc.v3.HeaderMutation getHeaderMutation();
/**
*
* Details the modifications (if any) to be made by Envoy to the current
* request/response trailers.
*
*
* .envoy.service.ext_proc.v3.HeaderMutation header_mutation = 1;
*/
io.envoyproxy.envoy.service.ext_proc.v3.HeaderMutationOrBuilder getHeaderMutationOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy