Skip to content

Commit

Permalink
chore: start generating memorystore v1 (#11294)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 691873596
  • Loading branch information
codyoss authored Dec 16, 2024
1 parent 7d93114 commit 8e44a41
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 @@ -298,6 +298,7 @@ deep-remove-regex:
- /internal/generated/snippets/mediatranslation/apiv1beta1/
- /internal/generated/snippets/memcache/apiv1/
- /internal/generated/snippets/memcache/apiv1beta2/
- /internal/generated/snippets/memorystore/apiv1/
- /internal/generated/snippets/metastore/apiv1/
- /internal/generated/snippets/metastore/apiv1alpha/
- /internal/generated/snippets/metastore/apiv1beta/
Expand Down Expand Up @@ -447,6 +448,7 @@ deep-remove-regex:
- /mediatranslation/apiv1beta1/
- /memcache/apiv1/
- /memcache/apiv1beta2/
- /memorystore/apiv1/
- /metastore/apiv1/
- /metastore/apiv1alpha/
- /metastore/apiv1beta/
Expand Down Expand Up @@ -946,6 +948,8 @@ deep-copy-regex:
dest: /
- source: /google/cloud/memcache/v1beta2/cloud.google.com/go
dest: /
- source: /google/cloud/memorystore/v1/cloud.google.com/go
dest: /
- source: /google/cloud/metastore/v1/cloud.google.com/go
dest: /
- source: /google/cloud/metastore/v1alpha/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 @@ -89,6 +89,7 @@ modules:
- maps
- mediatranslation
- memcache
- memorystore
- metastore
- migrationcenter
- monitoring
Expand Down Expand Up @@ -675,6 +676,9 @@ service-configs:
- input-directory: google/cloud/memcache/v1beta2
service-config: memcache_v1beta2.yaml
import-path: cloud.google.com/go/memcache/apiv1beta2
- input-directory: google/cloud/memorystore/v1
service-config: memorystore_v1.yaml
import-path: cloud.google.com/go/memorystore/apiv1
- input-directory: google/cloud/metastore/v1
service-config: metastore_v1.yaml
import-path: cloud.google.com/go/metastore/apiv1
Expand Down

0 comments on commit 8e44a41

Please sign in to comment.