-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pub/Sub autogen refresh #4297
Pub/Sub autogen refresh #4297
Conversation
This now seems to be in good shape. Lobbing to @jonparrott for review. |
@lukesneeringer FYI #4296 is an uber-release, but I was planning on checking on you before actually pushing the tag for Pub/Sub. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly LGTM
from google.protobuf import field_mask_pb2 | ||
|
||
_GAPIC_LIBRARY_VERSION = pkg_resources.get_distribution( | ||
'google-cloud-pubsub', ).version |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
credentials=credentials, | ||
scopes=self._DEFAULT_SCOPES) | ||
|
||
self.iam_policy_stub = (iam_policy_pb2.IAMPolicyStub(channel)) |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Closing in favor or #4438 (which literally pushed this exact set of history to start). But that PR is in the |
This is a merger of Pub/Sub with
google.api_core
. Markeddo not merge
while Ernest and I work out some khinks.