Skip to content

Commit

Permalink
feat: add new client surface for bigtable and bigtable admin (#6265)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 536761953
Source-Link: googleapis/googleapis@96995a2
Source-Link: googleapis/googleapis-gen@44d899c
Copy-Tag: eyJwIjoiQmlndGFibGUvLk93bEJvdC55YW1sIiwiaCI6IjQ0ZDg5OWMxOGFkMjk3ZGEzZjY0ZWUyNzE4NTczODI3ZTI1ZmRjZDQifQ==

chore(php): remove non-ads php_grpc_library targets
PiperOrigin-RevId: 536549230
Source-Link: googleapis/googleapis@4221b78
Source-Link: googleapis/googleapis-gen@2354b0e
Copy-Tag: eyJwIjoiQmlndGFibGUvLk93bEJvdC55YW1sIiwiaCI6IjIzNTRiMGVmODkwY2RmMzdjNWU3NGI2YjI1MWVmMTFkOTg1YWQ2ZmIifQ==

feat: add new client surface for GA php clients
PiperOrigin-RevId: 534898708
Source-Link: googleapis/googleapis@be8c6cd
Source-Link: googleapis/googleapis-gen@cf2c542
Copy-Tag: eyJwIjoiQmlndGFibGUvLk93bEJvdC55YW1sIiwiaCI6ImNmMmM1NDIyMmFmZjFmZWM3MTU0NzNjZTQyMzUyMzE1YzA0YmY5NjcifQ==

feat: add ChangeStreamConfig to CreateTable and UpdateTable
PiperOrigin-RevId: 534836567
Source-Link: googleapis/googleapis@eb2d1f1
Source-Link: googleapis/googleapis-gen@64cebcf
Copy-Tag: eyJwIjoiQmlndGFibGUvLk93bEJvdC55YW1sIiwiaCI6IjY0Y2ViY2ZjMjc2NWJmZjVhZmIxOWMxNDBkNGIxNjAwZGZkYWViYWQifQ==

* chore: fix bigtable owlbot for new admin surface
* chore: remove old owlbot hack
* chore: add new admin surface manually

Co-authored-by: Brent Shaffer <[email protected]>
  • Loading branch information
gcf-owl-bot[bot] and bshaffer authored Jun 1, 2023
1 parent 43c323d commit a628843
Show file tree
Hide file tree
Showing 61 changed files with 9,488 additions and 16 deletions.
Binary file modified Bigtable/metadata/Admin/V2/Table.php
Binary file not shown.
3 changes: 1 addition & 2 deletions Bigtable/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@

# copy all src except handwritten partial veneers
s.move(admin_library / f'src/V2/Gapic', 'src/Admin/V2/Gapic', merge=preserve_copyright_year)
s.move(admin_library / f'src/V2/Client', 'src/Admin/V2/Client', merge=preserve_copyright_year)
s.move(admin_library / f'src/V2/resources', f'src/Admin/V2/resources', merge=preserve_copyright_year)

# copy proto files to src also
Expand Down Expand Up @@ -122,5 +123,3 @@
r"\1](https://cloud.google.com\2)"
)

# Address breaking changes
subprocess.run('git show b8050d915e71447f903c3d6ae376195dbe33cd95 | git apply', shell=True)
93 changes: 93 additions & 0 deletions Bigtable/src/Admin/V2/ChangeStreamConfig.php

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

18 changes: 18 additions & 0 deletions Bigtable/src/Admin/V2/CheckConsistencyRequest.php

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

Loading

0 comments on commit a628843

Please sign in to comment.