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

Deprecate get_mtls_endpoint_and_cert_source method

Open ohmayr opened this issue 2 years ago • 0 comments

The method get_mtls_endpoint_and_cert_source is no longer used in the client i.e. see the following: https://github.com/googleapis/gapic-generator-python/pull/1873

This method can be deprecated after the PR https://github.com/googleapis/gapic-generator-python/pull/1868 is merged i.e. users can alternatively access the api endpoint via the api_endpoint property.

Update the docstring and add a deprecation warning to the get_mtls_endpoint_and_cert_source method.

ohmayr avatar Dec 05 '23 20:12 ohmayr