Skip to content

Commit

Permalink
chore(all): auto-regenerate gapics (#3678)
Browse files Browse the repository at this point in the history
This is an auto-generated regeneration of the gapic clients by
cloud.google.com/go/internal/gapicgen. Once the corresponding genproto PR is
submitted, genbot will update this PR with a newer dependency to the newer
version of genproto and assign reviewers to this PR.

If you have been assigned to review this PR, please:

- Ensure that the version of genproto in go.mod has been updated.
- Ensure that CI is passing. If it's failing, it requires your manual attention.
- Approve and submit this PR if you believe it's ready to ship.

Corresponding genproto PR: googleapis/go-genproto#528

Changes:

fix(orgpolicy): Fix constraint resource pattern annotation
  PiperOrigin-RevId: 355915985
  Source-Link: googleapis/googleapis@35ce99f

chore(dialogflow/cx): re-enable python generation for dialogflow cx.
  PiperOrigin-RevId: 355906816
  Source-Link: googleapis/googleapis@254325e

build(binaryauthorization): provide hint for npm
  PiperOrigin-RevId: 355861863
  Source-Link: googleapis/googleapis@123cdc6

fix(errorreporting): Update bazel builds for ER client libraries.
  PiperOrigin-RevId: 355832930
  Source-Link: googleapis/googleapis@4085904

build(accessapproval): add package name to BUILD file for nodejs-access-approval
  PiperOrigin-RevId: 355768486
  Source-Link: googleapis/googleapis@53dd6b5

build(managedidentities): change package name to correct name
  PiperOrigin-RevId: 355768415
  Source-Link: googleapis/googleapis@bc89fd9

build(networkconnectivity): change package name to correct name
  PiperOrigin-RevId: 355768365
  Source-Link: googleapis/googleapis@bb17e41

build(domains): add package name for npm
  PiperOrigin-RevId: 355707258
  Source-Link: googleapis/googleapis@856e4b4

build(retail): add package-name for npm
  PiperOrigin-RevId: 355707039
  Source-Link: googleapis/googleapis@d525992

feat(networkconnectivity): Add state field in resources docs: Minor changes
  PiperOrigin-RevId: 355488930
  Source-Link: googleapis/googleapis@5e27c5c
  • Loading branch information
yoshi-automation authored Feb 7, 2021
1 parent 324f4b5 commit e994297
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion admin/database/apiv1/doc.go

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

2 changes: 1 addition & 1 deletion admin/instance/apiv1/doc.go

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

2 changes: 1 addition & 1 deletion apiv1/doc.go

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

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
golang.org/x/tools v0.1.0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
google.golang.org/api v0.39.0
google.golang.org/genproto v0.0.0-20210204154452-deb828366460
google.golang.org/genproto v0.0.0-20210207032614-bba0dbe2a9ea
google.golang.org/grpc v1.35.0
google.golang.org/protobuf v1.25.0
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -516,8 +516,8 @@ google.golang.org/genproto v0.0.0-20201201144952-b05cb90ed32e/go.mod h1:FWY/as6D
google.golang.org/genproto v0.0.0-20201210142538-e3217bee35cc/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
google.golang.org/genproto v0.0.0-20201214200347-8c77b98c765d/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
google.golang.org/genproto v0.0.0-20210108203827-ffc7fda8c3d7/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
google.golang.org/genproto v0.0.0-20210204154452-deb828366460 h1:pvsg2TgyP8bWrYqyL10tbNHu5KypD5DWJPrCjaTkwZA=
google.golang.org/genproto v0.0.0-20210204154452-deb828366460/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
google.golang.org/genproto v0.0.0-20210207032614-bba0dbe2a9ea h1:N98SvVh7Hdle2lgUVFuIkf0B3u29CUakMUQa7Hwz8Wc=
google.golang.org/genproto v0.0.0-20210207032614-bba0dbe2a9ea/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38=
google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM=
Expand Down

0 comments on commit e994297

Please sign in to comment.