Commit da2ff71
authored
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=Code1 parent 2e17ede commit da2ff71
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
0 commit comments