Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bigtable: support partial results in Clusters() and ListAppProfiles() #2914

Open
IlyaFaer opened this issue Sep 24, 2020 · 0 comments
Open
Assignees
Labels
api: bigtable Issues related to the Bigtable API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@IlyaFaer
Copy link

While working on #1950, I've noticed that methods InstanceAdminClient.ListAppProfiles and InstanceAdminClient.Clusters are actually supporting partial results with failedLocations as well (see clusters.list and appProfiles.list).

We could update these methods in the same way I've updated InstanceAdminClient.Instances in #1950 to support partial results.

@IlyaFaer IlyaFaer added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. api: bigtable Issues related to the Bigtable API. labels Sep 24, 2020
@tritone tritone assigned crwilcox and unassigned tritone Jan 22, 2021
@crwilcox crwilcox assigned dmahugh and unassigned crwilcox Nov 1, 2021
@telpirion telpirion assigned telpirion and unassigned dmahugh Sep 23, 2022
@telpirion telpirion assigned triplequark and unassigned telpirion Nov 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigtable Issues related to the Bigtable API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

6 participants