Skip to content

Commit

Permalink
chore(policytroubleshooter/iam): add config to generate apiv3 (#8436)
Browse files Browse the repository at this point in the history
  • Loading branch information
quartzmo authored Aug 17, 2023
1 parent 2a1455d commit 9a0c631
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 @@ -276,6 +276,7 @@ deep-remove-regex:
- /internal/generated/snippets/phishingprotection/apiv1beta1/
- /internal/generated/snippets/policysimulator/apiv1/
- /internal/generated/snippets/policytroubleshooter/apiv1/
- /internal/generated/snippets/policytroubleshooter/iam/apiv3/
- /internal/generated/snippets/privatecatalog/apiv1beta1/
- /internal/generated/snippets/pubsub/apiv1/
- /internal/generated/snippets/pubsublite/apiv1/
Expand Down Expand Up @@ -393,6 +394,7 @@ deep-remove-regex:
- /phishingprotection/apiv1beta1/
- /policysimulator/apiv1/
- /policytroubleshooter/apiv1/
- /policytroubleshooter/iam/apiv3/
- /privatecatalog/apiv1beta1/
- /pubsub/apiv1/
- /pubsublite/apiv1/
Expand Down Expand Up @@ -827,6 +829,8 @@ deep-copy-regex:
dest: /
- source: /google/cloud/policysimulator/v1/cloud.google.com/go
dest: /
- source: /google/cloud/policytroubleshooter/iam/v3/cloud.google.com/go
dest: /
- source: /google/cloud/policytroubleshooter/v1/cloud.google.com/go
dest: /
- source: /google/cloud/privatecatalog/v1beta1/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 @@ -654,6 +654,9 @@ service-configs:
- input-directory: google/cloud/policysimulator/v1
service-config: policysimulator_v1.yaml
import-path: cloud.google.com/go/policysimulator/apiv1
- input-directory: google/cloud/policytroubleshooter/iam/v3
service-config: policytroubleshooter_v3.yaml
import-path: cloud.google.com/go/policytroubleshooter/iam/apiv3
- input-directory: google/cloud/policytroubleshooter/v1
service-config: policytroubleshooter_v1.yaml
import-path: cloud.google.com/go/policytroubleshooter/apiv1
Expand Down

0 comments on commit 9a0c631

Please sign in to comment.