8000 Bigtable: Admin should have proto utility methods · Issue #3141 · googleapis/google-cloud-java · GitHub
[go: up one dir, main page]

Skip to content

Bigtable: Admin should have proto utility methods #3141

@sduskis

Description

@sduskis

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)
  • Instance messages are complex
  • PartialUpdateInstanceRequest use google.protobuf.FieldMask which is quite confusing
  • CheckConsistency is 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

Labels

api: bigtableIssues related to the Bigtable API.priority: p2Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0