google-apis-cloudresourcemanager_v2beta1 0.28.0 → 0.29.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: e249fc245bb6aa85f486d539abaad8013e9e3f4ab5d37ac3ab9f68f7678ff017
4
- data.tar.gz: ec254e5bd17821c100253468ed69f66df12b388b20678f38516bf9288e493872
3
+ metadata.gz: 2d92a79fb43c0c67598d84d3e02d27b6cada735be8fdaa09b6264d35de38579b
4
+ data.tar.gz: 8ae7c9d8c9751cbea1eabfe1f72fd879605cc7cff72aeab765080dcccbb8ac8f
5
5
  SHA512:
6
- metadata.gz: 0a51a37b8fc880418c23ddc145a566375c6909bc0c489db343c14f93b4a29ffa7ec6e8ab38df0593c3aaa750974df186d3ebe031d7bf1b6072388cb39d46ce1e
7
- data.tar.gz: d25f5d691d97fd5dfb04abca23c36430e3b7a56d7d2fbb0ee7088a42cd8998e0f40375824bff7a06abc90600ec9ca6f8a38758f48aec1f3df1e2daca72203cec
6
+ metadata.gz: 957a0c4544a1fa7e2f5562db155697c7b9031b17312c447d70266da13cc84294dec0dec4206e66f584d115ffa2d9179a7075a6a0ca0cdad24f4b93500468a017
7
+ data.tar.gz: 903776b2f3cfaa7b68541a0a969db123de53edc0fa9b423b0277c1418517396dd82575a6a2bdad2ad651e7bb1458c064196ee4bac6e22bc46e8cb24ff46959d1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v2beta1
2
2
 
3
+ ### v0.29.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230806
6
+
3
7
  ### v0.28.0 (2023-02-26)
4
8
 
5
9
  * Regenerated using generator version 0.12.0
@@ -770,13 +770,13 @@ module Google
770
770
  # @return [String]
771
771
  attr_accessor :name
772
772
 
773
- # The normal response of the operation in case of success. If the original
774
- # method returns no data on success, such as `Delete`, the response is `google.
775
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
776
- # the response should be the resource. For other methods, the response should
777
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
778
- # example, if the original method name is `TakeSnapshot()`, the inferred
779
- # response type is `TakeSnapshotResponse`.
773
+ # The normal, successful response of the operation. If the original method
774
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
775
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
776
+ # response should be the resource. For other methods, the response should have
777
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
778
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
779
+ # `TakeSnapshotResponse`.
780
780
  # Corresponds to the JSON property `response`
781
781
  # @return [Hash<String,Object>]
782
782
  attr_accessor :response
@@ -806,22 +806,22 @@ module Google
806
806
  # evaluates to `true`. A condition can add constraints based on attributes of
807
807
  # the request, the resource, or both. To learn which resources support
808
808
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
809
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
809
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
810
810
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
811
811
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
812
812
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
813
813
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
814
814
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
815
815
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
816
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
817
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
818
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
819
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
820
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
821
- # access description: Does not grant access after Sep 2020 expression: request.
822
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
823
- # a description of IAM and its features, see the [IAM documentation](https://
824
- # cloud.google.com/iam/docs/).
816
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
817
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
818
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
819
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
820
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
821
+ # title: expirable access description: Does not grant access after Sep 2020
822
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
823
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
824
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
825
825
  class Policy
826
826
  include Google::Apis::Core::Hashable
827
827
 
@@ -1014,22 +1014,22 @@ module Google
1014
1014
  # evaluates to `true`. A condition can add constraints based on attributes of
1015
1015
  # the request, the resource, or both. To learn which resources support
1016
1016
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1017
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1017
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1018
1018
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1019
1019
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1020
1020
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1021
1021
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1022
1022
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1023
1023
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1024
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1025
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1026
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1027
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1028
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1029
- # access description: Does not grant access after Sep 2020 expression: request.
1030
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1031
- # a description of IAM and its features, see the [IAM documentation](https://
1032
- # cloud.google.com/iam/docs/).
1024
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1025
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1026
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1027
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1028
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1029
+ # title: expirable access description: Does not grant access after Sep 2020
1030
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1031
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1032
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1033
1033
  # Corresponds to the JSON property `policy`
1034
1034
  # @return [Google::Apis::CloudresourcemanagerV2beta1::Policy]
1035
1035
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudresourcemanagerV2beta1
18
18
  # Version of the google-apis-cloudresourcemanager_v2beta1 gem
19
- GEM_VERSION = "0.28.0"
19
+ GEM_VERSION = "0.29.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_v2beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.29.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-26 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_v2beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v2beta1/v0.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v2beta1/v0.29.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudresourcemanager_v2beta1
63
63
  post_install_message:
64
64
  rdoc_options: []