google-apis-run_v2 0.17.0 → 0.18.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: 730f370b0914024ac864d894e53579a99d2be65f247ae407debf9b631cbde8d7
4
- data.tar.gz: 885789f535d92077f668af277b2ede12f98ff12bd73cbad48f89b08787a8e8ba
3
+ metadata.gz: f18c4055e3f305a7abeeaf56ea7ee8829347b135dc966cdaf0d25c6b9eb4becb
4
+ data.tar.gz: ceaa06eef086a68906f268f6605fb6cd242febd3ffbd55f8a1d89c346a3b5219
5
5
  SHA512:
6
- metadata.gz: edee4093a0b7b54eb8ece507d829cd5243f58701a51e5f82f90875e3f24369af4451d31df7d91b6cc645591f86798ca4e88158eabc09f88747933da48dd10601
7
- data.tar.gz: b60cf1c14453d26e349eb89cc964aa80f32ad519a6bea1778b8c35fdddfbd47e1e384a606c2601eae21cf3145691a5329ae2fa5eea90ebdc3dd123ff1011dfc9
6
+ metadata.gz: 71d2acc5ff2c9870ee68fc7e9047a46ff1f9120b09a4d4777a629226b02007c604bc283ac2b352e31705140f908bff37de8bf2846e2890f122abec6e6098bd26
7
+ data.tar.gz: e110f9c57da78a5f6cbf87864e2f75c1bc07cde1375f6cf0eb369497109104138df67d19899c74e56f332209bd26fac47fe3624183b7290eda6372731b869384
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-run_v2
2
2
 
3
+ ### v0.18.0 (2022-07-13)
4
+
5
+ * Regenerated from discovery document revision 20220710
6
+ * Regenerated using generator version 0.9.0
7
+
3
8
  ### v0.17.0 (2022-07-02)
4
9
 
5
10
  * Regenerated using generator version 0.8.0
@@ -204,6 +204,12 @@ module Google
204
204
  # @return [Array<Google::Apis::RunV2::GoogleCloudRunV2VolumeMount>]
205
205
  attr_accessor :volume_mounts
206
206
 
207
+ # Container's working directory. If not specified, the container runtime's
208
+ # default will be used, which might be configured in the container image.
209
+ # Corresponds to the JSON property `workingDir`
210
+ # @return [String]
211
+ attr_accessor :working_dir
212
+
207
213
  def initialize(**args)
208
214
  update!(**args)
209
215
  end
@@ -218,6 +224,7 @@ module Google
218
224
  @ports = args[:ports] if args.key?(:ports)
219
225
  @resources = args[:resources] if args.key?(:resources)
220
226
  @volume_mounts = args[:volume_mounts] if args.key?(:volume_mounts)
227
+ @working_dir = args[:working_dir] if args.key?(:working_dir)
221
228
  end
222
229
  end
223
230
 
@@ -1307,7 +1314,7 @@ module Google
1307
1314
  include Google::Apis::Core::Hashable
1308
1315
 
1309
1316
  # Integer representation of mode bits to use on created files by default. Must
1310
- # be a value between 0000 and 0777 (octal), defaulting to 0644. Directories
1317
+ # be a value between 0000 and 0777 (octal), defaulting to 0444. Directories
1311
1318
  # within the path are not affected by this setting. Notes * Internally, a umask
1312
1319
  # of 0222 will be applied to any non-zero value. * This is an integer
1313
1320
  # representation of the mode bits. So, the octal integer value should look
@@ -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.17.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.8.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220603"
25
+ REVISION = "20220710"
26
26
  end
27
27
  end
28
28
  end
@@ -336,6 +336,7 @@ module Google
336
336
 
337
337
  collection :volume_mounts, as: 'volumeMounts', class: Google::Apis::RunV2::GoogleCloudRunV2VolumeMount, decorator: Google::Apis::RunV2::GoogleCloudRunV2VolumeMount::Representation
338
338
 
339
+ property :working_dir, as: 'workingDir'
339
340
  end
340
341
  end
341
342
 
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.17.0
4
+ version: 0.18.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: 2022-07-04 00:00:00.000000000 Z
11
+ date: 2022-07-18 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.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.18.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: []