google-apis-run_v2 0.87.0 → 0.88.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: 8344c04a889a20416a54bcff79190ef5f3e4499de44c69e334eeb400791b03c9
4
- data.tar.gz: ff2248f808769fece0eec4d0fb71c85b7a3895b01f5fde662f92a6ce02b3cb4e
3
+ metadata.gz: bf4588d032694ade837103b33479bcae645387cc70ec313043f8da998bd1bc28
4
+ data.tar.gz: 5b3dc645bdf406594522a602ce07a3b1afaa937b720ce80a62a2ccc5fd4447fb
5
5
  SHA512:
6
- metadata.gz: 410b030e8bc783482ef384ac8f28902b866964ada718f19e928f7c80a2b6b7be398fd514baae053ba7e1e9d30d2f122bc7db0b05b0be4c5413211461ca71d4ae
7
- data.tar.gz: 799c7f4add32865a22ee7f11870246f9ff6d05afb6c0a5025dc20f6f87f215f41df2bccfcbd4ba4f5101d88c5cc439304d88984a4ce0a602e32152d9962e8620
6
+ metadata.gz: 1ecfb0cec7f4796596693a9739eb6be09bf70a6e50a8e72315e296c524d8be076ea5a3ce4476f0eba21e189dc3337a465f6690eb6425fb95477d69cf7736ae37
7
+ data.tar.gz: b5196354c1c0cd979363b52b8b55127383ad217d3193464fdb8ec77b8b04e4184752aef26734ccc19ff0f47600ed7faed8e0ee1f3476b0c752b2f3dfba728227
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-run_v2
2
2
 
3
+ ### v0.88.0 (2025-05-18)
4
+
5
+ * Regenerated from discovery document revision 20250509
6
+
3
7
  ### v0.87.0 (2025-05-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20250504
@@ -3962,23 +3962,6 @@ module Google
3962
3962
  # @return [Fixnum]
3963
3963
  attr_accessor :manual_instance_count
3964
3964
 
3965
- # Optional. The maximum count of instances distributed among revisions based on
3966
- # the specified instance split percentages.
3967
- # Corresponds to the JSON property `maxInstanceCount`
3968
- # @return [Fixnum]
3969
- attr_accessor :max_instance_count
3970
-
3971
- # Optional. The minimum count of instances distributed among revisions based on
3972
- # the specified instance split percentages.
3973
- # Corresponds to the JSON property `minInstanceCount`
3974
- # @return [Fixnum]
3975
- attr_accessor :min_instance_count
3976
-
3977
- # Optional. The scaling mode for the worker pool.
3978
- # Corresponds to the JSON property `scalingMode`
3979
- # @return [String]
3980
- attr_accessor :scaling_mode
3981
-
3982
3965
  def initialize(**args)
3983
3966
  update!(**args)
3984
3967
  end
@@ -3986,9 +3969,6 @@ module Google
3986
3969
  # Update properties of this object
3987
3970
  def update!(**args)
3988
3971
  @manual_instance_count = args[:manual_instance_count] if args.key?(:manual_instance_count)
3989
- @max_instance_count = args[:max_instance_count] if args.key?(:max_instance_count)
3990
- @min_instance_count = args[:min_instance_count] if args.key?(:min_instance_count)
3991
- @scaling_mode = args[:scaling_mode] if args.key?(:scaling_mode)
3992
3972
  end
3993
3973
  end
3994
3974
 
@@ -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.87.0"
19
+ GEM_VERSION = "0.88.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250504"
25
+ REVISION = "20250509"
26
26
  end
27
27
  end
28
28
  end
@@ -1669,9 +1669,6 @@ module Google
1669
1669
  # @private
1670
1670
  class Representation < Google::Apis::Core::JsonRepresentation
1671
1671
  property :manual_instance_count, as: 'manualInstanceCount'
1672
- property :max_instance_count, as: 'maxInstanceCount'
1673
- property :min_instance_count, as: 'minInstanceCount'
1674
- property :scaling_mode, as: 'scalingMode'
1675
1672
  end
1676
1673
  end
1677
1674
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-run_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.87.0
4
+ version: 0.88.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.87.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.88.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v2
62
62
  rdoc_options: []
63
63
  require_paths: