-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(bigtable): add GC policy to FamilyInfo. (#6234)
* Add GC policy proto to FamilyInfo. * Add PolicyType and expose GCPolicyObject. * Add PolicyType alias to int. * Add new TypedGCPolicy to prevent breaking changes * Remove unused methods * Address PR comments. * Change variable name to Unspecified instead of Unknown. * Fix go fmt. * Address build failure. * Add FullGCPolicy to admin.go. Co-authored-by: Eric Schmidt <[email protected]>
- Loading branch information
1 parent
1b39bf4
commit eb0540d
Showing
3 changed files
with
75 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters