Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions AccessApproval/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@

php.owlbot_main(src=src, dest=dest)

# remove class_alias code
s.replace(
"src/V*/**/*.php",
r"^// Adding a class alias for backwards compatibility with the previous class name.$"
+ "\n"
+ r"^class_alias\(.*\);$"
+ "\n",
'')

# format generated clients
subprocess.run([
'npm',
Expand Down
9 changes: 0 additions & 9 deletions AccessContextManager/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,6 @@
# copy V1 protos and GAPIC files
php.owlbot_main(src=src, dest=dest)

# remove class_alias code
s.replace(
"src/V*/**/*.php",
r"^// Adding a class alias for backwards compatibility with the previous class name.$"
+ "\n"
+ r"^class_alias\(.*\);$"
+ "\n",
'')

# format generated clients
subprocess.run([
'npm',
Expand Down
9 changes: 0 additions & 9 deletions AdsAdManager/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@

php.owlbot_main(src=src, dest=dest)

# remove class_alias code
s.replace(
"src/V*/**/*.php",
r"^// Adding a class alias for backwards compatibility with the previous class name.$"
+ "\n"
+ r"^class_alias\(.*\);$"
+ "\n",
'')

# format generated clients
subprocess.run([
'npm',
Expand Down
9 changes: 0 additions & 9 deletions AdsDataManager/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@

php.owlbot_main(src=src, dest=dest)

# remove class_alias code
s.replace(
"src/V*/**/*.php",
r"^// Adding a class alias for backwards compatibility with the previous class name.$"
+ "\n"
+ r"^class_alias\(.*\);$"
+ "\n",
'')

# format generated clients
subprocess.run([
'npm',
Expand Down
9 changes: 0 additions & 9 deletions AdvisoryNotifications/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@

php.owlbot_main(src=src, dest=dest)

# remove class_alias code
s.replace(
"src/V*/**/*.php",
r"^// Adding a class alias for backwards compatibility with the previous class name.$"
+ "\n"
+ r"^class_alias\(.*\);$"
+ "\n",
'')

# format generated clients
subprocess.run([
'npm',
Expand Down
9 changes: 0 additions & 9 deletions AiPlatform/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,6 @@
"\$arr->count\(\)",
"count($arr)")

# remove class_alias code
s.replace(
"src/V*/**/*.php",
r"^// Adding a class alias for backwards compatibility with the previous class name.$"
+ "\n"
+ r"^class_alias\(.*\);$"
+ "\n",
'')

# format generated clients
subprocess.run([
'npm',
Expand Down
9 changes: 0 additions & 9 deletions AlloyDb/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@

php.owlbot_main(src=src, dest=dest)

# remove class_alias code
s.replace(
"src/V*/**/*.php",
r"^// Adding a class alias for backwards compatibility with the previous class name.$"
+ "\n"
+ r"^class_alias\(.*\);$"
+ "\n",
'')

# format generated clients
subprocess.run([
'npm',
Expand Down
9 changes: 0 additions & 9 deletions AnalyticsAdmin/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@

php.owlbot_main(src=src, dest=dest)

# remove class_alias code
s.replace(
"src/V*/**/*.php",
r"^// Adding a class alias for backwards compatibility with the previous class name.$"
+ "\n"
+ r"^class_alias\(.*\);$"
+ "\n",
'')

# format generated clients
subprocess.run([
'npm',
Expand Down
9 changes: 0 additions & 9 deletions AnalyticsData/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@

php.owlbot_main(src=src, dest=dest)

# remove class_alias code
s.replace(
"src/V*/**/*.php",
r"^// Adding a class alias for backwards compatibility with the previous class name.$"
+ "\n"
+ r"^class_alias\(.*\);$"
+ "\n",
'')

# format generated clients
subprocess.run([
'npm',
Expand Down
9 changes: 0 additions & 9 deletions ApiGateway/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@

php.owlbot_main(src=src, dest=dest)

# remove class_alias code
s.replace(
"src/V*/**/*.php",
r"^// Adding a class alias for backwards compatibility with the previous class name.$"
+ "\n"
+ r"^class_alias\(.*\);$"
+ "\n",
'')

# format generated clients
subprocess.run([
'npm',
Expand Down
9 changes: 0 additions & 9 deletions ApiHub/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@

php.owlbot_main(src=src, dest=dest)

# remove class_alias code
s.replace(
"src/V*/**/*.php",
r"^// Adding a class alias for backwards compatibility with the previous class name.$"
+ "\n"
+ r"^class_alias\(.*\);$"
+ "\n",
'')

# format generated clients
subprocess.run([
'npm',
Expand Down
9 changes: 0 additions & 9 deletions ApiKeys/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@

php.owlbot_main(src=src, dest=dest)

# remove class_alias code
s.replace(
"src/V*/**/*.php",
r"^// Adding a class alias for backwards compatibility with the previous class name.$"
+ "\n"
+ r"^class_alias\(.*\);$"
+ "\n",
'')

# format generated clients
subprocess.run([
'npm',
Expand Down
9 changes: 0 additions & 9 deletions ApiRegistry/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@

php.owlbot_main(src=src, dest=dest)

# remove class_alias code
s.replace(
"src/V*/**/*.php",
r"^// Adding a class alias for backwards compatibility with the previous class name.$"
+ "\n"
+ r"^class_alias\(.*\);$"
+ "\n",
'')

# format generated clients
subprocess.run([
'npm',
Expand Down
9 changes: 0 additions & 9 deletions ApigeeConnect/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@

php.owlbot_main(src=src, dest=dest)

# remove class_alias code
s.replace(
"src/V*/**/*.php",
r"^// Adding a class alias for backwards compatibility with the previous class name.$"
+ "\n"
+ r"^class_alias\(.*\);$"
+ "\n",
'')

# format generated clients
subprocess.run([
'npm',
Expand Down
9 changes: 0 additions & 9 deletions ApigeeRegistry/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@

php.owlbot_main(src=src, dest=dest)

# remove class_alias code
s.replace(
"src/V*/**/*.php",
r"^// Adding a class alias for backwards compatibility with the previous class name.$"
+ "\n"
+ r"^class_alias\(.*\);$"
+ "\n",
'')

# format generated clients
subprocess.run([
'npm',
Expand Down
9 changes: 0 additions & 9 deletions AppEngineAdmin/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@

php.owlbot_main(src=src, dest=dest)

# remove class_alias code
s.replace(
"src/V*/**/*.php",
r"^// Adding a class alias for backwards compatibility with the previous class name.$"
+ "\n"
+ r"^class_alias\(.*\);$"
+ "\n",
'')

# format generated clients
subprocess.run([
'npm',
Expand Down
9 changes: 0 additions & 9 deletions AppHub/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,6 @@
]
)

# remove class_alias code
s.replace(
"src/V*/**/*.php",
r"^// Adding a class alias for backwards compatibility with the previous class name.$"
+ "\n"
+ r"^class_alias\(.*\);$"
+ "\n",
'')

# format generated clients
subprocess.run([
'npm',
Expand Down
9 changes: 0 additions & 9 deletions AppsChat/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,6 @@
"\$arr->count\(\)",
"count($arr)")

# remove class_alias code
s.replace(
"src/**/*.php",
r"^// Adding a class alias for backwards compatibility with the previous class name.$"
+ "\n"
+ r"^class_alias\(.*\);$"
+ "\n",
'')

# format generated clients
subprocess.run([
'npm',
Expand Down
9 changes: 0 additions & 9 deletions AppsEventsSubscriptions/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,6 @@
]
)

# remove class_alias code
s.replace(
"src/V*/**/*.php",
r"^// Adding a class alias for backwards compatibility with the previous class name.$"
+ "\n"
+ r"^class_alias\(.*\);$"
+ "\n",
'')

# format generated clients
subprocess.run([
'npm',
Expand Down
9 changes: 0 additions & 9 deletions AppsMeet/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,6 @@
]
)

# remove class_alias code
s.replace(
"src/V*/**/*.php",
r"^// Adding a class alias for backwards compatibility with the previous class name.$"
+ "\n"
+ r"^class_alias\(.*\);$"
+ "\n",
'')

# format generated clients
subprocess.run([
'npm',
Expand Down
9 changes: 0 additions & 9 deletions ArtifactRegistry/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@

php.owlbot_main(src=src, dest=dest)

# remove class_alias code
s.replace(
"src/V*/**/*.php",
r"^// Adding a class alias for backwards compatibility with the previous class name.$"
+ "\n"
+ r"^class_alias\(.*\);$"
+ "\n",
'')

# format generated clients
subprocess.run([
'npm',
Expand Down
9 changes: 0 additions & 9 deletions Asset/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,6 @@
"\$arr->count\(\)",
"count($arr)")

# remove class_alias code
s.replace(
"src/V*/**/*.php",
r"^// Adding a class alias for backwards compatibility with the previous class name.$"
+ "\n"
+ r"^class_alias\(.*\);$"
+ "\n",
'')

# format generated clients
subprocess.run([
'npm',
Expand Down
9 changes: 0 additions & 9 deletions AssuredWorkloads/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@

php.owlbot_main(src=src, dest=dest)

# remove class_alias code
s.replace(
"src/V*/**/*.php",
r"^// Adding a class alias for backwards compatibility with the previous class name.$"
+ "\n"
+ r"^class_alias\(.*\);$"
+ "\n",
'')

# format generated clients
subprocess.run([
'npm',
Expand Down
9 changes: 0 additions & 9 deletions AuditManager/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@

php.owlbot_main(src=src, dest=dest)

# remove class_alias code
s.replace(
"src/V*/**/*.php",
r"^// Adding a class alias for backwards compatibility with the previous class name.$"
+ "\n"
+ r"^class_alias\(.*\);$"
+ "\n",
'')

# format generated clients
subprocess.run([
'npm',
Expand Down
9 changes: 0 additions & 9 deletions AutoMl/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@

php.owlbot_main(src=src, dest=dest)

# remove class_alias code
s.replace(
"src/V*/**/*.php",
r"^// Adding a class alias for backwards compatibility with the previous class name.$"
+ "\n"
+ r"^class_alias\(.*\);$"
+ "\n",
'')

# format generated clients
subprocess.run([
'npm',
Expand Down
Loading
Loading