google-apis-run_v2 0.65.0 → 0.67.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: 72940bb54b2545571a9bc906e97d5265556ec5c242ef28b1f8ee2bac75eadccb
4
- data.tar.gz: b8d3c18531353cd4d1f3a65bb853dc82f2d34dd46239a4cbfe8b1e5add6d9232
3
+ metadata.gz: db845ae678d821d4c082bd5d08b72fa9e0823153332b6af30075c8ab5b1895e1
4
+ data.tar.gz: 310cca11704221ff85ba7b1eba8262525459a122c945e515be4715ef57c51013
5
5
  SHA512:
6
- metadata.gz: 52e8d1ae8aaee5d7fd9c77312c6791696944edcd95c61fd8af0efa08cde381032c79e1336c3ee27560efe6aaf90ada5731bb06bc5140c0adae161afc2059841c
7
- data.tar.gz: daa5ed984d44dd9d41fbfb398ae5f4d1978664d9279ace70933f4c5f46a49195747e846ead3250a4802997f7ee4e3d6979e846acd8d4fd9175e883ead33cd4af
6
+ metadata.gz: 2b3c764d7b25bdfc21e84b5cf0abc8911a62e28c2b62a72dabe46ad6ce999ca0e9dd7f2ad3517dea41f1f6a51e1e61f77fe8d30684edbd5bfd85b6a4d9ec01f3
7
+ data.tar.gz: d6b066972064b9a5e00b161765d79a6c5e93a305fb4276cdddf17370ae6483af02c462f0a5daaa7594d5dfdb1b4aec56fff5537a01c42a3759e30569b90ab02f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-run_v2
2
2
 
3
+ ### v0.67.0 (2024-06-23)
4
+
5
+ * Regenerated from discovery document revision 20240614
6
+
7
+ ### v0.66.0 (2024-06-16)
8
+
9
+ * Regenerated from discovery document revision 20240607
10
+
3
11
  ### v0.65.0 (2024-06-02)
4
12
 
5
13
  * Regenerated from discovery document revision 20240524
@@ -816,7 +816,8 @@ module Google
816
816
  class GoogleCloudRunV2GcsVolumeSource
817
817
  include Google::Apis::Core::Hashable
818
818
 
819
- # Cloud Storage Bucket name.
819
+ # Cloud Storage Bucket name. TODO (b/344678062) Fix the error validation once
820
+ # dynamic mounting is public.
820
821
  # Corresponds to the JSON property `bucket`
821
822
  # @return [String]
822
823
  attr_accessor :bucket
@@ -1013,7 +1014,8 @@ module Google
1013
1014
  # @return [String]
1014
1015
  attr_accessor :creator
1015
1016
 
1016
- # Output only. The deletion time.
1017
+ # Output only. The deletion time. It is only populated as a response to a Delete
1018
+ # request.
1017
1019
  # Corresponds to the JSON property `deleteTime`
1018
1020
  # @return [String]
1019
1021
  attr_accessor :delete_time
@@ -2150,7 +2152,8 @@ module Google
2150
2152
  attr_accessor :default_uri_disabled
2151
2153
  alias_method :default_uri_disabled?, :default_uri_disabled
2152
2154
 
2153
- # Output only. The deletion time.
2155
+ # Output only. The deletion time. It is only populated as a response to a Delete
2156
+ # request.
2154
2157
  # Corresponds to the JSON property `deleteTime`
2155
2158
  # @return [String]
2156
2159
  attr_accessor :delete_time
@@ -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.65.0"
19
+ GEM_VERSION = "0.67.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240524"
25
+ REVISION = "20240614"
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.65.0
4
+ version: 0.67.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: 2024-06-02 00:00:00.000000000 Z
11
+ date: 2024-06-23 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.65.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.67.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: []