From 669eed57e11ebbeaca2e83c8076c173a3914e3ac Mon Sep 17 00:00:00 2001 From: ohmayr Date: Fri, 30 Aug 2024 21:28:45 +0000 Subject: [PATCH] feat: update service config to include python opt feature --- schema/google/showcase/v1beta1/showcase_v1beta1.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/schema/google/showcase/v1beta1/showcase_v1beta1.yaml b/schema/google/showcase/v1beta1/showcase_v1beta1.yaml index a28ee5b2f..690841e5f 100644 --- a/schema/google/showcase/v1beta1/showcase_v1beta1.yaml +++ b/schema/google/showcase/v1beta1/showcase_v1beta1.yaml @@ -89,3 +89,8 @@ publishing: auto_populated_fields: - request_id - other_request_id + library_settings: + - version: google.showcase.v1beta1 + python_settings: + experimental_features: + rest_async_io_enabled: true \ No newline at end of file