google-apis-run_v2 0.80.0 → 0.82.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: cb1c7917e60e564a8cfc51d3c75c214f8b8aec2c75bcde95993996f3188e0e05
4
- data.tar.gz: 3dbe8ed269e1793d63b5836263dc75cfad52cf218d4b955f87f14ff9551e1a4b
3
+ metadata.gz: 3fbc2780ff756d49d2c739f8fd2d6151d73bcb898628b1fdb999559782b55caf
4
+ data.tar.gz: f8cf9d7c58db7c1bed80666f59d4939617b016ef9826deb903fd51aa84bf325b
5
5
  SHA512:
6
- metadata.gz: ab185b8edc259e6b8ca32d048d81a15a625e1b7e5b13dc0567a721a39007e5096430a32b15b5131a264f4e9e95c3e2a0b68e1760168e8d7cd32c34c6fe1bc18d
7
- data.tar.gz: e2ddc93f62f4916b83226d50bdb379e5e101aaf834862d24d6bd8d5d9192acf8992b96ee8e10d9bcd459d5c122ce80541798c4042abfcee0f6e77bc3c1da6e09
6
+ metadata.gz: b6f5cb57f06c93c91a20a4fac25ffdebc0bf9902164910b7d120d5c1d789afb8969a4750f906fe0d915c10154cea203396be24d5db45cb433fbc55c4441f128e
7
+ data.tar.gz: 235d5f6e3c66b790d0526a1b19fbee3a04a88d54b8962784743e59dca4ac8f62f8212b384bbf4719f735b44f2c50d47d86823158d18ff6d881ac19b4785714fe
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-run_v2
2
2
 
3
+ ### v0.82.0 (2025-01-12)
4
+
5
+ * Regenerated from discovery document revision 20250103
6
+ * Regenerated using generator version 0.16.0
7
+
8
+ ### v0.81.0 (2024-12-22)
9
+
10
+ * Regenerated from discovery document revision 20241213
11
+
3
12
  ### v0.80.0 (2024-12-15)
4
13
 
5
14
  * 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
@@ -5650,7 +5658,8 @@ module Google
5650
5658
  # @return [Fixnum]
5651
5659
  attr_accessor :code
5652
5660
 
5653
- # Detail message
5661
+ # Detail message copybara:strip_begin(b/383363683) copybara:
5662
+ # strip_end_and_replace optional string message = 3;
5654
5663
  # Corresponds to the JSON property `message`
5655
5664
  # @return [String]
5656
5665
  attr_accessor :message
@@ -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.82.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241206"
25
+ REVISION = "20250103"
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,13 @@
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.82.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-15 00:00:00.000000000 Z
10
+ date: 2025-01-12 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  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
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.82.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v2
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.23
79
- signing_key:
76
+ rubygems_version: 3.6.2
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Cloud Run Admin API V2
82
79
  test_files: []