google-apis-cloudresourcemanager_v1 0.31.0 → 0.32.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: 4c782884ac864320b8250bebbf9fcb8c15016a845afb6ee10828d39b4740bb85
4
- data.tar.gz: 33419df34df52b13775ff039761c8d998538a3eb644af79c357ce1f29b1489b7
3
+ metadata.gz: 46e2c60098065924b5df98230d880e8a4e480c82ff2a73e36b21df9a50847550
4
+ data.tar.gz: 3c5deaec79c5edb19632eb7dcb9f66bb9cdd1b601aa687754e271d42fb6cbc67
5
5
  SHA512:
6
- metadata.gz: 594a430cd53d0b88cb80572f6df3c06ed1b2cbb7593537dfed35cdc2a6791cea7f84b68291f6184f064aac564ad02847334168fd61c1fe58997ee2ecf2d792e0
7
- data.tar.gz: 7261d8498dd550f39e7e8d3ff7155c56d1e8f493b22c09ebac6238e617a7ba85c8fd11bd688e1a24763c3052e7974061f813f0913bf86bb557d8f87f46131a20
6
+ metadata.gz: 6f870821894607010fb337074e777273ea4a7901d1b3e1fd97f8a9796dfbac27fc64e2ba21bf3e49746ca929390e6b6b2f74a07f5aa19917c533f5359750c29a
7
+ data.tar.gz: 9a239ae3e37c1a2e1f802527039af3b3464aa80b42a4829f073e6b53255d8cdd1f12c40a95610ad7c968a6af258c818f2b5c0069bcbe8c6486fb0f2d7d80863f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v1
2
2
 
3
+ ### v0.32.0 (2023-02-05)
4
+
5
+ * Regenerated from discovery document revision 20230129
6
+ * Regenerated using generator version 0.11.1
7
+
3
8
  ### v0.31.0 (2022-10-28)
4
9
 
5
10
  * Regenerated using generator version 0.11.0
@@ -153,22 +153,22 @@ module Google
153
153
  # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
154
154
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
155
155
  # email address that represents a Google group. For example, `admins@example.com`
156
- # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
157
- # identifier) representing a user that has been recently deleted. For example, `
158
- # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
159
- # value reverts to `user:`emailid`` and the recovered user retains the role in
160
- # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
161
- # address (plus unique identifier) representing a service account that has been
162
- # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
156
+ # . * `domain:`domain``: The G Suite domain (primary) that represents all the
157
+ # users of that domain. For example, `google.com` or `example.com`. * `deleted:
158
+ # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
159
+ # representing a user that has been recently deleted. For example, `alice@
160
+ # example.com?uid=123456789012345678901`. If the user is recovered, this value
161
+ # reverts to `user:`emailid`` and the recovered user retains the role in the
162
+ # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
163
+ # (plus unique identifier) representing a service account that has been recently
164
+ # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
163
165
  # 123456789012345678901`. If the service account is undeleted, this value
164
166
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
165
167
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
166
168
  # An email address (plus unique identifier) representing a Google group that has
167
169
  # been recently deleted. For example, `admins@example.com?uid=
168
170
  # 123456789012345678901`. If the group is recovered, this value reverts to `
169
- # group:`emailid`` and the recovered group retains the role in the binding. * `
170
- # domain:`domain``: The G Suite domain (primary) that represents all the users
171
- # of that domain. For example, `google.com` or `example.com`.
171
+ # group:`emailid`` and the recovered group retains the role in the binding.
172
172
  # Corresponds to the JSON property `members`
173
173
  # @return [Array<String>]
174
174
  attr_accessor :members
@@ -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.31.0"
19
+ GEM_VERSION = "0.32.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220828"
25
+ REVISION = "20230129"
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.31.0
4
+ version: 0.32.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: 2022-10-31 00:00:00.000000000 Z
11
+ date: 2023-02-05 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.31.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v1/v0.32.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Resource Manager API V1