Skip to content
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

fix: always fill the topic and sub names when creating from a PubSub object #1816

Merged
merged 2 commits into from Sep 7, 2023

Conversation

feywind
Copy link
Collaborator

@feywind feywind commented Sep 6, 2023

This can happen when the create call is the first thing we do when talking to the server, and the projectId hasn't filled yet.

Fixes: #1676

@feywind feywind requested review from a team as code owners September 6, 2023 21:53
@product-auto-label product-auto-label bot added size: m Pull request size is medium. api: pubsub Issues related to the googleapis/nodejs-pubsub API. labels Sep 6, 2023
@feywind feywind added owlbot:run Add this label to trigger the Owlbot post processor. and removed api: pubsub Issues related to the googleapis/nodejs-pubsub API. labels Sep 6, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 6, 2023
@product-auto-label product-auto-label bot added the api: pubsub Issues related to the googleapis/nodejs-pubsub API. label Sep 7, 2023
@feywind feywind merged commit be8ed53 into googleapis:main Sep 7, 2023
15 checks passed
@feywind feywind deleted the topic-name-empty branch September 7, 2023 17:55
feywind added a commit to feywind/nodejs-pubsub that referenced this pull request Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: pubsub Issues related to the googleapis/nodejs-pubsub API. size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"createTopic" returns a Topic with no ProjectId
2 participants