| 395 | int64 InMemoryRunGraphRequest::request_id() const { return request_id_; } |
| 396 | |
| 397 | void InMemoryRunGraphRequest::set_request_id(int64 request_id) { |
| 398 | request_id_ = request_id; |
| 399 | } |
| 400 | |
| 401 | const RunGraphRequest& InMemoryRunGraphRequest::ToProto() const { |
| 402 | if (!proto_version_) { |
no outgoing calls