-
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
It looks like methods no longer take topic name/path as an unnamed arg, causing test failures in Python Logging and Storage clients:
https://source.cloud.google.com/results/invocations/a5ade010-9ee5-463b-ad2e-6e106badb197/targets
https://source.cloud.google.com/results/invocations/44fbcc26-bb84-421d-bbca-fee58f6df1c2/targets
Steps to reproduce
- Run tests/system/test_system.py in python-logging or python-storage.
Code example
publisher = pubsub_v1.PublisherClient()
publisher.create_topic(topic_path)Stack trace
.nox/system-3-6/lib/python3.6/site-packages/google/cloud/pubsub_v1/_gapic.py:40: in <lambda>
fx = lambda self, *a, **kw: wrapped_fx(self.api, *a, **kw) # noqa
.nox/system-3-6/lib/python3.6/site-packages/google/pubsub_v1/services/publisher/client.py:310: in create_topic
request = pubsub.Topic(request)
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.