-
Notifications
You must be signed in to change notification settings - Fork 214
Closed
Labels
api: pubsubIssues related to the googleapis/python-pubsub API.Issues related to the googleapis/python-pubsub API.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
Description
Environment details
- OS type and version: macOS Mojave 10.14.6
- Python version:
python --version3.7.7 - pip version:
pip --version20.0.2 google-cloud-pubsubversion:pip show google-cloud-pubsub1.4.2
Steps to reproduce
- Use the stock subscription example from https://github.com/googleapis/python-pubsub/blob/master/docs/subscriber/index.rst
- Running
pylinton it results in:
E1101: Instance of 'SubscriberClient' has no 'subscription_path' member (no-member)
Code example
from google.cloud import pubsub
subscriber = pubsub.SubscriberClient()
sub_path = subscriber.subscription_path(PROJECT, SUBSCRIPTION)Stack trace
N/A
carnesen, paulchabotca, aardaorhan, 27Bslash6, mykter and 1 more
Metadata
Metadata
Assignees
Labels
api: pubsubIssues related to the googleapis/python-pubsub API.Issues related to the googleapis/python-pubsub API.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.