You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build(owlbot): un-final static create methods in Admin Base clients (#2898)
* build(owlbot): un-final static create methods in Admin Base clients
Updates owlbot.py to programmatically remove the \`final\` modifier
from the static \`create\` factory methods in the generated
BaseBigtableTableAdminClient and BaseBigtableInstanceAdminClient.
* chore: generate libraries at Tue Apr 21 19:44:13 UTC 2026
* PR feedback
* chore: generate libraries at Wed Apr 22 18:25:03 UTC 2026
---------
Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
Copy file name to clipboardExpand all lines: google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/BaseBigtableInstanceAdminClient.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -777,7 +777,7 @@ public class BaseBigtableInstanceAdminClient implements BackgroundResource {
777
777
privatefinalOperationsClientoperationsClient;
778
778
779
779
/** Constructs an instance of BaseBigtableInstanceAdminClient with default settings. */
0 commit comments