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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/run_v2/classes.rb +0 -20
- data/lib/google/apis/run_v2/gem_version.rb +2 -2
- data/lib/google/apis/run_v2/representations.rb +0 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bf4588d032694ade837103b33479bcae645387cc70ec313043f8da998bd1bc28
|
4
|
+
data.tar.gz: 5b3dc645bdf406594522a602ce07a3b1afaa937b720ce80a62a2ccc5fd4447fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1ecfb0cec7f4796596693a9739eb6be09bf70a6e50a8e72315e296c524d8be076ea5a3ce4476f0eba21e189dc3337a465f6690eb6425fb95477d69cf7736ae37
|
7
|
+
data.tar.gz: b5196354c1c0cd979363b52b8b55127383ad217d3193464fdb8ec77b8b04e4184752aef26734ccc19ff0f47600ed7faed8e0ee1f3476b0c752b2f3dfba728227
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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 = "
|
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.
|
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.
|
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:
|