Package io.envoyproxy.envoy.extensions.http.ext_proc.response_processors.save_processing_response.v3
Interface SaveProcessingResponse.SaveOptionsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SaveProcessingResponse.SaveOptions,SaveProcessingResponse.SaveOptions.Builder
- Enclosing class:
- SaveProcessingResponse
public static interface SaveProcessingResponse.SaveOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanWhen true, saves the response if there was an error when processing the response from the external processor.booleanWhether or not to save the response for the response type.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
-
getSaveResponse
boolean getSaveResponse()Whether or not to save the response for the response type.
bool save_response = 1;- Returns:
- The saveResponse.
-
getSaveOnError
boolean getSaveOnError()When true, saves the response if there was an error when processing the response from the external processor.
bool save_on_error = 2;- Returns:
- The saveOnError.
-