From c0567aa7702d3abf9f4ef95762115a5e36a8ee8a Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Mon, 22 Apr 2024 10:57:03 -0600 Subject: [PATCH] chore(shopping/merchant/conversions): add config to generate apiv1beta (#10017) PiperOrigin-RevId: 626046772 --- .github/.OwlBot.yaml | 4 ++++ internal/postprocessor/config.yaml | 3 +++ 2 files changed, 7 insertions(+) diff --git a/.github/.OwlBot.yaml b/.github/.OwlBot.yaml index a8979fb886f5..0b018f0dfd1d 100644 --- a/.github/.OwlBot.yaml +++ b/.github/.OwlBot.yaml @@ -355,6 +355,7 @@ deep-remove-regex: - /internal/generated/snippets/serviceusage/apiv1/ - /internal/generated/snippets/shell/apiv1/ - /internal/generated/snippets/shopping/css/apiv1/ + - /internal/generated/snippets/shopping/merchant/conversions/v1beta/ - /internal/generated/snippets/shopping/merchant/notifications/v1beta/ - /internal/generated/snippets/shopping/merchant/quota/apiv1beta/ - /internal/generated/snippets/shopping/merchant/inventories/apiv1beta/ @@ -492,6 +493,7 @@ deep-remove-regex: - /serviceusage/apiv1/ - /shell/apiv1/ - /shopping/css/apiv1/ + - /shopping/merchant/conversions/apiv1beta/ - /shopping/merchant/notifications/apiv1beta/ - /shopping/merchant/quota/apiv1beta/ - /shopping/merchant/inventories/apiv1beta/ @@ -1035,6 +1037,8 @@ deep-copy-regex: dest: / - source: /google/shopping/css/v1/cloud.google.com/go dest: / + - source: /google/shopping/merchant/conversions/v1beta/cloud.google.com/go + dest: / - source: /google/shopping/merchant/notifications/v1beta/cloud.google.com/go dest: / - source: /google/shopping/merchant/quota/v1beta/cloud.google.com/go diff --git a/internal/postprocessor/config.yaml b/internal/postprocessor/config.yaml index d462662d5e78..978812e3cbf8 100644 --- a/internal/postprocessor/config.yaml +++ b/internal/postprocessor/config.yaml @@ -854,6 +854,9 @@ service-configs: - input-directory: google/shopping/css/v1 service-config: css_v1.yaml import-path: cloud.google.com/go/shopping/css/apiv1 + - input-directory: google/shopping/merchant/conversions/v1beta + service-config: merchantapi_v1beta.yaml + import-path: cloud.google.com/go/shopping/merchant/conversions/apiv1beta - input-directory: google/shopping/merchant/notifications/v1beta service-config: merchantapi_v1beta.yaml import-path: cloud.google.com/go/shopping/merchant/notifications/apiv1beta