Skip to content

chore(Bigtable): add prettier formatting step to owlbot.py and format clients - #9565

Open
JoeWang1127 wants to merge 1 commit into
googleapis:mainfrom
JoeWang1127:chore/format-bigtable
Open

chore(Bigtable): add prettier formatting step to owlbot.py and format clients#9565
JoeWang1127 wants to merge 1 commit into
googleapis:mainfrom
JoeWang1127:chore/format-bigtable

Conversation

@JoeWang1127

@JoeWang1127 JoeWang1127 commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

Updates Bigtable/owlbot.py to run @prettier/plugin-php as a post-generation formatting step, aligning Bigtable client generation with the repository standard.

Formatted files:

  • Client classes:
    • Bigtable/src/Admin/V2/Client/BigtableInstanceAdminClient.php
    • Bigtable/src/Admin/V2/Client/BigtableTableAdminClient.php
    • Bigtable/src/V2/Client/BigtableClient.php
  • Unit tests:
    • Bigtable/tests/Unit/Admin/V2/Client/BigtableInstanceAdminClientTest.php
    • Bigtable/tests/Unit/Admin/V2/Client/BigtableTableAdminClientTest.php
    • Bigtable/tests/Unit/V2/Client/BigtableClientTest.php

The change to PHP code is generated by running Owlbot copy:

docker run --rm --user $(id -u):$(id -g) -v .:/repo -w /repo -v ../googleapis-gen:/googleapis-gen --env HOME=/tmp gcr.io/cloud-devrel-public-resources/owlbot-cli:latest copy-code  --source-repo=/googleapis-gen --config-file=Bigtable/.OwlBot.yaml

docker run --rm --user $(id -u):$(id -g) -v $(pwd):/repo -w /repo   --env HOME=/tmp   gcr.io/cloud-devrel-public-resources/owlbot-php:latest

@JoeWang1127
JoeWang1127 requested review from a team as code owners August 24, 2026 15:40
@product-auto-label product-auto-label Bot added the api: bigtable Issues related to the Bigtable API. label Aug 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigtable Issues related to the Bigtable API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant