google-apis-cloudasset_v1p1beta1 0.28.0 → 0.30.0

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: d226ff26c0b932a52d61a3cba503d3ccaee83739791590ce97a2bd8e25226bbf
4
- data.tar.gz: fa4d93cf0c0c4f5a26cb9d5a5c809e08611c5f3b753275d6d2e543cd9a960cde
3
+ metadata.gz: dde8986032d955ebdba2d1a107453f9d87a25b5ab4edcff8e8700deef35a717c
4
+ data.tar.gz: f94bac1af7e7a6f5b244302e1fe0e247395ce6a98c4524a43ea41069caaeedc1
5
5
  SHA512:
6
- metadata.gz: 0f8abecb6987447af35a770ffb7758ae65f4fd57a722cddbbe2f7038162044d252d7d347af930a1d845ae48a0389eb076c4f460ae779a8a49fdc1b76ff24258d
7
- data.tar.gz: dbc8603081e060c4b4ac5557cba627e13c83aefcb27788660b1392d446b5f68f858a0427e3858ac57b31902a6823d10cb6024eb490c9b77adc0cfb4c8a250014
6
+ metadata.gz: 940eaeedb2b5b0ccbac0dfb76528be28e423ccf0d7f765c3811003c792de15cc3e8150fe45bc3b15d1e14140cb56de561f4f65cd887fa67cfa8d6c8bd172bc9e
7
+ data.tar.gz: af69d3749483f508902afac1107832e395e153c0cdcaa8d139b136482faf0593e92b2592545a89eb49a2a3f6a7ee8b65d272786f8acceffa3f3e14d19c52e587
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudasset_v1p1beta1
2
2
 
3
+ ### v0.30.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230805
6
+
7
+ ### v0.29.0 (2023-08-06)
8
+
9
+ * Regenerated from discovery document revision 20230729
10
+
3
11
  ### v0.28.0 (2023-02-15)
4
12
 
5
13
  * Regenerated using generator version 0.12.0
@@ -332,22 +332,22 @@ module Google
332
332
  # evaluates to `true`. A condition can add constraints based on attributes of
333
333
  # the request, the resource, or both. To learn which resources support
334
334
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
335
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
335
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
336
336
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
337
337
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
338
338
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
339
339
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
340
340
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
341
341
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
342
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
343
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
344
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
345
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
346
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
347
- # access description: Does not grant access after Sep 2020 expression: request.
348
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
349
- # a description of IAM and its features, see the [IAM documentation](https://
350
- # cloud.google.com/iam/docs/).
342
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
343
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
344
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
345
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
346
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
347
+ # title: expirable access description: Does not grant access after Sep 2020
348
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
349
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
350
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
351
351
  # Corresponds to the JSON property `iamPolicy`
352
352
  # @return [Google::Apis::CloudassetV1p1beta1::Policy]
353
353
  attr_accessor :iam_policy
@@ -1088,8 +1088,8 @@ module Google
1088
1088
  attr_accessor :members
1089
1089
 
1090
1090
  # Whether to negate the Condition. If true, the Condition becomes a NAND over
1091
- # its non-empty fields, each field must be false for the Condition overall to be
1092
- # satisfied. Defaults to false.
1091
+ # its non-empty fields. Any non-empty field criteria evaluating to false will
1092
+ # result in the Condition to be satisfied. Defaults to false.
1093
1093
  # Corresponds to the JSON property `negate`
1094
1094
  # @return [Boolean]
1095
1095
  attr_accessor :negate
@@ -1756,22 +1756,22 @@ module Google
1756
1756
  # evaluates to `true`. A condition can add constraints based on attributes of
1757
1757
  # the request, the resource, or both. To learn which resources support
1758
1758
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1759
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1759
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1760
1760
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1761
1761
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1762
1762
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1763
1763
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1764
1764
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1765
1765
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1766
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1767
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1768
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1769
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1770
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1771
- # access description: Does not grant access after Sep 2020 expression: request.
1772
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1773
- # a description of IAM and its features, see the [IAM documentation](https://
1774
- # cloud.google.com/iam/docs/).
1766
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1767
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1768
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1769
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1770
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1771
+ # title: expirable access description: Does not grant access after Sep 2020
1772
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1773
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1774
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1775
1775
  # Corresponds to the JSON property `policy`
1776
1776
  # @return [Google::Apis::CloudassetV1p1beta1::Policy]
1777
1777
  attr_accessor :policy
@@ -1834,22 +1834,22 @@ module Google
1834
1834
  # evaluates to `true`. A condition can add constraints based on attributes of
1835
1835
  # the request, the resource, or both. To learn which resources support
1836
1836
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1837
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1837
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1838
1838
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1839
1839
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1840
1840
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1841
1841
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1842
1842
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1843
1843
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1844
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1845
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1846
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1847
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1848
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1849
- # access description: Does not grant access after Sep 2020 expression: request.
1850
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1851
- # a description of IAM and its features, see the [IAM documentation](https://
1852
- # cloud.google.com/iam/docs/).
1844
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1845
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1846
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1847
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1848
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1849
+ # title: expirable access description: Does not grant access after Sep 2020
1850
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1851
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1852
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1853
1853
  class Policy
1854
1854
  include Google::Apis::Core::Hashable
1855
1855
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1p1beta1
18
18
  # Version of the google-apis-cloudasset_v1p1beta1 gem
19
- GEM_VERSION = "0.28.0"
19
+ GEM_VERSION = "0.30.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230128"
25
+ REVISION = "20230805"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudasset_v1p1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.30.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-19 00:00:00.000000000 Z
11
+ date: 2023-08-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1p1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p1beta1/v0.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p1beta1/v0.30.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1p1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []