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 Type
    Method
    Description
    boolean
    When true, saves the response if there was an error when processing the response from the external processor.
    boolean
    Whether or not to save the response for the response type.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.