bigtable: support partial results in Clusters() and ListAppProfiles() #2914
Labels
api: bigtable
Issues related to the Bigtable API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
While working on #1950, I've noticed that methods
InstanceAdminClient.ListAppProfiles
andInstanceAdminClient.Clusters
are actually supporting partial results withfailedLocations
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.The text was updated successfully, but these errors were encountered: