google-apis-run_v2 0.42.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: 5e29857f8191d63f270db2b241e69a2fcdda0ba7c7c35364f22c545ec7e1ee7a
4
- data.tar.gz: a775a8a9c637abd46f1c674e6fc6862b1d79b172bf89fb099f40cdd1ffe49c9a
3
+ metadata.gz: a5c31129f61a0b744d9c52e8a99aa3990f62b0ccefd75479b32cd451521df789
4
+ data.tar.gz: b22f5417d18467bac82775c933539929b34861a0144cc4eb5430439740d69f22
5
5
  SHA512:
6
- metadata.gz: 463cee9a68d86293dc172525d455822985a094327a182e96d049e51a80cb2e5b62ec39218aeb1a8d8ccc4b9ccd5fde0b8e0f5587ec7128d9ccb49de06853fe47
7
- data.tar.gz: d53546cd6a44bdd9061a986aebfc7be2d0eebfeafe0c9afb237d47c893c7c4b65b61e273f5ab061ebf19b3c3a7e405e9e7c275bc81d36df70dc62c8d5d3e6cf9
6
+ metadata.gz: 8c0ba7cba8ba080f35db8640ea21bec0befff4f7942790344a61800d793a0a3373d6136b9d8ff51a7c2b1aefc2fbb5fd897f7381da5a39e3130aea8954b6e060
7
+ data.tar.gz: b5bdb3725cb90b670a3d85337e035bb2009d2c3af199130784e08d798d8254d2b55da5d6fb35e516bd4cc2b48e023564581d0e67fa67e7574862ca9cf6734b94
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.42.0 (2023-06-18)
4
8
 
5
9
  * Regenerated from discovery document revision 20230611
@@ -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.42.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 = "20230611"
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.42.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-18 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.42.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: []