Skip to content

Commit dcc537b

Browse files
authored
chore: remove logic to remove class_alias from owlbot (#8986)
1 parent 6796b74 commit dcc537b

214 files changed

Lines changed: 0 additions & 1927 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

‎AccessApproval/owlbot.py‎

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,6 @@
3232

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

35-
# remove class_alias code
36-
s.replace(
37-
"src/V*/**/*.php",
38-
r"^// Adding a class alias for backwards compatibility with the previous class name.$"
39-
+ "\n"
40-
+ r"^class_alias\(.*\);$"
41-
+ "\n",
42-
'')
43-
4435
# format generated clients
4536
subprocess.run([
4637
'npm',

‎AccessContextManager/owlbot.py‎

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,6 @@
3737
# copy V1 protos and GAPIC files
3838
php.owlbot_main(src=src, dest=dest)
3939

40-
# remove class_alias code
41-
s.replace(
42-
"src/V*/**/*.php",
43-
r"^// Adding a class alias for backwards compatibility with the previous class name.$"
44-
+ "\n"
45-
+ r"^class_alias\(.*\);$"
46-
+ "\n",
47-
'')
48-
4940
# format generated clients
5041
subprocess.run([
5142
'npm',

‎AdsAdManager/owlbot.py‎

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,6 @@
3232

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

35-
# remove class_alias code
36-
s.replace(
37-
"src/V*/**/*.php",
38-
r"^// Adding a class alias for backwards compatibility with the previous class name.$"
39-
+ "\n"
40-
+ r"^class_alias\(.*\);$"
41-
+ "\n",
42-
'')
43-
4435
# format generated clients
4536
subprocess.run([
4637
'npm',

‎AdsDataManager/owlbot.py‎

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,6 @@
3232

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

35-
# remove class_alias code
36-
s.replace(
37-
"src/V*/**/*.php",
38-
r"^// Adding a class alias for backwards compatibility with the previous class name.$"
39-
+ "\n"
40-
+ r"^class_alias\(.*\);$"
41-
+ "\n",
42-
'')
43-
4435
# format generated clients
4536
subprocess.run([
4637
'npm',

‎AdvisoryNotifications/owlbot.py‎

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,6 @@
3232

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

35-
# remove class_alias code
36-
s.replace(
37-
"src/V*/**/*.php",
38-
r"^// Adding a class alias for backwards compatibility with the previous class name.$"
39-
+ "\n"
40-
+ r"^class_alias\(.*\);$"
41-
+ "\n",
42-
'')
43-
4435
# format generated clients
4536
subprocess.run([
4637
'npm',

‎AiPlatform/owlbot.py‎

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,6 @@
3838
"\$arr->count\(\)",
3939
"count($arr)")
4040

41-
# remove class_alias code
42-
s.replace(
43-
"src/V*/**/*.php",
44-
r"^// Adding a class alias for backwards compatibility with the previous class name.$"
45-
+ "\n"
46-
+ r"^class_alias\(.*\);$"
47-
+ "\n",
48-
'')
49-
5041
# format generated clients
5142
subprocess.run([
5243
'npm',

‎AlloyDb/owlbot.py‎

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,6 @@
3232

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

35-
# remove class_alias code
36-
s.replace(
37-
"src/V*/**/*.php",
38-
r"^// Adding a class alias for backwards compatibility with the previous class name.$"
39-
+ "\n"
40-
+ r"^class_alias\(.*\);$"
41-
+ "\n",
42-
'')
43-
4435
# format generated clients
4536
subprocess.run([
4637
'npm',

‎AnalyticsAdmin/owlbot.py‎

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,6 @@
3232

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

35-
# remove class_alias code
36-
s.replace(
37-
"src/V*/**/*.php",
38-
r"^// Adding a class alias for backwards compatibility with the previous class name.$"
39-
+ "\n"
40-
+ r"^class_alias\(.*\);$"
41-
+ "\n",
42-
'')
43-
4435
# format generated clients
4536
subprocess.run([
4637
'npm',

‎AnalyticsData/owlbot.py‎

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,6 @@
3232

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

35-
# remove class_alias code
36-
s.replace(
37-
"src/V*/**/*.php",
38-
r"^// Adding a class alias for backwards compatibility with the previous class name.$"
39-
+ "\n"
40-
+ r"^class_alias\(.*\);$"
41-
+ "\n",
42-
'')
43-
4435
# format generated clients
4536
subprocess.run([
4637
'npm',

‎ApiGateway/owlbot.py‎

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,6 @@
3232

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

35-
# remove class_alias code
36-
s.replace(
37-
"src/V*/**/*.php",
38-
r"^// Adding a class alias for backwards compatibility with the previous class name.$"
39-
+ "\n"
40-
+ r"^class_alias\(.*\);$"
41-
+ "\n",
42-
'')
43-
4435
# format generated clients
4536
subprocess.run([
4637
'npm',

0 commit comments

Comments
 (0)