google-cloud-container_analysis 0.4.1 → 0.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 99416b02a5ee05f03c95cf979b19ccf6830366fb8cb39e594ba9f6341c942905
4
- data.tar.gz: 0a8a26525bb98d6a29a97db91a2b03b71a4e3a50330f3152a4ddd59035d8979b
3
+ metadata.gz: 3377df2f2ee2b8d8e07f325725c9c447e536701ed3d9753b75d31b9f150fdcaa
4
+ data.tar.gz: c238733ef314bee50421bb61274c7f95c5ed6c10135f7e0d68f21918c8e84c1a
5
5
  SHA512:
6
- metadata.gz: f4b29d91b9653017ceaf321ea80ba55278a6160f2585c59cc152dc446b097338b42080571166d864f8f827ddbf135af8e89e7dcc75fea4c009cc29172d128594
7
- data.tar.gz: 7e753fa74de66239d43393b117e6638c63af5a6e986ad97957a126dd1cfbbafe31ea831f2daefb89a572ba261d3d47ea04c72d201649d10fd77de1f201d88196
6
+ metadata.gz: edd562cea49034a4081ff3b0ef2d1862f22678e37e8a5187d8e36777e9735ce7bcbb131c0d39e7144b59f4442a107e451a9427e63faadb623b902e6b2bb1fba1
7
+ data.tar.gz: 8b18fe87628fcb6a3469ccf0cc207257b4de432eb5115d67899e4c643dbeb8722c9e958de1d911ae3f8758f329792dba1d2fe7838ffd14e5d51b12da99ecba58
@@ -82,12 +82,13 @@ module Google
82
82
  #
83
83
  # Operations affecting conditional bindings must specify version 3. This can
84
84
  # be either setting a conditional policy, modifying a conditional binding,
85
- # or removing a conditional binding from the stored conditional policy.
85
+ # or removing a binding (conditional or unconditional) from the stored
86
+ # conditional policy.
86
87
  # Operations on non-conditional policies may specify any valid value or
87
88
  # leave the field unset.
88
89
  #
89
- # If no etag is provided in the call to `setIamPolicy`, any version
90
- # compliance checks on the incoming and/or stored policy is skipped.
90
+ # If no etag is provided in the call to `setIamPolicy`, version compliance
91
+ # checks against the stored policy is skipped.
91
92
  # @!attribute [rw] bindings
92
93
  # @return [Array<Google::Iam::V1::Binding>]
93
94
  # Associates a list of `members` to a `role`. Optionally may specify a
@@ -105,8 +106,8 @@ module Google
105
106
  #
106
107
  # If no `etag` is provided in the call to `setIamPolicy`, then the existing
107
108
  # policy is overwritten. Due to blind-set semantics of an etag-less policy,
108
- # 'setIamPolicy' will not fail even if either of incoming or stored policy
109
- # does not meet the version requirements.
109
+ # 'setIamPolicy' will not fail even if the incoming policy version does not
110
+ # meet the requirements for modifying the stored policy.
110
111
  class Policy; end
111
112
 
112
113
  # Associates `members` with a `role`.
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module ContainerAnalysis
19
- VERSION = "0.4.1".freeze
19
+ VERSION = "0.4.2".freeze
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-container_analysis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-11-07 00:00:00.000000000 Z
11
+ date: 2019-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: grafeas