File tree Expand file tree Collapse file tree 3 files changed +14
-9
lines changed
generated/google-apis-accesscontextmanager_v1
lib/google/apis/accesscontextmanager_v1 Expand file tree Collapse file tree 3 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Release history for google-apis-accesscontextmanager_v1
2
2
3
+ ### v0.59.0 (2025-07-27)
4
+
5
+ * Regenerated from discovery document revision 20250723
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
### v0.58.0 (2025-05-11)
4
9
5
10
* Regenerated using generator version 0.17.0
Original file line number Diff line number Diff line change @@ -1057,12 +1057,12 @@ class GcpUserAccessBinding
1057
1057
# @return [Array<String>]
1058
1058
attr_accessor :dry_run_access_levels
1059
1059
1060
- # Required . Immutable. Google Group id whose members are subject to this binding'
1061
- # s restrictions. See "id" in the [G Suite Directory API's Groups resource] (
1062
- # https://developers.google.com/admin-sdk/directory/v1/reference/groups#resource)
1063
- # . If a group's email address/alias is changed, this resource will continue to
1064
- # point at the changed group. This field does not accept group email addresses
1065
- # or aliases. Example: "01d520gv4vjcrht"
1060
+ # Optional . Immutable. Google Group id whose users are subject to this binding's
1061
+ # restrictions. See "id" in the [Google Workspace Directory API's Group Resource]
1062
+ # ( https://developers.google.com/admin-sdk/directory/v1/reference/groups#
1063
+ # resource) . If a group's email address/alias is changed, this resource will
1064
+ # continue to point at the changed group. This field does not accept group email
1065
+ # addresses or aliases. Example: "01d520gv4vjcrht"
1066
1066
# Corresponds to the JSON property `groupKey`
1067
1067
# @return [String]
1068
1068
attr_accessor :group_key
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
16
16
module Apis
17
17
module AccesscontextmanagerV1
18
18
# Version of the google-apis-accesscontextmanager_v1 gem
19
- GEM_VERSION = "0.58 .0"
19
+ GEM_VERSION = "0.59 .0"
20
20
21
21
# Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17 .0"
22
+ GENERATOR_VERSION = "0.18 .0"
23
23
24
24
# Revision of the discovery document this client was generated from
25
- REVISION = "20250412 "
25
+ REVISION = "20250723 "
26
26
end
27
27
end
28
28
end
You can’t perform that action at this time.
0 commit comments