google-apis-run_v2 0.39.0 → 0.40.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: 86e7d175c3530fd862ded0cc2e600466c90c43fc082f5d5359a5deb2f7b01a22
4
- data.tar.gz: a92f03b5103dd9d6eb946b68203a94269ef18ff7415abdf381293e8fed10e6b9
3
+ metadata.gz: bcf374827a48169ee284b4668937df77f3987cfc66369f4f7dcc2fc486519ac2
4
+ data.tar.gz: 52cd8c2364ab89e49759f268bb91ac8a44d1c83f11601a79b769d45d49ee5fe3
5
5
  SHA512:
6
- metadata.gz: 595b266bc5f9d34e08c6688e71f5201ea5f2b2d363fb5200280a71edb1e7dd8635c96f3dd6d723185d1ede016261a34fab472884187e5ee03f2615b912f5c269
7
- data.tar.gz: 7de0b65b8a98b6a9239df2b6d10a5d449b3cb8a0ba4b35df9a9de9838c4d7210d66bbdf9e5e229be10216d9546ad200324f1a3e14378ddbe1641b996bb7fab10
6
+ metadata.gz: d686e9426d01f7f951b248e05919ef02a9130914311dd5a9ea63c680ee1028d08bc2a39cad87984a7dedeea464569e6a692559a2e3fa3bfda7eaab0834697dfc
7
+ data.tar.gz: 8ab4ed860993185c68c33a5de31c714ee00f33662beabeebdb4e9d6ee0a793d85a5cb76e7a420aaa8a06b1e69722dbfa32848d691cc4cf9bffffeb5a93ecc343
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-run_v2
2
2
 
3
+ ### v0.40.0 (2023-06-04)
4
+
5
+ * Regenerated from discovery document revision 20230528
6
+
3
7
  ### v0.39.0 (2023-05-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20230430
@@ -142,7 +142,7 @@ module Google
142
142
 
143
143
  # A single application container. This specifies both the container to run, the
144
144
  # command to run in the container and the arguments to supply to it. Note that
145
- # additional arguments may be supplied by the system to the container at runtime.
145
+ # additional arguments can be supplied by the system to the container at runtime.
146
146
  class GoogleCloudRunV2Container
147
147
  include Google::Apis::Core::Hashable
148
148
 
@@ -306,7 +306,7 @@ module Google
306
306
  class GoogleCloudRunV2EnvVar
307
307
  include Google::Apis::Core::Hashable
308
308
 
309
- # Required. Name of the environment variable. Must be a C_IDENTIFIER, and mnay
309
+ # Required. Name of the environment variable. Must be a C_IDENTIFIER, and must
310
310
  # not exceed 32768 characters.
311
311
  # Corresponds to the JSON property `name`
312
312
  # @return [String]
@@ -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.39.0"
19
+ GEM_VERSION = "0.40.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 = "20230430"
25
+ REVISION = "20230528"
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.39.0
4
+ version: 0.40.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-05-14 00:00:00.000000000 Z
11
+ date: 2023-06-04 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.39.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.40.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: []