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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HeaderMutationgetHeaderMutation()Instructions on how to manipulate the trailersHeaderMutationOrBuildergetHeaderMutationOrBuilder()Instructions on how to manipulate the trailersbooleanhasHeaderMutation()Instructions on how to manipulate the trailers-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasHeaderMutation
boolean hasHeaderMutation()
Instructions on how to manipulate the trailers
.envoy.service.ext_proc.v3.HeaderMutation header_mutation = 1;- Returns:
- Whether the headerMutation field is set.
-
getHeaderMutation
HeaderMutation getHeaderMutation()
Instructions on how to manipulate the trailers
.envoy.service.ext_proc.v3.HeaderMutation header_mutation = 1;- Returns:
- The headerMutation.
-
getHeaderMutationOrBuilder
HeaderMutationOrBuilder getHeaderMutationOrBuilder()
Instructions on how to manipulate the trailers
.envoy.service.ext_proc.v3.HeaderMutation header_mutation = 1;
-
-