google-cloud-security_center 0.4.1 → 0.4.2

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: c37f0f55cd901467cee88eca067aa1abfd4d01681a748136878329c295d6df21
4
- data.tar.gz: 689dfd63276561edb4155214a73a5c036002a5e4a6113ec2f5463ebc259fa11e
3
+ metadata.gz: e3fe839c6da3afa2baccc0f7f62720f2c9e8f6b05b823869de2e0f5a9405af9d
4
+ data.tar.gz: fc13139742f52499f99c2306b916e2db162a30841c7b41e307078d9bd2e18ce2
5
5
  SHA512:
6
- metadata.gz: a81fe6832928e29d80ff614e07b4d5c96850d9888b52da2b5352c18d1579b8effdddb56df7828ded13584119e2205770276f039b8b33027ba397becb399a4106
7
- data.tar.gz: ff80eb1a3d8978cc2444778781388a4717a08405bc12fdcc7f40309f584b0bf7e252ea131f96e04d707b372cc29989baa3b7f8fb84638ce930d580da47ad680c
6
+ metadata.gz: 3ecfe006a1bf242506fec515ccca796998815b0e847908e351b2356faf7355e26ce796d741c8c032efad2ca9e46c9570514327cce1fe394a161448c18906a686
7
+ data.tar.gz: cc178ef1f3f3039b7f5ce6e8d790f85d1d071c9531e9213c65cb301f2ce7d2720c230b8ef6e1f17704063f4eb88eaac527c116348635c6f6aa8e9162be692157
@@ -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 SecurityCenter
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-security_center
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: google-gax