google-apis-run_v2 0.8.0 → 0.9.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: b04edf883332f67464d4f279b42907f2794ba7debecadcbf5425afc8ca4b0adc
4
- data.tar.gz: 25ae1abd7a4e1d644b745b7286c59d4c59198c9fbfdfd2496e3833c04b489611
3
+ metadata.gz: 1e3dd44499b83e8b945ba4b7eb58a15dd0c34e2352149c1fc0e9347732e761db
4
+ data.tar.gz: 4b605e6508a4b7c8166fb43efd3673db63d0373c82ebede69b1ebf283b9ede16
5
5
  SHA512:
6
- metadata.gz: ef00e062af64d915d9793f73a1520f987ea1a8f5a4fc0f70d11b8cc0a1e158c0538c7b9d3132bf963a21d18dd67450046638fb96b3dfae8c7cae1780c72e0813
7
- data.tar.gz: 933edf38c06189588c8fe6f1deca0582e8675b7b822595c1d9c68ffefa9f1854ef2788ac2c6432703af0f68c8cdaf6a0ddeba5a2b0eeedcaa4eef5f4c250861d
6
+ metadata.gz: 6145f89352bebb36eb8b722ac0bff027df0b85125faba9f9839b95a3e0f0a43e27aa91879cfd52e6a66ca361ccf1da7c127bc2f27f87de07313e608fc18dbd89
7
+ data.tar.gz: bc13b5abf378b1c29441cd96049767ddddf058b1c7c95cfd915c2c6710561b63bf5b13a9670e69f8a695ae3d963ae47882128d45c93edf799d82908156127dc9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-run_v2
2
2
 
3
+ ### v0.9.0 (2022-04-06)
4
+
5
+ * Regenerated from discovery document revision 20220401
6
+
3
7
  ### v0.8.0 (2022-03-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20220318
@@ -34,6 +34,12 @@ module Google
34
34
  # @return [String]
35
35
  attr_accessor :breakglass_justification
36
36
 
37
+ # The path to a binary authorization policy. Format: projects/`project`/
38
+ # platforms/cloudRun/`policy-name`
39
+ # Corresponds to the JSON property `policy`
40
+ # @return [String]
41
+ attr_accessor :policy
42
+
37
43
  # If True, indicates to use the default project's binary authorization policy.
38
44
  # If False, binary authorization will be disabled.
39
45
  # Corresponds to the JSON property `useDefault`
@@ -48,6 +54,7 @@ module Google
48
54
  # Update properties of this object
49
55
  def update!(**args)
50
56
  @breakglass_justification = args[:breakglass_justification] if args.key?(:breakglass_justification)
57
+ @policy = args[:policy] if args.key?(:policy)
51
58
  @use_default = args[:use_default] if args.key?(:use_default)
52
59
  end
53
60
  end
@@ -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.8.0"
19
+ GEM_VERSION = "0.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220318"
25
+ REVISION = "20220401"
26
26
  end
27
27
  end
28
28
  end
@@ -230,6 +230,7 @@ module Google
230
230
  # @private
231
231
  class Representation < Google::Apis::Core::JsonRepresentation
232
232
  property :breakglass_justification, as: 'breakglassJustification'
233
+ property :policy, as: 'policy'
233
234
  property :use_default, as: 'useDefault'
234
235
  end
235
236
  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.8.0
4
+ version: 0.9.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: 2022-03-28 00:00:00.000000000 Z
11
+ date: 2022-04-11 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.8.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.9.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: []