Skip to content

Commit 9513cc2

Browse files
chore(all): auto-regenerate gapics (#3758)
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#543 Changes: chore(apigateway): Set namespaces for Ruby, PHP, and C# clients PiperOrigin-RevId: 360255957 Source-Link: googleapis/googleapis@7f8b19b feat(channel): addition of billing_account field on Plan. docs: clarification that valid address lines are required for all customers. PiperOrigin-RevId: 359869792 Source-Link: googleapis/googleapis@c7b5032 feat(dialogflow/cx): allow to disable webhook invocation per request PiperOrigin-RevId: 359860671 Source-Link: googleapis/googleapis@718eadc
1 parent 3dee40e commit 9513cc2

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

admin/database/apiv1/doc.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admin/instance/apiv1/doc.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apiv1/doc.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
golang.org/x/sys v0.0.0-20210225134936-a50acf3fe073 // indirect
1212
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
1313
google.golang.org/api v0.40.0
14-
google.golang.org/genproto v0.0.0-20210226172003-ab064af71705
14+
google.golang.org/genproto v0.0.0-20210302174412-5ede27ff9881
1515
google.golang.org/grpc v1.36.0
1616
google.golang.org/protobuf v1.25.0
1717
)

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,8 @@ google.golang.org/genproto v0.0.0-20201201144952-b05cb90ed32e/go.mod h1:FWY/as6D
396396
google.golang.org/genproto v0.0.0-20201210142538-e3217bee35cc/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
397397
google.golang.org/genproto v0.0.0-20201214200347-8c77b98c765d/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
398398
google.golang.org/genproto v0.0.0-20210222152913-aa3ee6e6a81c/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
399-
google.golang.org/genproto v0.0.0-20210226172003-ab064af71705 h1:PYBmACG+YEv8uQPW0r1kJj8tR+gkF0UWq7iFdUezwEw=
400-
google.golang.org/genproto v0.0.0-20210226172003-ab064af71705/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
399+
google.golang.org/genproto v0.0.0-20210302174412-5ede27ff9881 h1:SYuy3hIRsBIROE0aZwsJZOEJNC/n9/p0FmLEU9C31AE=
400+
google.golang.org/genproto v0.0.0-20210302174412-5ede27ff9881/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
401401
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
402402
google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38=
403403
google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM=

0 commit comments

Comments
 (0)