google-apis-run_v1 0.72.0 → 0.73.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: 71ba1b86f04b62a9dd138b2a03625411a6a07d311d7c78c2929b345576a2d9fa
4
- data.tar.gz: 23ca3da544a6e7b9da475309abfd575c66ec3778396ad7c5c9a9722215ccd3f3
3
+ metadata.gz: acebbed4f91915c181b4a6b31c75f72d14096f76081e7430c519ba5d1f0c4de0
4
+ data.tar.gz: 49b118d1016a3e20431fefa6e775f737f69e51054e19316e7bacf325ddd85f5d
5
5
  SHA512:
6
- metadata.gz: d51cb6a997758c1603e5f4920989466ef912127a73df5b229c98e42b790e2c6c59612d083f802c0e16beece9bef6cb28057cef446950709eeaffc2e4eca46fa7
7
- data.tar.gz: a25669981ab0895f21f87966aceeb0d300458422b395f3420ea24c42d2b81030de5615c34dc8d8d3d20c6a3af28cba995619890467be7633c8c6e92c7b85e373
6
+ metadata.gz: d992b150522c0154f239cbf04e5cf32e250cd38589a1f341264e0a4023ac0f1ba48fbafc78c352fae87a4276be1631d94c84df19194f8b43a89f2a3020fa1571
7
+ data.tar.gz: e2d06f5f12b460c0fca6c8d1bf2ee11a1eda436b095f92c9af0d1dd9c9e68e717f0e442b972e6a7fecde995e650283b1cd0b88cd0244a794501ec5348436e7c0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-run_v1
2
2
 
3
+ ### v0.73.0 (2024-03-31)
4
+
5
+ * Regenerated from discovery document revision 20240322
6
+
3
7
  ### v0.72.0 (2024-03-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20240303
@@ -3971,7 +3971,7 @@ module Google
3971
3971
  end
3972
3972
 
3973
3973
  # Represents a persistent volume that will be mounted using NFS. This volume
3974
- # will be shared between all instances of the Service and data will not be
3974
+ # will be shared between all instances of the resource and data will not be
3975
3975
  # deleted when the instance is shut down.
3976
3976
  class NfsVolumeSource
3977
3977
  include Google::Apis::Core::Hashable
@@ -5717,7 +5717,7 @@ module Google
5717
5717
  attr_accessor :name
5718
5718
 
5719
5719
  # Represents a persistent volume that will be mounted using NFS. This volume
5720
- # will be shared between all instances of the Service and data will not be
5720
+ # will be shared between all instances of the resource and data will not be
5721
5721
  # deleted when the instance is shut down.
5722
5722
  # Corresponds to the JSON property `nfs`
5723
5723
  # @return [Google::Apis::RunV1::NfsVolumeSource]
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RunV1
18
18
  # Version of the google-apis-run_v1 gem
19
- GEM_VERSION = "0.72.0"
19
+ GEM_VERSION = "0.73.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240303"
25
+ REVISION = "20240322"
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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.72.0
4
+ version: 0.73.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-03-10 00:00:00.000000000 Z
11
+ date: 2024-03-31 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.72.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.73.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v1
63
63
  post_install_message:
64
64
  rdoc_options: []