Commit ae34afd 1 parent ccd0205 commit ae34afd Copy full SHA for ae34afd
File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ deep-remove-regex:
67
67
- /compute/apiv1
68
68
- /confidentialcomputing/apiv1
69
69
- /confidentialcomputing/apiv1alpha1
70
+ - /config/apiv1/
70
71
- /contactcenterinsights/apiv1/
71
72
- /container/apiv1/
72
73
- /containeranalysis/apiv1beta1/
@@ -639,6 +640,8 @@ deep-copy-regex:
639
640
dest : /
640
641
- source : /google/cloud/confidentialcomputing/v1alpha1/cloud.google.com/go
641
642
dest : /
643
+ - source : /google/cloud/config/v1/cloud.google.com/go
644
+ dest : /
642
645
- source : /google/cloud/contactcenterinsights/v1/cloud.google.com/go
643
646
dest : /
644
647
- source : /google/container/v1/cloud.google.com/go
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ modules:
31
31
- commerce
32
32
- compute
33
33
- confidentialcomputing
34
+ - config
34
35
- contactcenterinsights
35
36
- container
36
37
- containeranalysis
@@ -431,6 +432,9 @@ service-configs:
431
432
- input-directory : google/cloud/compute/v1
432
433
service-config : compute_v1.yaml
433
434
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
434
438
- input-directory : google/cloud/contactcenterinsights/v1
435
439
service-config : contactcenterinsights_v1.yaml
436
440
import-path : cloud.google.com/go/contactcenterinsights/apiv1
You can’t perform that action at this time.
0 commit comments