Skip to content

Commit

Permalink
chore(cloudcontrolspartner): add config to generate apiv1 (#9548)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 612632640
  • Loading branch information
quartzmo committed Mar 11, 2024
1 parent 48614ab commit 3f4d7c2
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 @@ -66,6 +66,7 @@ deep-remove-regex:
- /channel/apiv1/
- /cloudbuild/apiv1/v2/
- /cloudbuild/apiv2/
- /cloudcontrolspartner/apiv1/
- /clouddms/apiv1/
- /cloudprofiler/apiv2/
- /cloudquotas/v1/
Expand Down Expand Up @@ -191,6 +192,7 @@ deep-remove-regex:
- /internal/generated/snippets/channel/apiv1/
- /internal/generated/snippets/cloudbuild/apiv1/v2/
- /internal/generated/snippets/cloudbuild/apiv2/
- /internal/generated/snippets/cloudcontrolspartner/apiv1/
- /internal/generated/snippets/clouddms/apiv1/
- /internal/generated/snippets/cloudprofiler/apiv2/
- /internal/generated/snippets/cloudquotas/apiv1/
Expand Down Expand Up @@ -683,6 +685,8 @@ deep-copy-regex:
dest: /
- source: /google/devtools/cloudbuild/v2/cloud.google.com/go
dest: /
- source: /google/cloud/cloudcontrolspartner/v1/cloud.google.com/go
dest: /
- source: /google/cloud/clouddms/v1/cloud.google.com/go
dest: /
- source: /google/devtools/cloudprofiler/v2/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:
- channel
- cloudbuild
- clouddms
- clouddms
- cloudprofiler
- cloudquotas
- cloudtasks
Expand Down Expand Up @@ -450,6 +451,9 @@ service-configs:
- input-directory: google/cloud/channel/v1
service-config: cloudchannel_v1.yaml
import-path: cloud.google.com/go/channel/apiv1
- input-directory: google/cloud/cloudcontrolspartner/v1
service-config: cloudcontrolspartner_v1.yaml
import-path: cloud.google.com/go/cloudcontrolspartner/apiv1
- input-directory: google/cloud/clouddms/v1
service-config: datamigration_v1.yaml
import-path: cloud.google.com/go/clouddms/apiv1
Expand Down

0 comments on commit 3f4d7c2

Please sign in to comment.