google-apis-run_v2 0.16.0 → 0.19.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: dd0f6e26e16539cb04a8ec102168c809566c85bee9003ae714fe55b3bb6666a5
4
- data.tar.gz: 2c3eece7d2624c029d1de2dd4f9fefe1c5db29482dda7a4a1c7117a75713c230
3
+ metadata.gz: 0f8c0079a93c2d6fdeb6b845b21c8932d4a36b98a548bd280a62ec601230aa5d
4
+ data.tar.gz: 006ea27a26c4a2c90dd7d217b073ef2a0b349b4b9684ad1e45bcedab223f21b5
5
5
  SHA512:
6
- metadata.gz: e97ad09f82ea0d6af6c0568a0ff2b59960a485e40b4a31e4266155d8c009d9c32c19a154f377d454146a0e5dee39cb906f0dae33db1130e568d3c6379475419e
7
- data.tar.gz: c13c106819198f2457aeba7570bddcec0b62ad35df5b81a335158ca50a9570e8e7b942edb214dc813a2afc9e11890db97f03d1543f73e1186246b972396443ba
6
+ metadata.gz: b25368a77e99a8d77a7952cd38c0f706e6d6ad5beed0f07f1bff6b7b86d6165df315b7edfbf9ab8b3ab3cf41211cffd1cc3801012234c45e3ae0fb8ab29fe382
7
+ data.tar.gz: 05cd2dabebd9a31be05d243d6da6f8b676e334970b17351608d02396dc42397d2c735b0b05d26a4bbf1455fcf171ed7e86185af1ec0c6cd568ef4ab31cb66ea3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-run_v2
2
2
 
3
+ ### v0.19.0 (2022-08-03)
4
+
5
+ * Regenerated from discovery document revision 20220731
6
+
7
+ ### v0.18.0 (2022-07-13)
8
+
9
+ * Regenerated from discovery document revision 20220710
10
+ * Regenerated using generator version 0.9.0
11
+
12
+ ### v0.17.0 (2022-07-02)
13
+
14
+ * Regenerated using generator version 0.8.0
15
+
3
16
  ### v0.16.0 (2022-06-20)
4
17
 
5
18
  * Regenerated using generator version 0.7.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.16.0"
19
+ GEM_VERSION = "0.19.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.7.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 = "20220731"
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
 
@@ -710,7 +710,9 @@ module Google
710
710
  # Creates a new Service in a given project and location.
711
711
  # @param [String] parent
712
712
  # Required. The location and project in which this service should be created.
713
- # Format: projects/`projectnumber`/locations/`location`
713
+ # Format: projects/`projectnumber`/locations/`location` Only lowercase, digits,
714
+ # and hyphens; must begin with letter, and may not end with hyphen; must contain
715
+ # fewer than 50 characters.
714
716
  # @param [Google::Apis::RunV2::GoogleCloudRunV2Service] google_cloud_run_v2_service_object
715
717
  # @param [String] service_id
716
718
  # Required. The unique identifier for the Service. The name of the service
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.16.0
4
+ version: 0.19.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-27 00:00:00.000000000 Z
11
+ date: 2022-08-08 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.6'
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.6'
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.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.19.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: []