Skip to content

Commit 634b78a

Browse files
feat: Automated regeneration of domains v1 client (#13477)
Auto-created at 2023-02-05 10:04:05 +0000 using the toys pull request generator.
1 parent 5f5e382 commit 634b78a

File tree

3 files changed

+18
-13
lines changed

3 files changed

+18
-13
lines changed

generated/google-apis-domains_v1/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-domains_v1
22

3+
### v0.15.0 (2023-02-05)
4+
5+
* Regenerated from discovery document revision 20230123
6+
* Regenerated using generator version 0.11.1
7+
38
### v0.14.0 (2022-11-06)
49

510
* Regenerated from discovery document revision 20221101

generated/google-apis-domains_v1/lib/google/apis/domains_v1/classes.rb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -151,22 +151,22 @@ class Binding
151151
# kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
152152
# project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
153153
# email address that represents a Google group. For example, `[email protected]`
154-
# . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
155-
# identifier) representing a user that has been recently deleted. For example, `
156-
# [email protected]?uid=123456789012345678901`. If the user is recovered, this
157-
# value reverts to `user:`emailid`` and the recovered user retains the role in
158-
# the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
159-
# address (plus unique identifier) representing a service account that has been
160-
# recently deleted. For example, `[email protected]?uid=
154+
# . * `domain:`domain``: The G Suite domain (primary) that represents all the
155+
# users of that domain. For example, `google.com` or `example.com`. * `deleted:
156+
# user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
157+
# representing a user that has been recently deleted. For example, `alice@
158+
# example.com?uid=123456789012345678901`. If the user is recovered, this value
159+
# reverts to `user:`emailid`` and the recovered user retains the role in the
160+
# binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
161+
# (plus unique identifier) representing a service account that has been recently
162+
# deleted. For example, `[email protected]?uid=
161163
# 123456789012345678901`. If the service account is undeleted, this value
162164
# reverts to `serviceAccount:`emailid`` and the undeleted service account
163165
# retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
164166
# An email address (plus unique identifier) representing a Google group that has
165167
# been recently deleted. For example, `[email protected]?uid=
166168
# 123456789012345678901`. If the group is recovered, this value reverts to `
167-
# group:`emailid`` and the recovered group retains the role in the binding. * `
168-
# domain:`domain``: The G Suite domain (primary) that represents all the users
169-
# of that domain. For example, `google.com` or `example.com`.
169+
# group:`emailid`` and the recovered group retains the role in the binding.
170170
# Corresponds to the JSON property `members`
171171
# @return [Array<String>]
172172
attr_accessor :members

generated/google-apis-domains_v1/lib/google/apis/domains_v1/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module DomainsV1
1818
# Version of the google-apis-domains_v1 gem
19-
GEM_VERSION = "0.14.0"
19+
GEM_VERSION = "0.15.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.11.0"
22+
GENERATOR_VERSION = "0.11.1"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20221101"
25+
REVISION = "20230123"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)