Add an API to Pause and Resume background offlining requests.
The new API, PauseRequestsbyClientId and ResumeRequestsByClientId
is defined and implemented. Tests are included.
It is basically parallel to the existing RemoveRequestByClientId,
and you can compare them when reviewing to speed up the review
process.
It is implemented all the way down into the request queue,
including both the in-memory queue and the SQL queue.
BUG=
610521
Committed:
https://crrev.com/48d69bf7b3937d03580c90e06767e0f909dab6be
Cr-Commit-Position: refs/heads/master@{#411726}