google-api-python-client
google-api-python-client copied to clipboard
mTLS support for batch and custom http object
First stab at addressing #2440.
- mTLS logic in
build_from_documentsuch as choosing themtlsRootUrlshould be executed even if we pass a customhttpobject in. - add an
is_mtlsbool attribute toResourceso we can make quick decisions about the state of mTLS later. - ensure our batch URI is using the mTLS host when
is_mtls == True
feedback welcome.