Skip to content

Commit 8e91ed1

Browse files
chore(all): auto-regenerate gapics (#5427)
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#750 Changes: feat(dataflow): new parameters in FlexTemplateRuntimeEnvironment fix: added google.api.http annotations to RPCs Committer: @alexander-fenster PiperOrigin-RevId: 425662603 Source-Link: googleapis/googleapis@9d0fe54 feat(securitycenter): Release the access field in the v1 finding proto, which represents an access event tied to the finding docs: added more clarification around what event_time means on a v1 finding PiperOrigin-RevId: 425659764 Source-Link: googleapis/googleapis@fa6793b feat!(storage/internal): Update definition of RewriteObjectRequest to bring to parity with JSON API support PiperOrigin-RevId: 425656197 Source-Link: googleapis/googleapis@903e011
1 parent 4b3d0d0 commit 8e91ed1

24 files changed

Lines changed: 96 additions & 65 deletions

File tree

compute/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/googleapis/gax-go/v2 v2.1.1
99
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
1010
google.golang.org/api v0.66.0
11-
google.golang.org/genproto v0.0.0-20220201184016-50beb8ab5c44
11+
google.golang.org/genproto v0.0.0-20220202230416-2a053f022f0d
1212
google.golang.org/grpc v1.40.1
1313
google.golang.org/protobuf v1.27.1
1414
)

compute/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,8 +506,8 @@ google.golang.org/genproto v0.0.0-20211206160659-862468c7d6e0/go.mod h1:5CzLGKJ6
506506
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc=
507507
google.golang.org/genproto v0.0.0-20211221195035-429b39de9b1c/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc=
508508
google.golang.org/genproto v0.0.0-20220114231437-d2e6a121cae0/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc=
509-
google.golang.org/genproto v0.0.0-20220201184016-50beb8ab5c44 h1:0UVUC7VWA/mIU+5a4hVWH6xa234gLcRX8ZcrFKmWWKA=
510-
google.golang.org/genproto v0.0.0-20220201184016-50beb8ab5c44/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc=
509+
google.golang.org/genproto v0.0.0-20220202230416-2a053f022f0d h1:My3SknEgMxMbQeOp4Onz8T696iNcOYHJC/E7Dx+RDjc=
510+
google.golang.org/genproto v0.0.0-20220202230416-2a053f022f0d/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc=
511511
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
512512
google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38=
513513
google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM=

dataflow/apiv1beta3/doc.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dataflow/apiv1beta3/flex_templates_client.go

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

dataflow/apiv1beta3/jobs_v1_beta3_client.go

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

dataflow/apiv1beta3/messages_v1_beta3_client.go

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

dataflow/apiv1beta3/metrics_v1_beta3_client.go

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

dataflow/apiv1beta3/snapshots_v1_beta3_client.go

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

dataflow/apiv1beta3/templates_client.go

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

dataflow/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ go 1.16
55
require (
66
cloud.google.com/go v0.100.2
77
github.com/googleapis/gax-go/v2 v2.1.1
8-
google.golang.org/api v0.65.0
9-
google.golang.org/genproto v0.0.0-20220118154757-00ab72f36ad5
8+
google.golang.org/api v0.66.0
9+
google.golang.org/genproto v0.0.0-20220201184016-50beb8ab5c44
1010
google.golang.org/grpc v1.40.1
1111
google.golang.org/protobuf v1.27.1
1212
)

0 commit comments

Comments
 (0)