google-cloud-container_analysis 0.3.0 → 0.3.1

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: '096135a59e0f1c8ed096593e7f151984c81e81a60d96c07ad7eb37258b5f9c14'
4
- data.tar.gz: 9ea2fcb4c6078739db2eb6cef8152d4897e7a8f9b9ef772947873dd9974078fa
3
+ metadata.gz: 6245bbc3ed96a5ecfe1d3af78b8a6e51064609fc6f7967083b6260f6666315d2
4
+ data.tar.gz: 9e9153470e64aa77d9702b93568e5e5ac3df0f278470ccf5ff52b4af4cd69561
5
5
  SHA512:
6
- metadata.gz: '063286bf1630abc1f78620353616e94ccd455a5a5eaa3924cd0031d24e94786d55a89efaa94add475b2e3c27fa8d224d1bf7e5b9ee9d1958cb6e1ab41ecf22e5'
7
- data.tar.gz: 69f944a307cd4e611e1054307bc7c735248691641d87d8cbd48b620e067c645f4634b62bfa71c84d3dc43f05de762e277274d147ee579ddd1ebaee39ea976325
6
+ metadata.gz: 9d7aa2fef4b6b336fcf30023bcc762493ea6b757ef36e6450faf842679f4c95fca7e632fa6a467a33717ff22db50e5ed1fa0272a6e55e42a561d5b8ea1b39364
7
+ data.tar.gz: 609c0def439d78bd791257dea20da177fb63baf566d817db675708ffc1037a7a85a55d2aacc4093724f5bb2cee761d083d4d65348dd13a5ba4694cda63722355
@@ -20,9 +20,13 @@ module Google
20
20
  # @!attribute [rw] requested_policy_version
21
21
  # @return [Integer]
22
22
  # Optional. The policy format version to be returned.
23
- # Acceptable values are 0 and 1.
24
- # If the value is 0, or the field is omitted, policy format version 1 will be
25
- # returned.
23
+ #
24
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
25
+ # rejected.
26
+ #
27
+ # Requests for policies with any conditional bindings must specify version 3.
28
+ # Policies without any conditional bindings may specify any valid value or
29
+ # leave the field unset.
26
30
  class GetPolicyOptions; end
27
31
  end
28
32
  end
@@ -63,7 +63,14 @@ module Google
63
63
  # [IAM developer's guide](https://cloud.google.com/iam/docs).
64
64
  # @!attribute [rw] version
65
65
  # @return [Integer]
66
- # Deprecated.
66
+ # Specifies the format of the policy.
67
+ #
68
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
69
+ # rejected.
70
+ #
71
+ # Policies with any conditional bindings must specify version 3. Policies
72
+ # without any conditional bindings may specify any valid value or leave the
73
+ # field unset.
67
74
  # @!attribute [rw] bindings
68
75
  # @return [Array<Google::Iam::V1::Binding>]
69
76
  # Associates a list of `members` to a `role`.
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module ContainerAnalysis
19
- VERSION = "0.3.0".freeze
19
+ VERSION = "0.3.1".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.3.0
4
+ version: 0.3.1
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-08-23 00:00:00.000000000 Z
11
+ date: 2019-09-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: grafeas-client