Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(support): add config to generate apiv2 #7875

Merged
merged 2 commits into from May 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/.OwlBot.yaml
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
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
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
Expand Up @@ -321,6 +321,9 @@
"talent": {
"component": "talent"
},
"support": {
"component": "support"
},
"texttospeech": {
"component": "texttospeech"
},
Expand Down