google-apis-run_v2 0.79.0 → 0.80.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cb1c7917e60e564a8cfc51d3c75c214f8b8aec2c75bcde95993996f3188e0e05
|
4
|
+
data.tar.gz: 3dbe8ed269e1793d63b5836263dc75cfad52cf218d4b955f87f14ff9551e1a4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ab185b8edc259e6b8ca32d048d81a15a625e1b7e5b13dc0567a721a39007e5096430a32b15b5131a264f4e9e95c3e2a0b68e1760168e8d7cd32c34c6fe1bc18d
|
7
|
+
data.tar.gz: e2ddc93f62f4916b83226d50bdb379e5e101aaf834862d24d6bd8d5d9192acf8992b96ee8e10d9bcd459d5c122ce80541798c4042abfcee0f6e77bc3c1da6e09
|
data/CHANGELOG.md
CHANGED
@@ -2530,6 +2530,13 @@ module Google
|
|
2530
2530
|
class GoogleCloudRunV2ServiceScaling
|
2531
2531
|
include Google::Apis::Core::Hashable
|
2532
2532
|
|
2533
|
+
# Optional. total instance count for the service in manual scaling mode. This
|
2534
|
+
# number of instances is divided among all revisions with specified traffic
|
2535
|
+
# based on the percent of traffic they are receiving.
|
2536
|
+
# Corresponds to the JSON property `manualInstanceCount`
|
2537
|
+
# @return [Fixnum]
|
2538
|
+
attr_accessor :manual_instance_count
|
2539
|
+
|
2533
2540
|
# Optional. total min instances for the service. This number of instances is
|
2534
2541
|
# divided among all revisions with specified traffic based on the percent of
|
2535
2542
|
# traffic they are receiving.
|
@@ -2548,6 +2555,7 @@ module Google
|
|
2548
2555
|
|
2549
2556
|
# Update properties of this object
|
2550
2557
|
def update!(**args)
|
2558
|
+
@manual_instance_count = args[:manual_instance_count] if args.key?(:manual_instance_count)
|
2551
2559
|
@min_instance_count = args[:min_instance_count] if args.key?(:min_instance_count)
|
2552
2560
|
@scaling_mode = args[:scaling_mode] if args.key?(:scaling_mode)
|
2553
2561
|
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.
|
19
|
+
GEM_VERSION = "0.80.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 = "
|
25
|
+
REVISION = "20241206"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1273,6 +1273,7 @@ module Google
|
|
1273
1273
|
class GoogleCloudRunV2ServiceScaling
|
1274
1274
|
# @private
|
1275
1275
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1276
|
+
property :manual_instance_count, as: 'manualInstanceCount'
|
1276
1277
|
property :min_instance_count, as: 'minInstanceCount'
|
1277
1278
|
property :scaling_mode, as: 'scalingMode'
|
1278
1279
|
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.
|
4
|
+
version: 0.80.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-
|
11
|
+
date: 2024-12-15 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.80.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: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.23
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Cloud Run Admin API V2
|