Skip to content

Commit ae34afd

Browse files
committed
chore(config): add config to generate apiv1
1 parent ccd0205 commit ae34afd

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/.OwlBot.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ deep-remove-regex:
6767
- /compute/apiv1
6868
- /confidentialcomputing/apiv1
6969
- /confidentialcomputing/apiv1alpha1
70+
- /config/apiv1/
7071
- /contactcenterinsights/apiv1/
7172
- /container/apiv1/
7273
- /containeranalysis/apiv1beta1/
@@ -639,6 +640,8 @@ deep-copy-regex:
639640
dest: /
640641
- source: /google/cloud/confidentialcomputing/v1alpha1/cloud.google.com/go
641642
dest: /
643+
- source: /google/cloud/config/v1/cloud.google.com/go
644+
dest: /
642645
- source: /google/cloud/contactcenterinsights/v1/cloud.google.com/go
643646
dest: /
644647
- source: /google/container/v1/cloud.google.com/go

internal/postprocessor/config.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ modules:
3131
- commerce
3232
- compute
3333
- confidentialcomputing
34+
- config
3435
- contactcenterinsights
3536
- container
3637
- containeranalysis
@@ -431,6 +432,9 @@ service-configs:
431432
- input-directory: google/cloud/compute/v1
432433
service-config: compute_v1.yaml
433434
import-path: cloud.google.com/go/compute/apiv1
435+
- input-directory: google/cloud/config/v1
436+
service-config: config_v1.yaml
437+
import-path: cloud.google.com/go/config/apiv1
434438
- input-directory: google/cloud/contactcenterinsights/v1
435439
service-config: contactcenterinsights_v1.yaml
436440
import-path: cloud.google.com/go/contactcenterinsights/apiv1

0 commit comments

Comments
 (0)