Skip to content

ListTopicSubscriptionsPagedResponse.iterateAllElements() should return Iterable<Subscription> #1668

@jabubake

Description

@jabubake

ListTopicSubscriptionsPagedResponse.iterateAllElements currently returns Iterable<String>.
It feels inconsistent with ListTopicsPagedResponse.iterateAllElements that returns Iterable<Topic>
and ListSubscriptionsPagedResponse.iterateAllElements returns Iterable<Subscription>.

Metadata

Metadata

Labels

api: pubsubIssues related to the Pub/Sub API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions