googleapis / googleapis/google-cloud-go

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

Open
#2,914 0 comments 0 reactions 1 assignee Assigned to @bhshkh View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.