ListTopicSubscriptions looks like a paginated request, but isn't treated like one by the generator.
We can add a pagination_override for the RPC.
pagination_overrides:
- id: .google.pubsub.v1.Publisher.ListTopicSubscriptions
item_field: subscriptions
From my initial attempts, I believe this also require a small change in the generator to propagate the config due to the non-standard set up we have for the pubsub crate.
ListTopicSubscriptions looks like a paginated request, but isn't treated like one by the generator.
We can add a pagination_override for the RPC.
From my initial attempts, I believe this also require a small change in the generator to propagate the config due to the non-standard set up we have for the pubsub crate.