Skip to content

Commit

Permalink
all: regen
Browse files Browse the repository at this point in the history
Brings in the gensupport -> internal/gensupport change.

Change-Id: I017d213d65b6ccbd5c304d9a4c9fd5fe56b273f7
Reviewed-on: https://code-review.googlesource.com/c/google-api-go-client/+/45152
Reviewed-by: Tyler Bui-Palsulich <tbp@google.com>
  • Loading branch information
jeanbza committed Sep 11, 2019
1 parent 326e17a commit a93ff9f
Show file tree
Hide file tree
Showing 298 changed files with 14,592 additions and 7,784 deletions.
6 changes: 3 additions & 3 deletions abusiveexperiencereport/v1/abusiveexperiencereport-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions acceleratedmobilepageurl/v1/acceleratedmobilepageurl-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 19 additions & 19 deletions accessapproval/v1beta1/accessapproval-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 20 additions & 20 deletions accesscontextmanager/v1/accesscontextmanager-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 comments on commit a93ff9f

@h8liu
Copy link

@h8liu h8liu commented on a93ff9f Sep 11, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there are several external usages of gensupport. For example:

cloud.google.com/go/translate/internal/translate/v2
cloud.google.com/go/trace

this move breaks the build of these packages.

@jeanbza
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there are several external usages of gensupport. For example:

cloud.google.com/go/translate/internal/translate/v2
cloud.google.com/go/trace

this move breaks the build of these packages.

TIL. Thanks. Fixing.

Please sign in to comment.