Skip to content

Commit afd8018

Browse files
feat: Automated regeneration of admin directory_v1 client (#25959)
Auto-created at 2026-03-15 10:49:20 +0000 using the toys pull request generator.
1 parent 54b4c59 commit afd8018

3 files changed

Lines changed: 12 additions & 9 deletions

File tree

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.76.0 (2026-03-15)
4+
5+
* Regenerated from discovery document revision 20260227
6+
37
### v0.75.0 (2026-02-15)
48

59
* Regenerated from discovery document revision 20260210

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.75.0"
19+
GEM_VERSION = "0.76.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 = "20260210"
25+
REVISION = "20260227"
2626
end
2727
end
2828
end

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

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,8 @@ def get_chrome_os_device(customer_id, device_id, projection: nil, fields: nil, q
297297
# Determines whether the response contains the full list of properties or only a
298298
# subset.
299299
# @param [String] query
300-
# Search string in the format given at https://developers.google.com/workspace/
301-
# admin/directory/v1/list-query-operators
300+
# Search string in the format given at [List query operators](https://developers.
301+
# google.com/workspace/admin/directory/v1/list-query-operators).
302302
# @param [String] sort_order
303303
# Whether to return results in ascending or descending order. Must be used with
304304
# the `orderBy` parameter.
@@ -507,8 +507,8 @@ def batch_customer_device_chromeo_change_status(customer_id, batch_change_chrome
507507
# @param [String] customer_id
508508
# Required. Immutable ID of the Google Workspace account.
509509
# @param [String] filter
510-
# Optional. Search string in the format given at https://developers.google.com/
511-
# workspace/admin/directory/v1/list-query-operators
510+
# Optional. Search string in the format given at [List query operators](https://
511+
# developers.google.com/workspace/admin/directory/v1/list-query-operators).
512512
# @param [Boolean] include_child_orgunits
513513
# Optional. Return devices from all child orgunits, as well as the specified org
514514
# unit. If this is set to true, 'orgUnitPath' must be provided.
@@ -4016,9 +4016,8 @@ def turn_two_step_verification_off(user_key, fields: nil, quota_user: nil, optio
40164016
end
40174017

40184018
# Create a guest user with access to a [subset of Workspace capabilities](https:/
4019-
# /support.google.com/a/answer/16558545?hl=en). This feature is currently in
4020-
# Alpha. Please reach out to support if you are interested in trying this
4021-
# feature.
4019+
# /support.google.com/a/answer/16558545). This feature is currently in Alpha.
4020+
# Please reach out to support if you are interested in trying this feature.
40224021
# @param [Google::Apis::AdminDirectoryV1::DirectoryUsersCreateGuestRequest] directory_users_create_guest_request_object
40234022
# @param [String] fields
40244023
# Selector specifying which fields to include in a partial response.

0 commit comments

Comments
 (0)