Skip to content

Commit

Permalink
chore(support): add config to generate apiv2 (#7875)
Browse files Browse the repository at this point in the history
  • Loading branch information
quartzmo committed May 3, 2023
1 parent aa8810d commit d661fe9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/.OwlBot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ deep-remove-regex:
- /ids/apiv1/
- /internal/generated/snippets/confidentialcomputing/apiv1
- /internal/generated/snippets/storageinsights/apiv1
- /internal/generated/snippets/support/apiv2
- /iot/apiv1/
- /kms/apiv1/
- /kms/inventory/apiv1/
Expand Down Expand Up @@ -197,6 +198,7 @@ deep-remove-regex:
- /storage/internal/apiv2/
- /storageinsights/apiv1/
- /storagetransfer/apiv1/
- /support/apiv2/
- /talent/apiv4/
- /talent/apiv4beta1/
- /texttospeech/apiv1/
Expand Down Expand Up @@ -651,6 +653,8 @@ deep-copy-regex:
dest: /
- source: /google/storagetransfer/v1/cloud.google.com/go/storagetransfer/apiv1
dest: /storagetransfer/apiv1
- source: /google/cloud/support/v2/cloud.google.com/go
dest: /
- source: /google/cloud/talent/v4/cloud.google.com/go/talent/apiv4
dest: /talent/apiv4
- source: /google/cloud/talent/v4beta1/cloud.google.com/go/talent/apiv4beta1
Expand Down
1 change: 1 addition & 0 deletions .release-please-manifest-submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
"speech": "1.15.0",
"storageinsights": "0.1.0",
"storagetransfer": "1.8.0",
"support": "0.0.0",
"talent": "1.5.0",
"texttospeech": "1.6.0",
"tpu": "1.5.0",
Expand Down
10 changes: 7 additions & 3 deletions internal/postprocessor/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ modules:
- storage
- storageinsights
- storagetransfer
- support
- talent
- texttospeech
- tpu
Expand Down Expand Up @@ -554,6 +555,12 @@ service-configs:
service-config: speech_v1p1beta1.yaml
- input-directory: google/cloud/speech/v2
service-config: speech_v2.yaml
- input-directory: google/cloud/storageinsights/v1
service-config: storageinsights_v1.yaml
import-path: cloud.google.com/go/storageinsights/apiv1
- input-directory: google/cloud/support/v2
service-config: cloudsupport_v2.yaml
import-path: cloud.google.com/go/support/apiv2
- input-directory: google/cloud/talent/v4
service-config: jobs_v4.yaml
- input-directory: google/cloud/talent/v4beta1
Expand Down Expand Up @@ -686,9 +693,6 @@ service-configs:
import-path: cloud.google.com/go/storage/internal/apiv2
- input-directory: google/storagetransfer/v1
service-config: storagetransfer_v1.yaml
- input-directory: google/cloud/storageinsights/v1
service-config: storageinsights_v1.yaml
import-path: cloud.google.com/go/storageinsights/apiv1
# All entries below are clients that are not currently copied by owlbot. They
# explicitly express thier import path for some code gen.
- input-directory: google/devtools/containeranalysis/v1beta1/grafeas
Expand Down
3 changes: 3 additions & 0 deletions release-please-config-yoshi-submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,9 @@
"talent": {
"component": "talent"
},
"support": {
"component": "support"
},
"texttospeech": {
"component": "texttospeech"
},
Expand Down

0 comments on commit d661fe9

Please sign in to comment.