Skip to content

Commit

Permalink
feat: [google-cloud-service-management] Support local binding for var…
Browse files Browse the repository at this point in the history
…iables with keyword name collision (#13034)

BEGIN_COMMIT_OVERRIDE
feat: Support local binding for variables with keyword name collision
END_COMMIT_OVERRIDE
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 667703338

Source-Link:
googleapis/googleapis@ec38267

Source-Link:
googleapis/googleapis-gen@5d929e3
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXNlcnZpY2UtbWFuYWdlbWVudC8uT3dsQm90LnlhbWwiLCJoIjoiNWQ5MjllM2RjZTVhZTFlZTBkYzdlNDVkZjBjNzk3Nzk2YjU1YjJlZSJ9

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Sep 3, 2024
1 parent 957778b commit c54700d
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9286,7 +9286,10 @@ def test_create_service_config_rest(request_type):
},
"cpp_settings": {"common": {}},
"php_settings": {"common": {}},
"python_settings": {"common": {}},
"python_settings": {
"common": {},
"experimental_features": {"rest_async_io_enabled": True},
},
"node_settings": {"common": {}},
"dotnet_settings": {
"common": {},
Expand Down

0 comments on commit c54700d

Please sign in to comment.