Skip to content

Commit bdf1bd4

Browse files
feat: Automated regeneration of admin directory_v1 client (#24520)
Auto-created at 2025-10-05 10:22:19 +0000 using the toys pull request generator.
1 parent 24a734a commit bdf1bd4

File tree

3 files changed

+23
-15
lines changed

3 files changed

+23
-15
lines changed

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

3+
### v0.70.0 (2025-10-05)
4+
5+
* Regenerated from discovery document revision 20250930
6+
37
### v0.69.0 (2025-09-21)
48

59
* Regenerated from discovery document revision 20250916

generated/google-apis-admin_directory_v1/lib/google/apis/admin_directory_v1/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 AdminDirectoryV1
1818
# Version of the google-apis-admin_directory_v1 gem
19-
GEM_VERSION = "0.69.0"
19+
GEM_VERSION = "0.70.0"
2020

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

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

generated/google-apis-admin_directory_v1/lib/google/apis/admin_directory_v1/service.rb

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1623,9 +1623,10 @@ def insert_group(group_object = nil, fields: nil, quota_user: nil, options: nil,
16231623
# @param [String] page_token
16241624
# Token to specify next page in the list
16251625
# @param [String] query
1626-
# Query string search. Should be of the form "". Complete documentation is at
1626+
# Query string search. Contains one or more search clauses, each with a field,
1627+
# operator, and value. For complete documentation, go to [Search for groups](
16271628
# https://developers.google.com/workspace/admin/directory/v1/guides/search-
1628-
# groups
1629+
# groups).
16291630
# @param [String] sort_order
16301631
# Whether to return results in ascending or descending order. Only of use when
16311632
# orderBy is also used
@@ -2894,15 +2895,16 @@ def calendar_resource(customer, calendar_resource_object = nil, fields: nil, quo
28942895
# @param [String] page_token
28952896
# Token to specify the next page in the list.
28962897
# @param [String] query
2897-
# String query used to filter results. Should be of the form "field operator
2898-
# value" where field can be any of supported fields and operators can be any of
2899-
# supported operations. Operators include '=' for exact match, '!=' for mismatch
2900-
# and ':' for prefix match or HAS match where applicable. For prefix match, the
2901-
# value should always be followed by a *. Logical operators NOT and AND are
2902-
# supported (in this order of precedence). Supported fields include `
2903-
# generatedResourceName`, `name`, `buildingId`, `floor_name`, `capacity`, `
2904-
# featureInstances.feature.name`, `resourceEmail`, `resourceCategory`. For
2905-
# example `buildingId=US-NYC-9TH AND featureInstances.feature.name:Phone`.
2898+
# String query used to filter results. Contains one or more search clauses, each
2899+
# with a field, operator, and value. A field can be any of supported fields and
2900+
# operators can be any of supported operations. Operators include '=' for exact
2901+
# match, '!=' for mismatch and ':' for prefix match or HAS match where
2902+
# applicable. For prefix match, the value should always be followed by a *.
2903+
# Logical operators NOT and AND are supported (in this order of precedence).
2904+
# Supported fields include `generatedResourceName`, `name`, `buildingId`, `
2905+
# floor_name`, `capacity`, `featureInstances.feature.name`, `resourceEmail`, `
2906+
# resourceCategory`. For example `buildingId=US-NYC-9TH AND featureInstances.
2907+
# feature.name:Phone`.
29062908
# @param [String] fields
29072909
# Selector specifying which fields to include in a partial response.
29082910
# @param [String] quota_user
@@ -4361,8 +4363,10 @@ def update_user(user_key, user_object = nil, fields: nil, quota_user: nil, optio
43614363
# @param [String] projection
43624364
# What subset of fields to fetch for this user.
43634365
# @param [String] query
4364-
# Query string search. Should be of the form "". Complete documentation is at
4365-
# https://developers.google.com/workspace/admin/directory/v1/guides/search-users
4366+
# Query string search. Contains one or more search clauses, each with a field,
4367+
# operator, and value. For complete documentation, go to [Search for users](
4368+
# https://developers.google.com/workspace/admin/directory/v1/guides/search-users)
4369+
# .
43664370
# @param [String] show_deleted
43674371
# If set to true, retrieves the list of deleted users. (Default: false)
43684372
# @param [String] sort_order

0 commit comments

Comments
 (0)