google-apis-cloudresourcemanager_v1 0.32.0 → 0.34.0

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: 46e2c60098065924b5df98230d880e8a4e480c82ff2a73e36b21df9a50847550
4
- data.tar.gz: 3c5deaec79c5edb19632eb7dcb9f66bb9cdd1b601aa687754e271d42fb6cbc67
3
+ metadata.gz: 89c611a05f1bee4eb94c6c1660f4df6bd575da82d88035e39e51f639c093028e
4
+ data.tar.gz: 679d54490ba878fb8f4cc7784927796f1a2a5ee76518cedb689116f22c985959
5
5
  SHA512:
6
- metadata.gz: 6f870821894607010fb337074e777273ea4a7901d1b3e1fd97f8a9796dfbac27fc64e2ba21bf3e49746ca929390e6b6b2f74a07f5aa19917c533f5359750c29a
7
- data.tar.gz: 9a239ae3e37c1a2e1f802527039af3b3464aa80b42a4829f073e6b53255d8cdd1f12c40a95610ad7c968a6af258c818f2b5c0069bcbe8c6486fb0f2d7d80863f
6
+ metadata.gz: 4a9b6fd00d3f07b3f46cc058d6755106380354797ca0a0f0f0b8306b3410447105ab4f95ee3d2adfa0f8f38e83d9c190d633e624c63c1dfdd8a655a20c6e0632
7
+ data.tar.gz: 28ab7152ac72ecf7a3add513bdf17881a689cea8c2d56b690586d8c0aebe3eb5863a74b0946bfd442d780eea4f7f614f25b48a8f7e58fa376e5ed34838d97953
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v1
2
2
 
3
+ ### v0.34.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230806
6
+
7
+ ### v0.33.0 (2023-02-15)
8
+
9
+ * Regenerated using generator version 0.12.0
10
+
3
11
  ### v0.32.0 (2023-02-05)
4
12
 
5
13
  * Regenerated from discovery document revision 20230129
@@ -1311,13 +1311,13 @@ module Google
1311
1311
  # @return [String]
1312
1312
  attr_accessor :name
1313
1313
 
1314
- # The normal response of the operation in case of success. If the original
1315
- # method returns no data on success, such as `Delete`, the response is `google.
1316
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
1317
- # the response should be the resource. For other methods, the response should
1318
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
1319
- # example, if the original method name is `TakeSnapshot()`, the inferred
1320
- # response type is `TakeSnapshotResponse`.
1314
+ # The normal, successful response of the operation. If the original method
1315
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
1316
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
1317
+ # response should be the resource. For other methods, the response should have
1318
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
1319
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
1320
+ # `TakeSnapshotResponse`.
1321
1321
  # Corresponds to the JSON property `response`
1322
1322
  # @return [Hash<String,Object>]
1323
1323
  attr_accessor :response
@@ -1516,22 +1516,22 @@ module Google
1516
1516
  # evaluates to `true`. A condition can add constraints based on attributes of
1517
1517
  # the request, the resource, or both. To learn which resources support
1518
1518
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1519
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1519
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1520
1520
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1521
1521
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1522
1522
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1523
1523
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1524
1524
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1525
1525
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1526
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1527
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1528
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1529
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1530
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1531
- # access description: Does not grant access after Sep 2020 expression: request.
1532
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1533
- # a description of IAM and its features, see the [IAM documentation](https://
1534
- # cloud.google.com/iam/docs/).
1526
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1527
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1528
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1529
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1530
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1531
+ # title: expirable access description: Does not grant access after Sep 2020
1532
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1533
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1534
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1535
1535
  class Policy
1536
1536
  include Google::Apis::Core::Hashable
1537
1537
 
@@ -1841,22 +1841,22 @@ module Google
1841
1841
  # evaluates to `true`. A condition can add constraints based on attributes of
1842
1842
  # the request, the resource, or both. To learn which resources support
1843
1843
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1844
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1844
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1845
1845
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1846
1846
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1847
1847
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1848
1848
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1849
1849
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1850
1850
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1851
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1852
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1853
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1854
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1855
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1856
- # access description: Does not grant access after Sep 2020 expression: request.
1857
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1858
- # a description of IAM and its features, see the [IAM documentation](https://
1859
- # cloud.google.com/iam/docs/).
1851
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1852
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1853
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1854
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1855
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1856
+ # title: expirable access description: Does not grant access after Sep 2020
1857
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1858
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1859
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1860
1860
  # Corresponds to the JSON property `policy`
1861
1861
  # @return [Google::Apis::CloudresourcemanagerV1::Policy]
1862
1862
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudresourcemanagerV1
18
18
  # Version of the google-apis-cloudresourcemanager_v1 gem
19
- GEM_VERSION = "0.32.0"
19
+ GEM_VERSION = "0.34.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230129"
25
+ REVISION = "20230806"
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-cloudresourcemanager_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.32.0
4
+ version: 0.34.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-05 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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-cloudresourcemanager_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v1/v0.32.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v1/v0.34.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudresourcemanager_v1
63
63
  post_install_message:
64
64
  rdoc_options: []