Skip to content

Commit c519bd8

Browse files
feat: Automated regeneration of cloudidentity v1 client (googleapis#23622)
Auto-created at 2025-07-06 10:12:48 +0000 using the toys pull request generator.
1 parent 28c1997 commit c519bd8

File tree

3 files changed

+20
-13
lines changed

3 files changed

+20
-13
lines changed

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

3+
### v0.50.0 (2025-07-06)
4+
5+
* Regenerated from discovery document revision 20250701
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.49.0 (2025-05-04)
49

510
* Regenerated using generator version 0.17.0

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

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1828,16 +1828,18 @@ class Group
18281828
# @return [Google::Apis::CloudidentityV1::EntityKey]
18291829
attr_accessor :group_key
18301830

1831-
# Required. One or more label entries that apply to the Group. Currently
1832-
# supported labels contain a key with an empty value. Google Groups are the
1833-
# default type of group and have a label with a key of `cloudidentity.googleapis.
1834-
# com/groups.discussion_forum` and an empty value. Existing Google Groups can
1835-
# have an additional label with a key of `cloudidentity.googleapis.com/groups.
1836-
# security` and an empty value added to them. **This is an immutable change and
1837-
# the security label cannot be removed once added.** Dynamic groups have a label
1838-
# with a key of `cloudidentity.googleapis.com/groups.dynamic`. Identity-mapped
1839-
# groups for Cloud Search have a label with a key of `system/groups/external`
1840-
# and an empty value.
1831+
# Required. One or more label entries that apply to the Group. Labels contain a
1832+
# key with an empty value. Google Groups are the default type of group and have
1833+
# a label with a key of `cloudidentity.googleapis.com/groups.discussion_forum`
1834+
# and an empty value. Existing Google Groups can have an additional label with a
1835+
# key of `cloudidentity.googleapis.com/groups.security` and an empty value added
1836+
# to them. **This is an immutable change and the security label cannot be
1837+
# removed once added.** Dynamic groups have a label with a key of `cloudidentity.
1838+
# googleapis.com/groups.dynamic`. Identity-mapped groups for Cloud Search have a
1839+
# label with a key of `system/groups/external` and an empty value. Google Groups
1840+
# can be [locked](https://support.google.com/a?p=locked-groups). To lock a group,
1841+
# add a label with a key of `cloudidentity.googleapis.com/groups.locked` and an
1842+
# empty value. Doing so locks the group. To unlock the group, remove this label.
18411843
# Corresponds to the JSON property `labels`
18421844
# @return [Hash<String,String>]
18431845
attr_accessor :labels

generated/google-apis-cloudidentity_v1/lib/google/apis/cloudidentity_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 CloudidentityV1
1818
# Version of the google-apis-cloudidentity_v1 gem
19-
GEM_VERSION = "0.49.0"
19+
GEM_VERSION = "0.50.0"
2020

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

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

0 commit comments

Comments
 (0)