| 92 | const RunOptions& InMemoryRunStepRequest::options() const { return options_; } |
| 93 | |
| 94 | RunOptions* InMemoryRunStepRequest::mutable_options() { return &options_; } |
| 95 | |
| 96 | bool InMemoryRunStepRequest::store_errors_in_response_body() const { |
| 97 | return store_errors_in_response_body_; |
no outgoing calls