Skip to content

Commit 50a4db6

Browse files
feat: Automated regeneration of accesscontextmanager v1 client (googleapis#23788)
Auto-created at 2025-07-27 10:17:51 +0000 using the toys pull request generator.
1 parent e441a08 commit 50a4db6

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

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

3+
### v0.59.0 (2025-07-27)
4+
5+
* Regenerated from discovery document revision 20250723
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.58.0 (2025-05-11)
49

510
* Regenerated using generator version 0.17.0

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,12 +1057,12 @@ class GcpUserAccessBinding
10571057
# @return [Array<String>]
10581058
attr_accessor :dry_run_access_levels
10591059

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"
10661066
# Corresponds to the JSON property `groupKey`
10671067
# @return [String]
10681068
attr_accessor :group_key

generated/google-apis-accesscontextmanager_v1/lib/google/apis/accesscontextmanager_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 AccesscontextmanagerV1
1818
# Version of the google-apis-accesscontextmanager_v1 gem
19-
GEM_VERSION = "0.58.0"
19+
GEM_VERSION = "0.59.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 = "20250412"
25+
REVISION = "20250723"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)