James Wu
James Wu
As seen in https://github.com/googleapis/python-pubsublite/blob/4a29b92c32b086750a2a720ce65b75f87a77aac4/google/cloud/pubsublite_v1/services/publisher_service/async_client.py#L168, async clients are set up by instantiating a standard client. `PublisherServiceAsyncClient` instantiates a `PublisherServiceClient` and all requests basically use `self._client._transport` to make the request. This is...
#### Environment details https://github.com/googleapis/python-logging/blob/440add263d1aeaa9fdfaf5b81c6d6f5f424f9131/google/cloud/logging_v2/services/logging_service_v2/client.py#L69 https://github.com/googleapis/python-logging/blob/440add263d1aeaa9fdfaf5b81c6d6f5f424f9131/google/cloud/logging_v2/services/logging_service_v2/async_client.py#L131 As seen in the logging_v2 example of a GAPIC generated API client, the `LoggingServiceV2AsyncClient` asyncio async_client.py copies the `get_transport_class` from `LoggingServiceV2Client`. This means, even with...