gapic-generator-python icon indicating copy to clipboard operation
gapic-generator-python copied to clipboard

Deprecated option is ignored for messages and enums

Open parthea opened this issue 2 years ago • 0 comments

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.

parthea avatar Aug 11 '23 12:08 parthea