The Pub/Sub documentation states:
If the name is not provided in the request, the server will assign a random name for this subscription on the same project as the topic.
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 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
ArgumentErroris being raised.