google-cloud-go
google-cloud-go copied to clipboard
feat(bigtable): add column family type to FamilyInfo in TableInfo
This adds ValueType to FamilyInfo and populates it when calling TableInfo.
Internally it adds methods to convert from protobuf Type to our own type model.
Please add integration tests
This has been already added in https://github.com/googleapis/google-cloud-go/pull/10520
Please reopen if something more needs to be added