Interface TrailersResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TrailersResponse,TrailersResponse.Builder
public interface TrailersResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionDetails the modifications (if any) to be made by the data plane to the current request/response trailers.Details the modifications (if any) to be made by the data plane to the current request/response trailers.booleanDetails the modifications (if any) to be made by the data plane to the current request/response trailers.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasHeaderMutation
boolean hasHeaderMutation()Details the modifications (if any) to be made by the data plane to the current request/response trailers.
.envoy.service.ext_proc.v3.HeaderMutation header_mutation = 1;- Returns:
- Whether the headerMutation field is set.
-
getHeaderMutation
HeaderMutation getHeaderMutation()Details the modifications (if any) to be made by the data plane to the current request/response trailers.
.envoy.service.ext_proc.v3.HeaderMutation header_mutation = 1;- Returns:
- The headerMutation.
-
getHeaderMutationOrBuilder
HeaderMutationOrBuilder getHeaderMutationOrBuilder()Details the modifications (if any) to be made by the data plane to the current request/response trailers.
.envoy.service.ext_proc.v3.HeaderMutation header_mutation = 1;
-