google-apis-run_v2 0.52.0 → 0.53.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: d76577a1cfa117a21f30d5bbf09f6fceed46816c14b542f340e0c21f516d8523
4
- data.tar.gz: 82aecd615b26f1db720c9cff562c20ec93f7d0ce73f24abb12ed583f75d45681
3
+ metadata.gz: 6ee78dd5ee5e5b77ea801e3774d2a03bc0bb5f39e2c2f9ba15e49b91456bdfb2
4
+ data.tar.gz: c23c16f574eed024b4f061234114d1ad4915e1fe1ce773eaef74886cf1eb55aa
5
5
  SHA512:
6
- metadata.gz: 18514062a115aa72de7f9dca523e4bd77b6a10ac5a1350c534ef71d1fdeb19aee5790e86d2f13852c9aa857c4f7d422f0fb2fd3ce72c134abf087f0cca3dc61b
7
- data.tar.gz: a0dca15b057a27a75e23bd36bb316849daa3ef5b300c06c247754c6ea01e8f1e6249887fe067bd5209277bf167e4737ea30a188ca998846b966c40adb7902072
6
+ metadata.gz: 3f56853f8ae5fc0e51cea4f4ce8807c8bad51c4b69880cad1a890feda5611a4f2d3f19c3855f943e38755bfcfcc8b4c1e17555d3a0d3a895406fb13bb248f861
7
+ data.tar.gz: c3cc8fa4c67c78d082161659135c4aab853e2e76b053d53e25d01285b5f0c8b2ce9f8e8fa563e7cc9326fe80e3d9a5dd83b772156910d2ed1a12a96586915d4e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-run_v2
2
2
 
3
+ ### v0.53.0 (2023-11-19)
4
+
5
+ * Regenerated from discovery document revision 20231112
6
+
3
7
  ### v0.52.0 (2023-10-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20231022
@@ -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 that apply to the service as a whole rather than the
2020
- # individual revision.
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 that apply to the service as a whole rather than the
2107
- # individual revision.
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 will be divide
2112
- # among all revisions with specified traffic based on the percent of traffic
2113
- # they are receiving. (ALPHA)
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.52.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 = "20231022"
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.52.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-10-29 00:00:00.000000000 Z
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.52.0
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: []