Skip to content

Commit 5f5e382

Browse files
feat: Automated regeneration of datamigration v1beta1 client (#13480)
Auto-created at 2023-02-05 10:06:08 +0000 using the toys pull request generator.
1 parent dfdeecd commit 5f5e382

File tree

3 files changed

+18
-13
lines changed

3 files changed

+18
-13
lines changed

generated/google-apis-datamigration_v1beta1/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-datamigration_v1beta1
22

3+
### v0.23.0 (2023-02-05)
4+
5+
* Regenerated from discovery document revision 20230125
6+
* Regenerated using generator version 0.11.1
7+
38
### v0.22.0 (2022-10-27)
49

510
* Regenerated from discovery document revision 20221018

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -131,22 +131,22 @@ class Binding
131131
# kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
132132
# project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
133133
# email address that represents a Google group. For example, `[email protected]`
134-
# . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
135-
# identifier) representing a user that has been recently deleted. For example, `
136-
# [email protected]?uid=123456789012345678901`. If the user is recovered, this
137-
# value reverts to `user:`emailid`` and the recovered user retains the role in
138-
# the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
139-
# address (plus unique identifier) representing a service account that has been
140-
# recently deleted. For example, `[email protected]?uid=
134+
# . * `domain:`domain``: The G Suite domain (primary) that represents all the
135+
# users of that domain. For example, `google.com` or `example.com`. * `deleted:
136+
# user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
137+
# representing a user that has been recently deleted. For example, `alice@
138+
# example.com?uid=123456789012345678901`. If the user is recovered, this value
139+
# reverts to `user:`emailid`` and the recovered user retains the role in the
140+
# binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
141+
# (plus unique identifier) representing a service account that has been recently
142+
# deleted. For example, `[email protected]?uid=
141143
# 123456789012345678901`. If the service account is undeleted, this value
142144
# reverts to `serviceAccount:`emailid`` and the undeleted service account
143145
# retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
144146
# An email address (plus unique identifier) representing a Google group that has
145147
# been recently deleted. For example, `[email protected]?uid=
146148
# 123456789012345678901`. If the group is recovered, this value reverts to `
147-
# group:`emailid`` and the recovered group retains the role in the binding. * `
148-
# domain:`domain``: The G Suite domain (primary) that represents all the users
149-
# of that domain. For example, `google.com` or `example.com`.
149+
# group:`emailid`` and the recovered group retains the role in the binding.
150150
# Corresponds to the JSON property `members`
151151
# @return [Array<String>]
152152
attr_accessor :members

generated/google-apis-datamigration_v1beta1/lib/google/apis/datamigration_v1beta1/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 DatamigrationV1beta1
1818
# Version of the google-apis-datamigration_v1beta1 gem
19-
GEM_VERSION = "0.22.0"
19+
GEM_VERSION = "0.23.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 = "20221018"
25+
REVISION = "20230125"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)