gapic-generator-python
gapic-generator-python copied to clipboard
Add a warning if both credentials and channel are passed in to the GRPC transport
Currently, the GRPC transport ignores any credentials passed in, if a channel is configured explicitly.
For easier debugging, add a warning to notify a GAPIC developer that the channel and the credentials cannot be configured together.