google-apis-run_v2 0.80.0 → 0.81.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cb1c7917e60e564a8cfc51d3c75c214f8b8aec2c75bcde95993996f3188e0e05
4
- data.tar.gz: 3dbe8ed269e1793d63b5836263dc75cfad52cf218d4b955f87f14ff9551e1a4b
3
+ metadata.gz: 5c52a198e5a0ae7d74390a926a66a99e53f9185f8d8b6684cb4b2d88ac52230a
4
+ data.tar.gz: a8128869dbc49b59ca82fbdb9ac36dc6c3f02d8f7f6ec625de76a3d63b883def
5
5
  SHA512:
6
- metadata.gz: ab185b8edc259e6b8ca32d048d81a15a625e1b7e5b13dc0567a721a39007e5096430a32b15b5131a264f4e9e95c3e2a0b68e1760168e8d7cd32c34c6fe1bc18d
7
- data.tar.gz: e2ddc93f62f4916b83226d50bdb379e5e101aaf834862d24d6bd8d5d9192acf8992b96ee8e10d9bcd459d5c122ce80541798c4042abfcee0f6e77bc3c1da6e09
6
+ metadata.gz: e8a576f7dda5e818916d627736e273cf5ca436d9a4904dc59e27978f51851438b08dadbd903772a7dc6b1b83f05f37dded8c9ed412c1c7099e67f1fed0d64970
7
+ data.tar.gz: b6a9f731deb6fa612942354df806e4be33eddf8fdcab2a0c250141898095f64924071f00614ae9eeca8a8f5e87eb90a6bf4a985958d1ec632f50c5bc57b55fd6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-run_v2
2
2
 
3
+ ### v0.81.0 (2024-12-22)
4
+
5
+ * Regenerated from discovery document revision 20241213
6
+
3
7
  ### v0.80.0 (2024-12-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20241206
@@ -2537,6 +2537,13 @@ module Google
2537
2537
  # @return [Fixnum]
2538
2538
  attr_accessor :manual_instance_count
2539
2539
 
2540
+ # Optional. total max instances for the service. This number of instances is
2541
+ # divided among all revisions with specified traffic based on the percent of
2542
+ # traffic they are receiving.
2543
+ # Corresponds to the JSON property `maxInstanceCount`
2544
+ # @return [Fixnum]
2545
+ attr_accessor :max_instance_count
2546
+
2540
2547
  # Optional. total min instances for the service. This number of instances is
2541
2548
  # divided among all revisions with specified traffic based on the percent of
2542
2549
  # traffic they are receiving.
@@ -2556,6 +2563,7 @@ module Google
2556
2563
  # Update properties of this object
2557
2564
  def update!(**args)
2558
2565
  @manual_instance_count = args[:manual_instance_count] if args.key?(:manual_instance_count)
2566
+ @max_instance_count = args[:max_instance_count] if args.key?(:max_instance_count)
2559
2567
  @min_instance_count = args[:min_instance_count] if args.key?(:min_instance_count)
2560
2568
  @scaling_mode = args[:scaling_mode] if args.key?(:scaling_mode)
2561
2569
  end
@@ -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.80.0"
19
+ GEM_VERSION = "0.81.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 = "20241206"
25
+ REVISION = "20241213"
26
26
  end
27
27
  end
28
28
  end
@@ -1274,6 +1274,7 @@ module Google
1274
1274
  # @private
1275
1275
  class Representation < Google::Apis::Core::JsonRepresentation
1276
1276
  property :manual_instance_count, as: 'manualInstanceCount'
1277
+ property :max_instance_count, as: 'maxInstanceCount'
1277
1278
  property :min_instance_count, as: 'minInstanceCount'
1278
1279
  property :scaling_mode, as: 'scalingMode'
1279
1280
  end
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.80.0
4
+ version: 0.81.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-12-15 00:00:00.000000000 Z
11
+ date: 2025-01-05 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.80.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.81.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: []