Skip to content

Commit

Permalink
chore(shopping/merchant/conversions): add config to generate apiv1beta (
Browse files Browse the repository at this point in the history
#10017)

PiperOrigin-RevId: 626046772
  • Loading branch information
quartzmo authored Apr 22, 2024
1 parent 979ce94 commit c0567aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/.OwlBot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -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/
Expand Down Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions internal/postprocessor/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0567aa

Please sign in to comment.