Skip to content

Commit

Permalink
chore: start generating proto stubs (#7028)
Browse files Browse the repository at this point in the history
Changes:

feat(pubsub): start generating proto stubs

feat(pubsublite): start generating proto stubs
  • Loading branch information
codyoss committed Nov 17, 2022
1 parent 41f446f commit cf89415
Show file tree
Hide file tree
Showing 9 changed files with 18,121 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/aliasfix/mappings.go
Expand Up @@ -480,7 +480,7 @@ var GenprotoPkgMigration map[string]Pkg = map[string]Pkg{
},
"google.golang.org/genproto/googleapis/cloud/pubsublite/v1": {
ImportPath: "cloud.google.com/go/pubsublite/apiv1/pubsublitepb",
Status: StatusNotMigrated,
Status: StatusInProgress,
},
"google.golang.org/genproto/googleapis/cloud/recaptchaenterprise/v1": {
ImportPath: "cloud.google.com/go/recaptchaenterprise/v2/apiv1/recaptchaenterprisepb",
Expand Down Expand Up @@ -784,7 +784,7 @@ var GenprotoPkgMigration map[string]Pkg = map[string]Pkg{
},
"google.golang.org/genproto/googleapis/pubsub/v1": {
ImportPath: "cloud.google.com/go/pubsub/apiv1/pubsubpb",
Status: StatusNotMigrated,
Status: StatusInProgress,
},
"google.golang.org/genproto/googleapis/spanner/admin/database/v1": {
ImportPath: "cloud.google.com/go/spanner/admin/database/apiv1/databasepb",
Expand Down

0 comments on commit cf89415

Please sign in to comment.