google-apis-run_v2 0.43.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: a5c31129f61a0b744d9c52e8a99aa3990f62b0ccefd75479b32cd451521df789
4
- data.tar.gz: b22f5417d18467bac82775c933539929b34861a0144cc4eb5430439740d69f22
3
+ metadata.gz: b9db608bd47c31326ae57db478e4e7f72aa092e9d282c067f7d5ec1723373854
4
+ data.tar.gz: e908b717a7da24191a930d810aa50a8c6cad84862618fb825064970c73b24b54
5
5
  SHA512:
6
- metadata.gz: 8c0ba7cba8ba080f35db8640ea21bec0befff4f7942790344a61800d793a0a3373d6136b9d8ff51a7c2b1aefc2fbb5fd897f7381da5a39e3130aea8954b6e060
7
- data.tar.gz: b5bdb3725cb90b670a3d85337e035bb2009d2c3af199130784e08d798d8254d2b55da5d6fb35e516bd4cc2b48e023564581d0e67fa67e7574862ca9cf6734b94
6
+ metadata.gz: 39f0e5e6114afa601447ead1a995f183927b889d2db9780491a43118fd47c99c41c1c9e7ec85417c27072108f11f3a8e51e447d03df8e5702ff925411c0317d9
7
+ data.tar.gz: a0fe95251f0cdaeeffb9efff1528a164be905750ad9936da128444e179e9ea0903f9e9d1e0471c32ca40734daadc07fe40ab32b4e28e00d0fcb3ee5768091d9a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.43.0 (2023-06-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20230618
@@ -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
@@ -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.43.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 = "20230618"
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.43.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-25 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.43.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: []