google-apis-run_v2 0.15.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: b282bd3217aaf3f9adcc166f605d843737a3fb08d8805c9581aaddcbb2284fdf
4
- data.tar.gz: ad1d291b7438de484ff5bd82e300259bcdc36bd2fffc524b0aba49e67f80d498
3
+ metadata.gz: f18c4055e3f305a7abeeaf56ea7ee8829347b135dc966cdaf0d25c6b9eb4becb
4
+ data.tar.gz: ceaa06eef086a68906f268f6605fb6cd242febd3ffbd55f8a1d89c346a3b5219
5
5
  SHA512:
6
- metadata.gz: 6e1bd93cb35c9312231c9e7f6bcfbe72be61555ef5902152409324467647b04c21890f8cca5a3c84ded752174da9974bee3c9370c13200683ee07174ba210216
7
- data.tar.gz: 493c09aaa2e69a1ffb120d5fc54d5819ad4864bb019f2981b51cbf7ab4ad1c0fcf5c66fbc43235b12af16c782dce719627cd3ca9f460025e5c4fa280fb4c1d67
6
+ metadata.gz: 71d2acc5ff2c9870ee68fc7e9047a46ff1f9120b09a4d4777a629226b02007c604bc283ac2b352e31705140f908bff37de8bf2846e2890f122abec6e6098bd26
7
+ data.tar.gz: e110f9c57da78a5f6cbf87864e2f75c1bc07cde1375f6cf0eb369497109104138df67d19899c74e56f332209bd26fac47fe3624183b7290eda6372731b869384
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
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
+
8
+ ### v0.17.0 (2022-07-02)
9
+
10
+ * Regenerated using generator version 0.8.0
11
+
12
+ ### v0.16.0 (2022-06-20)
13
+
14
+ * Regenerated using generator version 0.7.0
15
+
3
16
  ### v0.15.0 (2022-06-08)
4
17
 
5
18
  * Regenerated from discovery document revision 20220603
@@ -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.15.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.5.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.15.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-06-13 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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.5'
19
+ version: '0.7'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.5'
29
+ version: '0.7'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.15.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: []