-
Notifications
You must be signed in to change notification settings - Fork 550
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
Support autonaming of Pub/Sub Subscriptions #193
Comments
The Google Cloud docs state that subscriptions can be created without a name, and that a name will be generated in such cases. However, we cannot create subscriptions without a name using Google API Client. Remove the option to subscribe without a name until this is supported. [refs googleapis#193]
@tmatsuo - sorry if you've already been pinged about this elsewhere, but I couldn't find anything. Do you know if support for auto-named subscriptions is real, or if this was a documentation error? |
@tmatsuo friendly ping :) |
I just found this issue! Sorry for the late reply. Yes, it is not currently supported on the API surface (although the internal core server supports it, thus the documentation discrepancy). Sorry about the confusion. |
@tmatsuo Hah! Thanks for clarifying! We removed the docs from gcloud-ruby about this and made the name required. Glad to know the reason. Is this a feature that will be supported in future API versions? |
It' been one year and I still got bitten by this issue after following the documentation here |
[fixes googleapis#740, closes googleapis#193]
The Pub/Sub documentation states:
We are unable to make an API call to create a subscription without a name. We suspect this is an issue with the Google API Client library, since
ArgumentError
is being raised.The text was updated successfully, but these errors were encountered: