Skip to content

Commit

Permalink
chore(storageinsights): add config to generate apiv1 (#7850)
Browse files Browse the repository at this point in the history
  • Loading branch information
quartzmo authored Apr 27, 2023
1 parent e4b3bbc commit f77ca9e
Show file tree
Hide file tree
Showing 4 changed files with 11 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 @@ -112,6 +112,7 @@ deep-remove-regex:
- /iam/credentials/apiv1/
- /iap/apiv1/
- /ids/apiv1/
- /internal/generated/snippets/storageinsights/apiv1
- /iot/apiv1/
- /kms/apiv1/
- /kms/inventory/apiv1/
Expand Down Expand Up @@ -192,6 +193,7 @@ deep-remove-regex:
- /speech/apiv1p1beta1/
- /speech/apiv2/
- /storage/internal/apiv2/
- /storageinsights/apiv1/
- /storagetransfer/apiv1/
- /talent/apiv4/
- /talent/apiv4beta1/
Expand Down Expand Up @@ -641,6 +643,8 @@ deep-copy-regex:
dest: /speech/apiv2
- source: /google/storage/v2/cloud.google.com/go/storage/internal/apiv2
dest: /storage/internal/apiv2
- source: /google/storageinsights/v1/cloud.google.com/go/
dest: /
- source: /google/storagetransfer/v1/cloud.google.com/go/storagetransfer/apiv1
dest: /storagetransfer/apiv1
- source: /google/cloud/talent/v4/cloud.google.com/go/talent/apiv4
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 @@ -102,6 +102,7 @@
"serviceusage": "1.6.0",
"shell": "1.6.0",
"speech": "1.15.0",
"storageinsights": "0.0.0",
"storagetransfer": "1.8.0",
"talent": "1.5.0",
"texttospeech": "1.6.0",
Expand Down
3 changes: 3 additions & 0 deletions internal/postprocessor/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ modules:
- spanner
- speech
- storage
- storageinsights
- storagetransfer
- talent
- texttospeech
Expand Down Expand Up @@ -679,6 +680,8 @@ service-configs:
import-path: cloud.google.com/go/storage/internal/apiv2
- input-directory: google/storagetransfer/v1
service-config: storagetransfer_v1.yaml
- input-directory: google/storageinsights/v1
service-config: storageinsights_v1.yaml
# 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 @@ -312,6 +312,9 @@
"speech": {
"component": "speech"
},
"storageinsights": {
"component": "storageinsights"
},
"storagetransfer": {
"component": "storagetransfer"
},
Expand Down

0 comments on commit f77ca9e

Please sign in to comment.