Skip to content

Commit

Permalink
chore(all): auto-regenerate gapics (#7065)
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: https://togithub.com/googleapis/go-genproto/pull/941

Changes:

feat(shell): add CloudShellErrorCode.ENVIRONMENT_UNAVAILABLE enum value
  PiperOrigin-RevId: 489095106
  Source-Link: https://togithub.com/googleapis/googleapis/commit/0184330e57d223dee21501ff4c9a08e9624add47

feat(bigquery/datatransfer): added Location API methods docs: updated comments
  PiperOrigin-RevId: 489094434
  Source-Link: https://togithub.com/googleapis/googleapis/commit/71673d86fb33c0922826230de38f33ce132394a7

feat(notebooks): added UpdateRuntime, UpgradeRuntime, DiagnoseRuntime, DiagnoseInstance to v1 API feat: add Instance.reservation_affinity, nic_type, can_ip_forward to v1beta1 API feat: add IsInstanceUpgradeableResponse.upgrade_image to v1beta1 API feat: added Location and IAM methods fix: deprecate AcceleratorType.NVIDIA_TESLA_K80
  PiperOrigin-RevId: 489032946
  Source-Link: https://togithub.com/googleapis/googleapis/commit/1d21a86868139db06481cc2d2a6e8e2dc8f1800a

feat(memcache): maintenance schedules
  PiperOrigin-RevId: 489029238
  Source-Link: https://togithub.com/googleapis/googleapis/commit/7f891be94526fd0c9f75c85f7e89c092a731520f
  • Loading branch information
yoshi-automation committed Nov 17, 2022
1 parent e76bd7c commit 22ec3e3
Show file tree
Hide file tree
Showing 50 changed files with 11,006 additions and 3,517 deletions.
10 changes: 6 additions & 4 deletions bigquery/datatransfer/apiv1/data_transfer_client.go

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

154 changes: 89 additions & 65 deletions bigquery/datatransfer/apiv1/datatransferpb/datatransfer.pb.go

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

6 changes: 4 additions & 2 deletions bigquery/datatransfer/apiv1/datatransferpb/transfer.pb.go

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

2 changes: 1 addition & 1 deletion bigquery/go.mod
Expand Up @@ -13,7 +13,7 @@ require (
golang.org/x/sync v0.1.0
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
google.golang.org/api v0.103.0
google.golang.org/genproto v0.0.0-20221116193143-41c2ba794472
google.golang.org/genproto v0.0.0-20221117204609-8f9c96812029
google.golang.org/grpc v1.50.1
google.golang.org/protobuf v1.28.1
)
Expand Down
4 changes: 2 additions & 2 deletions bigquery/go.sum
Expand Up @@ -125,8 +125,8 @@ google.golang.org/appengine v1.6.7/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCID
google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc=
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc=
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013/go.mod h1:NbSheEEYHJ7i3ixzK3sjbqSGDJWnxyFXZblF3eUsNvo=
google.golang.org/genproto v0.0.0-20221116193143-41c2ba794472 h1:kIfItBRE5gkUKpH4H5lNGciZbka1JrmRli3ArqrKFkA=
google.golang.org/genproto v0.0.0-20221116193143-41c2ba794472/go.mod h1:rZS5c/ZVYMaOGBfO68GWtjOw/eLaZM1X6iVtgjZ+EWg=
google.golang.org/genproto v0.0.0-20221117204609-8f9c96812029 h1:zS8DNtiDX68/osEpazR86KM1vnDELdnRgpK6/fwlQTs=
google.golang.org/genproto v0.0.0-20221117204609-8f9c96812029/go.mod h1:rZS5c/ZVYMaOGBfO68GWtjOw/eLaZM1X6iVtgjZ+EWg=
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg=
google.golang.org/grpc v1.25.1/go.mod h1:c3i+UQWmh7LiEpx4sFZnkU36qjEYZ0imhYfXVyQciAY=
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -13,7 +13,7 @@ require (
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
google.golang.org/api v0.103.0
google.golang.org/genproto v0.0.0-20221116193143-41c2ba794472
google.golang.org/genproto v0.0.0-20221117204609-8f9c96812029
google.golang.org/grpc v1.50.1
google.golang.org/protobuf v1.28.1
)
Expand Down

0 comments on commit 22ec3e3

Please sign in to comment.