-
Notifications
You must be signed in to change notification settings - Fork 1.2k
List subscriptions by topic #1641
Copy link
Copy link
Closed
Labels
api: pubsubIssues related to the Pub/Sub API.Issues related to the Pub/Sub API.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
Description
Activity
Metadata
Metadata
Assignees
Labels
api: pubsubIssues related to the Pub/Sub API.Issues related to the Pub/Sub API.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
Listing subscriptions by topic was possible with the prior version of the API as
com.google.cloud.pubsub : Page listSubscriptions(String topic, ListOption... options);
I don't see a way to do that anymore with com.google.pubsub.v1.ListSubscriptionsRequest.
Is this a known deprecation or is there a way to achieve topic subscription filtering that is not exposed clearly ?