Skip to content

Commit d14d81a

Browse files
feat: Automated regeneration of run v2 client (googleapis#20393)
Auto-created at 2024-10-20 09:06:41 +0000 using the toys pull request generator.
1 parent e9fc962 commit d14d81a

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

generated/google-apis-run_v2/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-run_v2
22

3+
### v0.77.0 (2024-10-20)
4+
5+
* Regenerated from discovery document revision 20241011
6+
37
### v0.76.0 (2024-10-13)
48

59
* Regenerated from discovery document revision 20241004

generated/google-apis-run_v2/lib/google/apis/run_v2/classes.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2287,7 +2287,9 @@ class GoogleCloudRunV2Service
22872287
attr_accessor :ingress
22882288

22892289
# Optional. Disables IAM permission check for run.routes.invoke for callers of
2290-
# this service. This setting should not be used with external ingress.
2290+
# this service. This feature is available by invitation only. For more
2291+
# information, visit https://cloud.google.com/run/docs/securing/managing-access#
2292+
# invoker_check.
22912293
# Corresponds to the JSON property `invokerIamDisabled`
22922294
# @return [Boolean]
22932295
attr_accessor :invoker_iam_disabled

generated/google-apis-run_v2/lib/google/apis/run_v2/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module RunV2
1818
# Version of the google-apis-run_v2 gem
19-
GEM_VERSION = "0.76.0"
19+
GEM_VERSION = "0.77.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.15.1"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20241004"
25+
REVISION = "20241011"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)