Remove Unused Request Messages
What changes are proposed in this pull request?
This PR removes Unused Request Messages. It is the result of resolving a bug in the code generator. Currently, many Request messages are generated but never used, as in the Python SDK, we are inlining all the elements of request messages in the method.
How is this tested?
Existing CI.
Please ensure that the NEXT_CHANGELOG.md file is updated with any relevant changes. If this is not necessary for your PR, please include the following in your PR description: NO_CHANGELOG=true and rerun the job.
If integration tests don't run automatically, an authorized user can run them manually by following the instructions below:
Trigger: go/deco-tests-run/sdk-py
Inputs:
- PR number: 991
- Commit SHA:
837a48e727c9834080d4be927b953fdd468acb2f
Checks will be approved automatically on success.
@renaudhartert-db @hectorcast-db, Do you think it is safe to merge this PR? Although these messages are never used in the SDKs, but still this removes a lot of unused messages.