google-cloud-security_center 0.3.1 → 0.3.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: 4941d18f2cb80ffc59b4669d822a6474e203f2a6c925b6f5e6c386427baa73a5
4
- data.tar.gz: 4ce616b4f01d1f3c08954e98f070dc612e2ede8d7fc34ae5fb13a66cf2c51934
3
+ metadata.gz: 804cc54bb69706b59c6b084484def95716260b8a24c8b774296ef61be9fd2bd8
4
+ data.tar.gz: fdc32ff3c78ef4aa677d67324ae0b3a6f949701426686bb266d4be4980b25dc3
5
5
  SHA512:
6
- metadata.gz: e3c50e440549473761997e7a5644546c159dc350e3a41f9609007558c2f4ef9f708220e393b0758924595e4225561b4c818868da75262069168654c3376253f1
7
- data.tar.gz: bc2dbfae6af58e976744960c2d57a8829fad28682536e5b358c23c92569d241c36750502258a885404d34dec10de633d1ba1399c10572172b1c9f38e6c000e60
6
+ metadata.gz: 4cfc8f4a1a64cb043d352d70fe7c971e567e5ee18f30ca039300ca8a8ee1f49fb3dbbcd7b406cdb02e4e7f7c0b1c0e56d7354e431c474433d8b39ec14f86593c
7
+ data.tar.gz: 9f68d20fac501ba035e9d9c82f49725799dc374435ef9254f7e40e2e60c76f8ec203ae73f91935ef8ed2bd0e7e6eecc8d6c79ff17da9c0bb49306bcd41933480
@@ -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`.
@@ -88,11 +88,13 @@ module Google
88
88
  # 01:30 UTC on January 15, 2017.
89
89
  #
90
90
  # In JavaScript, one can convert a Date object to this format using the
91
- # standard [toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString)
91
+ # standard
92
+ # [toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString)
92
93
  # method. In Python, a standard `datetime.datetime` object can be converted
93
- # to this format using [`strftime`](https://docs.python.org/2/library/time.html#time.strftime)
94
- # with the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one
95
- # can use the Joda Time's [`ISODateTimeFormat.dateTime()`](
94
+ # to this format using
95
+ # [`strftime`](https://docs.python.org/2/library/time.html#time.strftime) with
96
+ # the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one can use
97
+ # the Joda Time's [`ISODateTimeFormat.dateTime()`](
96
98
  # http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime%2D%2D
97
99
  # ) to obtain a formatter capable of generating timestamps in this format.
98
100
  # @!attribute [rw] seconds
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module SecurityCenter
19
- VERSION = "0.3.1".freeze
19
+ VERSION = "0.3.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.3.1
4
+ version: 0.3.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-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: google-gax