Skip to content

Commit

Permalink
chore(shopping/merchant/quota): add config to generate apiv1beta (#9742)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 616092500
  • Loading branch information
quartzmo committed Apr 10, 2024
1 parent 562defd commit 7fbdd8c
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 @@ -351,6 +351,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/quota/apiv1beta/
- /internal/generated/snippets/shopping/merchant/inventories/apiv1beta/
- /internal/generated/snippets/shopping/merchant/reports/apiv1beta/
- /internal/generated/snippets/spanner/admin/database/apiv1/
Expand Down Expand Up @@ -485,6 +486,7 @@ deep-remove-regex:
- /serviceusage/apiv1/
- /shell/apiv1/
- /shopping/css/apiv1/
- /shopping/merchant/quota/apiv1beta/
- /shopping/merchant/inventories/apiv1beta/
- /shopping/merchant/reports/apiv1beta/
- /shopping/type/
Expand Down Expand Up @@ -1021,6 +1023,8 @@ deep-copy-regex:
dest: /
- source: /google/shopping/css/v1/cloud.google.com/go
dest: /
- source: /google/shopping/merchant/quota/v1beta/cloud.google.com/go
dest: /
- source: /google/shopping/merchant/inventories/v1beta/cloud.google.com/go
dest: /
- source: /google/shopping/merchant/reports/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 @@ -846,6 +846,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/quota/v1beta
service-config: merchantapi_v1beta.yaml
import-path: cloud.google.com/go/shopping/merchant/quota/apiv1beta
- input-directory: google/shopping/merchant/inventories/v1beta
service-config: merchantapi_v1beta.yaml
import-path: cloud.google.com/go/shopping/merchant/inventories/apiv1beta
Expand Down

0 comments on commit 7fbdd8c

Please sign in to comment.