google-cloud-container_analysis 0.3.0 → 0.3.1
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6245bbc3ed96a5ecfe1d3af78b8a6e51064609fc6f7967083b6260f6666315d2
|
|
4
|
+
data.tar.gz: 9e9153470e64aa77d9702b93568e5e5ac3df0f278470ccf5ff52b4af4cd69561
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
#
|
|
24
|
-
#
|
|
25
|
-
#
|
|
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
|
-
#
|
|
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`.
|
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.
|
|
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-
|
|
11
|
+
date: 2019-09-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: grafeas-client
|