This repository has been archived by the owner on Dec 8, 2021. It is now read-only.
LRO methods for generated clients
No due date
28% complete
API methods that are expected to take a 'long time' often return google.longrunning.Operation, which can be polled to receive updated metadata and, if the operation has completed, a status or a result.
There are multiple distinct tasks, each of which merits its own PR, required to achieve generated LRO methods.