Skip to content

Commit 22ec3e3

Browse files
chore(all): auto-regenerate gapics (#7065)
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
1 parent e76bd7c commit 22ec3e3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+11006
-3517
lines changed

β€Žbigquery/datatransfer/apiv1/data_transfer_client.go

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žbigquery/datatransfer/apiv1/datatransferpb/datatransfer.pb.go

Lines changed: 89 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žbigquery/datatransfer/apiv1/datatransferpb/transfer.pb.go

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žbigquery/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
golang.org/x/sync v0.1.0
1414
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
1515
google.golang.org/api v0.103.0
16-
google.golang.org/genproto v0.0.0-20221116193143-41c2ba794472
16+
google.golang.org/genproto v0.0.0-20221117204609-8f9c96812029
1717
google.golang.org/grpc v1.50.1
1818
google.golang.org/protobuf v1.28.1
1919
)

β€Žbigquery/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ google.golang.org/appengine v1.6.7/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCID
125125
google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc=
126126
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc=
127127
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013/go.mod h1:NbSheEEYHJ7i3ixzK3sjbqSGDJWnxyFXZblF3eUsNvo=
128-
google.golang.org/genproto v0.0.0-20221116193143-41c2ba794472 h1:kIfItBRE5gkUKpH4H5lNGciZbka1JrmRli3ArqrKFkA=
129-
google.golang.org/genproto v0.0.0-20221116193143-41c2ba794472/go.mod h1:rZS5c/ZVYMaOGBfO68GWtjOw/eLaZM1X6iVtgjZ+EWg=
128+
google.golang.org/genproto v0.0.0-20221117204609-8f9c96812029 h1:zS8DNtiDX68/osEpazR86KM1vnDELdnRgpK6/fwlQTs=
129+
google.golang.org/genproto v0.0.0-20221117204609-8f9c96812029/go.mod h1:rZS5c/ZVYMaOGBfO68GWtjOw/eLaZM1X6iVtgjZ+EWg=
130130
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
131131
google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg=
132132
google.golang.org/grpc v1.25.1/go.mod h1:c3i+UQWmh7LiEpx4sFZnkU36qjEYZ0imhYfXVyQciAY=

β€Žgo.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
1414
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
1515
google.golang.org/api v0.103.0
16-
google.golang.org/genproto v0.0.0-20221116193143-41c2ba794472
16+
google.golang.org/genproto v0.0.0-20221117204609-8f9c96812029
1717
google.golang.org/grpc v1.50.1
1818
google.golang.org/protobuf v1.28.1
1919
)

0 commit comments

Comments
 (0)