Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: exclude 'input' from reserved names list (#788)
The motivation for this is to prevent a breaking change in a library that has already been made GA: texttospeech googleapis/python-texttospeech#99. The TTS protos have a field named [`input`](https://github.com/googleapis/googleapis/blob/eabe7c0fde64b1451df6ea171b2009238b0df07c/google/cloud/texttospeech/v1/cloud_tts.proto#L134-L143). Dialogflow CX beta appears to also have a field named `input`, but those changes have not yet been published and it is a pre-GA API. https://github.com/search?l=Python&p=1&q=org%3Agoogleapis+input_&type=Code
- Loading branch information