google-apis-run_v2 0.74.0 → 0.75.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4c76c016b609086ee33f0bb83e99d1cefba4e205798d1c980880d6f91844b472
4
- data.tar.gz: 5b815d2ed0c14cefd52cbbfd9e5858fd08dc0652fc6b49494e50d5b4be6a8b5a
3
+ metadata.gz: c9750870e043a6ca6e0cf3d25f26ddaff76927e22d3a25844904a6d9c5755e5e
4
+ data.tar.gz: e8ae29b5e5968f23887a585e521b9fe1712d27b6204390c139552250a8fb0173
5
5
  SHA512:
6
- metadata.gz: ecddfedcf800ebc8849d26b974657d665af934f0b5266703ae6cc8412409387513fbc7ed347a718caa1e77537b9cf01dd7ed6f063d12b5e8f1a14d0eb13829e0
7
- data.tar.gz: 248d549f8e4f919666dbdb309ac9df2c083f4c59fb92e3469091bf075f1ae9d7ee8a52a9592e80eecdefbb4930613c0e9fb8e2bc04e9843f193c845ded4f71e8
6
+ metadata.gz: 97612878d410a47b093df365fe5258c7e8efced14d453cd519eb7ea16db924fc8ccfacd8ade237c394dfcd2778ceacf362e5dce966d090e29d924de1280d597d
7
+ data.tar.gz: 7067a738127de7f436fbafdc6d58d163f3c5832125c9b562f52ddee8a69dcf895667ac34d9b5cc1195819749834505c9e29eb801cfaf8ad100a878bfafa7d5f3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-run_v2
2
2
 
3
+ ### v0.75.0 (2024-10-06)
4
+
5
+ * Regenerated from discovery document revision 20240927
6
+
3
7
  ### v0.74.0 (2024-09-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20240916
@@ -2286,6 +2286,13 @@ module Google
2286
2286
  # @return [String]
2287
2287
  attr_accessor :ingress
2288
2288
 
2289
+ # Optional. Disables IAM permission check for run.routes.invoke for callers of
2290
+ # this service. This setting should not be used with external ingress.
2291
+ # Corresponds to the JSON property `invokerIamDisabled`
2292
+ # @return [Boolean]
2293
+ attr_accessor :invoker_iam_disabled
2294
+ alias_method :invoker_iam_disabled?, :invoker_iam_disabled
2295
+
2289
2296
  # Optional. Unstructured key value map that can be used to organize and
2290
2297
  # categorize objects. User-provided labels are shared with Google's billing
2291
2298
  # system, so they can be used to filter, or break down billing charges by team,
@@ -2446,6 +2453,7 @@ module Google
2446
2453
  @expire_time = args[:expire_time] if args.key?(:expire_time)
2447
2454
  @generation = args[:generation] if args.key?(:generation)
2448
2455
  @ingress = args[:ingress] if args.key?(:ingress)
2456
+ @invoker_iam_disabled = args[:invoker_iam_disabled] if args.key?(:invoker_iam_disabled)
2449
2457
  @labels = args[:labels] if args.key?(:labels)
2450
2458
  @last_modifier = args[:last_modifier] if args.key?(:last_modifier)
2451
2459
  @latest_created_revision = args[:latest_created_revision] if args.key?(:latest_created_revision)
@@ -2495,7 +2503,7 @@ module Google
2495
2503
 
2496
2504
  # Optional. total min instances for the service. This number of instances is
2497
2505
  # divided among all revisions with specified traffic based on the percent of
2498
- # traffic they are receiving. (BETA)
2506
+ # traffic they are receiving.
2499
2507
  # Corresponds to the JSON property `minInstanceCount`
2500
2508
  # @return [Fixnum]
2501
2509
  attr_accessor :min_instance_count
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RunV2
18
18
  # Version of the google-apis-run_v2 gem
19
- GEM_VERSION = "0.74.0"
19
+ GEM_VERSION = "0.75.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240916"
25
+ REVISION = "20240927"
26
26
  end
27
27
  end
28
28
  end
@@ -1232,6 +1232,7 @@ module Google
1232
1232
  property :expire_time, as: 'expireTime'
1233
1233
  property :generation, :numeric_string => true, as: 'generation'
1234
1234
  property :ingress, as: 'ingress'
1235
+ property :invoker_iam_disabled, as: 'invokerIamDisabled'
1235
1236
  hash :labels, as: 'labels'
1236
1237
  property :last_modifier, as: 'lastModifier'
1237
1238
  property :latest_created_revision, as: 'latestCreatedRevision'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-run_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.74.0
4
+ version: 0.75.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-22 00:00:00.000000000 Z
11
+ date: 2024-10-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.74.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.75.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v2
63
63
  post_install_message:
64
64
  rdoc_options: []