Fix Autogenerated Samples #582
Labels
api: logging
Issues related to the googleapis/python-logging API.
documentation
Improvements or additions to documentation
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: docs
Improvement to the documentation for an API.
The log tailing samples (synchronous, asynchronous) have an issue where the object paths are out of date (
logging_v2.LoggingServiceV2Client()
should belogging_v2.services.logging_service_v2.LoggingServiceV2Client()
, etc)We should check the autogenerated samples to make sure they are all tested
The text was updated successfully, but these errors were encountered: