google-apis-run_v2 0.52.0 → 0.53.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 +7 -7
- data/lib/google/apis/run_v2/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6ee78dd5ee5e5b77ea801e3774d2a03bc0bb5f39e2c2f9ba15e49b91456bdfb2
|
|
4
|
+
data.tar.gz: c23c16f574eed024b4f061234114d1ad4915e1fe1ce773eaef74886cf1eb55aa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3f56853f8ae5fc0e51cea4f4ce8807c8bad51c4b69880cad1a890feda5611a4f2d3f19c3855f943e38755bfcfcc8b4c1e17555d3a0d3a895406fb13bb248f861
|
|
7
|
+
data.tar.gz: c3cc8fa4c67c78d082161659135c4aab853e2e76b053d53e25d01285b5f0c8b2ce9f8e8fa563e7cc9326fe80e3d9a5dd83b772156910d2ed1a12a96586915d4e
|
data/CHANGELOG.md
CHANGED
|
@@ -2016,8 +2016,8 @@ module Google
|
|
|
2016
2016
|
attr_accessor :satisfies_pzs
|
|
2017
2017
|
alias_method :satisfies_pzs?, :satisfies_pzs
|
|
2018
2018
|
|
|
2019
|
-
# Scaling settings
|
|
2020
|
-
#
|
|
2019
|
+
# Scaling settings applied at the service level rather than at the revision
|
|
2020
|
+
# level.
|
|
2021
2021
|
# Corresponds to the JSON property `scaling`
|
|
2022
2022
|
# @return [Google::Apis::RunV2::GoogleCloudRunV2ServiceScaling]
|
|
2023
2023
|
attr_accessor :scaling
|
|
@@ -2103,14 +2103,14 @@ module Google
|
|
|
2103
2103
|
end
|
|
2104
2104
|
end
|
|
2105
2105
|
|
|
2106
|
-
# Scaling settings
|
|
2107
|
-
#
|
|
2106
|
+
# Scaling settings applied at the service level rather than at the revision
|
|
2107
|
+
# level.
|
|
2108
2108
|
class GoogleCloudRunV2ServiceScaling
|
|
2109
2109
|
include Google::Apis::Core::Hashable
|
|
2110
2110
|
|
|
2111
|
-
# total min instances for the service. This number of instances
|
|
2112
|
-
#
|
|
2113
|
-
#
|
|
2111
|
+
# total min instances for the service. This number of instances is divided among
|
|
2112
|
+
# all revisions with specified traffic based on the percent of traffic they are
|
|
2113
|
+
# receiving. (ALPHA)
|
|
2114
2114
|
# Corresponds to the JSON property `minInstanceCount`
|
|
2115
2115
|
# @return [Fixnum]
|
|
2116
2116
|
attr_accessor :min_instance_count
|
|
@@ -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.53.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20231112"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
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.53.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: 2023-
|
|
11
|
+
date: 2023-11-19 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.53.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: []
|