Skip to content

Commit dfdeecd

Browse files
feat: Automated regeneration of securitycenter v1beta1 client (#13475)
Auto-created at 2023-02-05 10:03:09 +0000 using the toys pull request generator.
1 parent 84054ed commit dfdeecd

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed

generated/google-apis-securitycenter_v1beta1/CHANGELOG.md

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

3+
### v0.46.0 (2023-02-05)
4+
5+
* Regenerated from discovery document revision 20230126
6+
37
### v0.45.0 (2023-01-15)
48

59
* Regenerated from discovery document revision 20230112

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -405,22 +405,22 @@ class Binding
405405
# kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
406406
# project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
407407
# email address that represents a Google group. For example, `[email protected]`
408-
# . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
409-
# identifier) representing a user that has been recently deleted. For example, `
410-
# [email protected]?uid=123456789012345678901`. If the user is recovered, this
411-
# value reverts to `user:`emailid`` and the recovered user retains the role in
412-
# the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
413-
# address (plus unique identifier) representing a service account that has been
414-
# recently deleted. For example, `[email protected]?uid=
408+
# . * `domain:`domain``: The G Suite domain (primary) that represents all the
409+
# users of that domain. For example, `google.com` or `example.com`. * `deleted:
410+
# user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
411+
# representing a user that has been recently deleted. For example, `alice@
412+
# example.com?uid=123456789012345678901`. If the user is recovered, this value
413+
# reverts to `user:`emailid`` and the recovered user retains the role in the
414+
# binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
415+
# (plus unique identifier) representing a service account that has been recently
416+
# deleted. For example, `[email protected]?uid=
415417
# 123456789012345678901`. If the service account is undeleted, this value
416418
# reverts to `serviceAccount:`emailid`` and the undeleted service account
417419
# retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
418420
# An email address (plus unique identifier) representing a Google group that has
419421
# been recently deleted. For example, `[email protected]?uid=
420422
# 123456789012345678901`. If the group is recovered, this value reverts to `
421-
# group:`emailid`` and the recovered group retains the role in the binding. * `
422-
# domain:`domain``: The G Suite domain (primary) that represents all the users
423-
# of that domain. For example, `google.com` or `example.com`.
423+
# group:`emailid`` and the recovered group retains the role in the binding.
424424
# Corresponds to the JSON property `members`
425425
# @return [Array<String>]
426426
attr_accessor :members

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module SecuritycenterV1beta1
1818
# Version of the google-apis-securitycenter_v1beta1 gem
19-
GEM_VERSION = "0.45.0"
19+
GEM_VERSION = "0.46.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.11.1"
2323

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

0 commit comments

Comments
 (0)