google-cloud-asset 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: 1dc2f80652f91b1e2089659c6c098439710a09167438c805c26533c3b1fc5d17
4
- data.tar.gz: 34d12d2f713bf575dd4af6d6eeaed6a8be65db8a638b790cd02a725aa7b31845
3
+ metadata.gz: 750bafc87e1cc73284be87a58426c42940b7327a6ecc363d9ecdb230db6bdd06
4
+ data.tar.gz: d560114075d144b04a18ab1f4ba232341184850a9688f983e574b6f246c660fd
5
5
  SHA512:
6
- metadata.gz: 7821f92b35f5920e79a6b3d74b073000bf9420da0c747b1aad9d381bb57cc516cb5d9a921b9fd4b0aa7faa263ea6d31fc999709ef5f746e12d037659ba823243
7
- data.tar.gz: 9c5e9217dbc80214d6598989891fd41457806db41710f95844e36cfd16d4f73c081aff68429a97ed91f6bdb4c9de0d2205094daf9e70b94326df9d59ab983008
6
+ metadata.gz: b6c42e8ed963f388e0c93f771f4806d09e48f1a2b13e34888809f8dd5c5a53899a9c67a4a29c902915adb8743e9ae5b0ccb98bbbfa984d3d9794aef95b2c025e
7
+ data.tar.gz: 115e5ad1171fe2d4e1cb43b086a0bb52eadaed5ff3e94776a2293c38a5d46e5e980aa0a19ddb87dc86bd364b21a87aa5213312e1f1f39c9d2fb171afa7e6cf89
@@ -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
@@ -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 Asset
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-asset
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