Skip to content

Commit

Permalink
chore: generate streetview publish client (#10072)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahdietz authored Apr 30, 2024
1 parent 1d757c6 commit f537fdd
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -370,6 +370,7 @@ deep-remove-regex:
- /internal/generated/snippets/storage/control/apiv2/
- /internal/generated/snippets/storageinsights/apiv1/
- /internal/generated/snippets/storagetransfer/apiv1/
- /internal/generated/snippets/streetview/publish/apiv1/
- /internal/generated/snippets/support/apiv2/
- /internal/generated/snippets/talent/apiv4/
- /internal/generated/snippets/talent/apiv4beta1/
Expand Down Expand Up @@ -511,6 +512,7 @@ deep-remove-regex:
- /storage/internal/apiv2/
- /storageinsights/apiv1/
- /storagetransfer/apiv1/
- /streetview/publish/apiv1/
- /support/apiv2/
- /talent/apiv4/
- /talent/apiv4beta1/
Expand Down Expand Up @@ -1073,6 +1075,8 @@ deep-copy-regex:
dest: /
- source: /google/storagetransfer/v1/cloud.google.com/go
dest: /
- source: /google/streetview/publish/v1/cloud.google.com/go
dest: /
- source: /google/cloud/support/v2/cloud.google.com/go
dest: /
- source: /google/cloud/talent/v4/cloud.google.com/go
Expand Down
4 changes: 4 additions & 0 deletions internal/postprocessor/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ modules:
- storage
- storageinsights
- storagetransfer
- streetview
- support
- talent
- telcoautomation
Expand Down Expand Up @@ -1099,6 +1100,9 @@ service-configs:
- input-directory: google/storagetransfer/v1
service-config: storagetransfer_v1.yaml
import-path: cloud.google.com/go/storagetransfer/apiv1
- input-directory: google/streetview/publish/v1
service-config: streetviewpublish.yaml
import-path: cloud.google.com/go/streetview/publish/apiv1
# All entries below are clients that are not currently copied by owlbot. They
# explicitly express their import path for some code gen.
- input-directory: google/devtools/containeranalysis/v1beta1/grafeas
Expand Down

0 comments on commit f537fdd

Please sign in to comment.