google-apis-cloudresourcemanager_v1 0.33.0 → 0.34.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: 691a8c3dfccb77a0001110f49ea6eeb1c50b82bb91f64f48a90aa58e6391c939
4
- data.tar.gz: '079ff15959b926e06d949fec820a1c943507d64d3ee6b8223e30bc5a85b27d18'
3
+ metadata.gz: 89c611a05f1bee4eb94c6c1660f4df6bd575da82d88035e39e51f639c093028e
4
+ data.tar.gz: 679d54490ba878fb8f4cc7784927796f1a2a5ee76518cedb689116f22c985959
5
5
  SHA512:
6
- metadata.gz: c64666231adac024e5abcd88cb58d4a8a237b45fbfc755a818324f5497e907b092057c9ff268fba1397eca69bef30c645790b2f5b2542308dc4ac06e6d6152fd
7
- data.tar.gz: fb47e2783568a752fa88e7d3e107942709f46ee157c1d4713dfe4055a6b66fa6b5b0643c9d625cf7c41fa589ca0df556a0742b8be22fcf3741db2a71ec4f0b7c
6
+ metadata.gz: 4a9b6fd00d3f07b3f46cc058d6755106380354797ca0a0f0f0b8306b3410447105ab4f95ee3d2adfa0f8f38e83d9c190d633e624c63c1dfdd8a655a20c6e0632
7
+ data.tar.gz: 28ab7152ac72ecf7a3add513bdf17881a689cea8c2d56b690586d8c0aebe3eb5863a74b0946bfd442d780eea4f7f614f25b48a8f7e58fa376e5ed34838d97953
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.33.0 (2023-02-15)
4
8
 
5
9
  * Regenerated using generator version 0.12.0
@@ -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.33.0"
19
+ GEM_VERSION = "0.34.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 = "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.33.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-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-cloudresourcemanager_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v1/v0.33.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: []