Skip to content

Commit

Permalink
chore(commerce/consumer/procurement): add config to generate apiv1 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
quartzmo committed Jul 24, 2023
1 parent fd49db5 commit c77b1a7
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -60,6 +60,7 @@ deep-remove-regex:
- /cloudtasks/apiv2/
- /cloudtasks/apiv2beta2/
- /cloudtasks/apiv2beta3/
- /commerce/consumer/procurement/apiv1
- /compute/apiv1
- /confidentialcomputing/apiv1
- /confidentialcomputing/apiv1alpha1
Expand Down Expand Up @@ -172,6 +173,7 @@ deep-remove-regex:
- /internal/generated/snippets/cloudtasks/apiv2/
- /internal/generated/snippets/cloudtasks/apiv2beta2/
- /internal/generated/snippets/cloudtasks/apiv2beta3/
- /internal/generated/snippets/commerce/consumer/procurement/apiv1
- /internal/generated/snippets/compute/apiv1
- /internal/generated/snippets/confidentialcomputing/apiv1
- /internal/generated/snippets/confidentialcomputing/apiv1alpha1
Expand Down Expand Up @@ -608,6 +610,8 @@ deep-copy-regex:
dest: /
- source: /google/cloud/tasks/v2beta3/cloud.google.com/go
dest: /
- source: /google/cloud/commerce/consumer/procurement/v1/cloud.google.com/go
dest: /
- source: /google/cloud/compute/v1/cloud.google.com/go
dest: /
- source: /google/cloud/confidentialcomputing/v1/cloud.google.com/go
Expand Down
4 changes: 4 additions & 0 deletions internal/postprocessor/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ modules:
- cloudbuild
- clouddms
- cloudtasks
- commerce
- compute
- confidentialcomputing
- contactcenterinsights
Expand Down Expand Up @@ -413,6 +414,9 @@ service-configs:
- input-directory: google/cloud/clouddms/v1
service-config: datamigration_v1.yaml
import-path: cloud.google.com/go/clouddms/apiv1
- input-directory: google/cloud/commerce/consumer/procurement/v1
service-config: cloudcommerceconsumerprocurement_v1.yaml
import-path: cloud.google.com/go/commerce/consumer/procurement/apiv1
- input-directory: google/cloud/compute/v1
service-config: compute_v1.yaml
import-path: cloud.google.com/go/compute/apiv1
Expand Down

0 comments on commit c77b1a7

Please sign in to comment.