Skip to content

TopicAdmin.ListTopicSubscriptions does not implement ItemPaginator #4687

@suzmue

Description

@suzmue

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    api: pubsubIssues related to the Pub/Sub API.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions