Skip to content

Commit

Permalink
chore(apps/events/subscriptions): add config to generate apiv1 (#9443)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 607029780
  • Loading branch information
quartzmo committed Feb 21, 2024
1 parent c785dd6 commit 919e998
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 @@ -22,6 +22,7 @@ deep-remove-regex:
- /apigeeregistry/apiv1/
- /apikeys/apiv2/
- /appengine/apiv1/
- /apps/events/subscriptions/apiv1/
- /apps/meet/apiv2/
- /apps/meet/apiv2beta/
- /area120/tables/apiv1alpha1/
Expand Down Expand Up @@ -146,6 +147,7 @@ deep-remove-regex:
- /internal/generated/snippets/apigeeregistry/apiv1/
- /internal/generated/snippets/apikeys/apiv2/
- /internal/generated/snippets/appengine/apiv1/
- /internal/generated/snippets/apps/events/subscriptions/apiv1/
- /internal/generated/snippets/apps/meet/apiv2/
- /internal/generated/snippets/apps/meet/apiv2beta/
- /internal/generated/snippets/area120/tables/apiv1alpha1/
Expand Down Expand Up @@ -599,6 +601,8 @@ deep-copy-regex:
dest: /
- source: /google/appengine/v1/cloud.google.com/go
dest: /
- source: /google/apps/events/subscriptions/v1/cloud.google.com/go
dest: /
- source: /google/apps/meet/v2/cloud.google.com/go
dest: /
- source: /google/apps/meet/v2beta/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 @@ -290,6 +290,9 @@ service-configs:
- input-directory: google/appengine/v1
service-config: appengine_v1.yaml
import-path: cloud.google.com/go/appengine/apiv1
- input-directory: google/apps/events/subscriptions/v1
service-config: workspaceevents_v1.yaml
import-path: cloud.google.com/go/apps/events/subscriptions/apiv1
- input-directory: google/apps/meet/v2
service-config: meet_v2.yaml
import-path: cloud.google.com/go/apps/meet/apiv2
Expand Down

0 comments on commit 919e998

Please sign in to comment.