We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cac659 commit 502b629Copy full SHA for 502b629
1 file changed
LongRunning/owlbot.py
@@ -41,12 +41,6 @@
41
version_string="longrunning",
42
)
43
44
-# Add an alias for the previous namespace
45
-s.replace(
46
- "src/LongRunning/OperationsClient.php",
47
- r"^}$\n",
48
- r"}\n\nclass_alias('Google\\LongRunning\\OperationsClient', 'Google\\ApiCore\\LongRunning\\OperationsClient');\n")
49
-
50
### [START] protoc backwards compatibility fixes
51
52
# roll back to private properties.
0 commit comments