-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
api: bigtableIssues related to the Bigtable API.Issues related to the Bigtable API.priority: p2Moderate
8000
ly-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
There are some complex protobuf objects. Here are some possibilities where utilities might come in handy:
- any message with "oneof" gets confusjng, since users set multiple values (
AppProfile,DropRowRangeRequest,ModifyColumnFamiliesRequest) Instancemessages are complexPartialUpdateInstanceRequestusegoogle.protobuf.FieldMaskwhich is quite confusingCheckConsistencyis used for for polling, so it's ideal having a utility for this kind of functionality- "TableExists" type functionality should use ListTables instead of GetTable, since it's less expensive. Users should have a clear API that produces the most efficient calls.
Metadata
Metadata
Assignees
Labels
api: bigtableIssues related to the Bigtable API.Issues related to the Bigtable API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.