google-apis-run_v2 0.42.0 → 0.44.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: b9db608bd47c31326ae57db478e4e7f72aa092e9d282c067f7d5ec1723373854
4
+ data.tar.gz: e908b717a7da24191a930d810aa50a8c6cad84862618fb825064970c73b24b54
5
5
  SHA512:
6
- metadata.gz: 463cee9a68d86293dc172525d455822985a094327a182e96d049e51a80cb2e5b62ec39218aeb1a8d8ccc4b9ccd5fde0b8e0f5587ec7128d9ccb49de06853fe47
7
- data.tar.gz: d53546cd6a44bdd9061a986aebfc7be2d0eebfeafe0c9afb237d47c893c7c4b65b61e273f5ab061ebf19b3c3a7e405e9e7c275bc81d36df70dc62c8d5d3e6cf9
6
+ metadata.gz: 39f0e5e6114afa601447ead1a995f183927b889d2db9780491a43118fd47c99c41c1c9e7ec85417c27072108f11f3a8e51e447d03df8e5702ff925411c0317d9
7
+ data.tar.gz: a0fe95251f0cdaeeffb9efff1528a164be905750ad9936da128444e179e9ea0903f9e9d1e0471c32ca40734daadc07fe40ab32b4e28e00d0fcb3ee5768091d9a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-run_v2
2
2
 
3
+ ### v0.44.0 (2023-07-09)
4
+
5
+ * Regenerated from discovery document revision 20230702
6
+
7
+ ### v0.43.0 (2023-06-25)
8
+
9
+ * Regenerated from discovery document revision 20230618
10
+
3
11
  ### v0.42.0 (2023-06-18)
4
12
 
5
13
  * Regenerated from discovery document revision 20230611
@@ -1719,8 +1719,10 @@ module Google
1719
1719
  # @return [String]
1720
1720
  attr_accessor :creator
1721
1721
 
1722
- # Custom audiences that can be used in the audience field of ID token for
1723
- # authenticated requests.
1722
+ # One or more custom audiences that you want this service to support. Specify
1723
+ # each custom audience as the full URL in a string. The custom audiences are
1724
+ # encoded in the token and used to authenticate requests. For more information,
1725
+ # see https://cloud.google.com/run/docs/configuring/custom-audiences.
1724
1726
  # Corresponds to the JSON property `customAudiences`
1725
1727
  # @return [Array<String>]
1726
1728
  attr_accessor :custom_audiences
@@ -2494,7 +2496,8 @@ module Google
2494
2496
  # @return [String]
2495
2497
  attr_accessor :connector
2496
2498
 
2497
- # Traffic VPC egress settings.
2499
+ # Traffic VPC egress settings. If not provided, it defaults to
2500
+ # PRIVATE_RANGES_ONLY.
2498
2501
  # Corresponds to the JSON property `egress`
2499
2502
  # @return [String]
2500
2503
  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.44.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 = "20230702"
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.44.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-07-09 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.44.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: []