Skip to content

Commit cf89415

Browse files
authored
chore: start generating proto stubs (#7028)
Changes: feat(pubsub): start generating proto stubs feat(pubsublite): start generating proto stubs
1 parent 41f446f commit cf89415

File tree

9 files changed

+18121
-2
lines changed

9 files changed

+18121
-2
lines changed

internal/aliasfix/mappings.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ var GenprotoPkgMigration map[string]Pkg = map[string]Pkg{
480480
},
481481
"google.golang.org/genproto/googleapis/cloud/pubsublite/v1": {
482482
ImportPath: "cloud.google.com/go/pubsublite/apiv1/pubsublitepb",
483-
Status: StatusNotMigrated,
483+
Status: StatusInProgress,
484484
},
485485
"google.golang.org/genproto/googleapis/cloud/recaptchaenterprise/v1": {
486486
ImportPath: "cloud.google.com/go/recaptchaenterprise/v2/apiv1/recaptchaenterprisepb",
@@ -784,7 +784,7 @@ var GenprotoPkgMigration map[string]Pkg = map[string]Pkg{
784784
},
785785
"google.golang.org/genproto/googleapis/pubsub/v1": {
786786
ImportPath: "cloud.google.com/go/pubsub/apiv1/pubsubpb",
787-
Status: StatusNotMigrated,
787+
Status: StatusInProgress,
788788
},
789789
"google.golang.org/genproto/googleapis/spanner/admin/database/v1": {
790790
ImportPath: "cloud.google.com/go/spanner/admin/database/apiv1/databasepb",

0 commit comments

Comments
 (0)