gapic-generator-python
gapic-generator-python copied to clipboard
Deprecated option is ignored for messages and enums
In https://github.com/googleapis/googleapis/commit/b7003aa7b696e5b3dac14326bb05d088640e0cdb, the deprecated option was added to the DB_CLOUD_SQL_POSTGRES field of DatabaseType in google/cloud/contentwarehouse/v1/common.proto, however the generated client in https://github.com/googleapis/google-cloud-python/pull/11565/files did not contain the deprecation message. We should add tests to make sure that the GAPIC generator can read the deprecated option.