google-apis-run_v2 0.41.0 → 0.43.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: f7e23009de806a8c6f571730ddb19b6816e5a61ca0e26ae9b2fe43da7d57418a
4
- data.tar.gz: 4e8f9a355e218165fc99b5d49856fa14d3a4754a407523ffae5ad9d3198e7f43
3
+ metadata.gz: a5c31129f61a0b744d9c52e8a99aa3990f62b0ccefd75479b32cd451521df789
4
+ data.tar.gz: b22f5417d18467bac82775c933539929b34861a0144cc4eb5430439740d69f22
5
5
  SHA512:
6
- metadata.gz: 4c0b6cb5c0cd25c1687950605ab35a43e4df030bb1e2046207894803824ebfcc4af746f183fd7b453f8a572979980e8c94978c572dc885dc2194d129fc6bc57d
7
- data.tar.gz: 3608a7bc27d30cf5558533fb4d16c406c562e09b61af71de8a8167e7f68d1edde455df8ece1659125f86de566fabb222561a2509362e992c21da0e313f9fae0f
6
+ metadata.gz: 8c0ba7cba8ba080f35db8640ea21bec0befff4f7942790344a61800d793a0a3373d6136b9d8ff51a7c2b1aefc2fbb5fd897f7381da5a39e3130aea8954b6e060
7
+ data.tar.gz: b5bdb3725cb90b670a3d85337e035bb2009d2c3af199130784e08d798d8254d2b55da5d6fb35e516bd4cc2b48e023564581d0e67fa67e7574862ca9cf6734b94
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-run_v2
2
2
 
3
+ ### v0.43.0 (2023-06-25)
4
+
5
+ * Regenerated from discovery document revision 20230618
6
+
7
+ ### v0.42.0 (2023-06-18)
8
+
9
+ * Regenerated from discovery document revision 20230611
10
+
3
11
  ### v0.41.0 (2023-06-11)
4
12
 
5
13
  * Regenerated from discovery document revision 20230604
@@ -285,8 +285,8 @@ module Google
285
285
  # memory limits of all containers in a pod. This field's values are of the '
286
286
  # Quantity' k8s type: https://kubernetes.io/docs/reference/kubernetes-api/common-
287
287
  # definitions/quantity/. The default is nil which means that the limit is
288
- # undefined. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir +
289
- # optional
288
+ # undefined. More info: https://kubernetes.io/docs/concepts/storage/volumes/#
289
+ # emptydir
290
290
  # Corresponds to the JSON property `sizeLimit`
291
291
  # @return [String]
292
292
  attr_accessor :size_limit
@@ -2494,7 +2494,8 @@ module Google
2494
2494
  # @return [String]
2495
2495
  attr_accessor :connector
2496
2496
 
2497
- # Traffic VPC egress settings.
2497
+ # Traffic VPC egress settings. If not provided, it defaults to
2498
+ # PRIVATE_RANGES_ONLY.
2498
2499
  # Corresponds to the JSON property `egress`
2499
2500
  # @return [String]
2500
2501
  attr_accessor :egress
@@ -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.41.0"
19
+ GEM_VERSION = "0.43.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230604"
25
+ REVISION = "20230618"
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.41.0
4
+ version: 0.43.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: 2023-06-11 00:00:00.000000000 Z
11
+ date: 2023-06-25 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.41.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.43.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: []