Skip to content

Commit

Permalink
feat: Add String type with Utf8Raw encoding to Bigtable API (#7338)
Browse files Browse the repository at this point in the history
Bigtable will allow users to configure the type of a column family with string type
PiperOrigin-RevId: 636631633
Source-Link: googleapis/googleapis@89a8364
Source-Link: googleapis/googleapis-gen@d776700
Copy-Tag: eyJwIjoiQmlndGFibGUvLk93bEJvdC55YW1sIiwiaCI6ImQ3NzY3MDA3ZWFlMGZlODc3NTViMjFjZmU1NjliODc3OWYwMjE1MWMifQ==
  • Loading branch information
gcf-owl-bot[bot] committed May 24, 2024
1 parent 6178651 commit cece74c
Show file tree
Hide file tree
Showing 5 changed files with 237 additions and 3 deletions.
Binary file modified Bigtable/metadata/Admin/V2/Types.php
Binary file not shown.
39 changes: 36 additions & 3 deletions Bigtable/src/Admin/V2/Type.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

81 changes: 81 additions & 0 deletions Bigtable/src/Admin/V2/Type/PBString.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

78 changes: 78 additions & 0 deletions Bigtable/src/Admin/V2/Type/PBString/Encoding.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 42 additions & 0 deletions Bigtable/src/Admin/V2/Type/PBString/Encoding/Utf8Raw.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cece74c

Please sign in to comment.