google-cloud-rust icon indicating copy to clipboard operation
google-cloud-rust copied to clipboard

pubsub admin clients contain references to data plane operations in service description

Open suzmue opened this issue 4 months ago • 1 comments

After removing the data plane operations from the admin clients, we still have references to the data plane operations that do not exist. We may want to replace these with custom descriptions or add a warning.

For example the Subscription client: Image

See issues #3010 and #3011

suzmue avatar Sep 16 '25 21:09 suzmue

I think a description-override in the [source] section can do the trick.

coryan avatar Sep 16 '25 21:09 coryan