googleapis / googleapis/google-cloud-go
bigtable: support partial results in Clusters() and ListAppProfiles()
Open
api: bigtable
type: feature request
- Dominant language
- Go
- Stars
- 4.5k
- Forks
- 1.6k
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 109
Description
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](https://cloud.google.com/bigtable/docs/reference/admin/rest/v2/projects.instances.clusters/list) and [appProfiles.list](https://cloud.google.com/bigtable/docs/reference/admin/rest/v2/projects.instances.appProfiles/list)).
We could update these methods in the same way I've updated `InstanceAdminClient.Instances` in #1950 to support partial results.
Contributor guide
Assessment
This issue has not been assessed yet.