Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(compute)!: add pagination and an Operation wrapper (#4542)
This PR does multiple things due to the breaking nature of the code changes for compute. Breaking changes: paginated APIs now return Iterators long running APIs now return a wrapped Operation type instead of the protobuf-go generated type directly Integration tests are added for all of the new changes. The gapic generator is updated with the aforementioned changes. To enable these changes, genbot will now supply the diregapic flag to the gapic generator based on if the API is generated via googleapis-discovery.
- Loading branch information