Skip to content

Commit 5ec0e47

Browse files
feat: Automated regeneration of admin directory_v1 client (googleapis#26596)
Auto-created at 2026-05-31 10:41:17 +0000 using the toys pull request generator.
1 parent 61f64bd commit 5ec0e47

4 files changed

Lines changed: 11 additions & 6 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.78.0 (2026-05-31)
4+
5+
* Regenerated from discovery document revision 20260522
6+
37
### v0.77.0 (2026-05-03)
48

59
* Regenerated from discovery document revision 20260421

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2315,12 +2315,14 @@ def update!(**args)
23152315
class DirectoryUsersCreateGuestRequest
23162316
include Google::Apis::Core::Hashable
23172317

2318-
# Optional. Immutable ID of the Google Workspace account.
2318+
# Optional. Immutable ID of the Google Workspace account. Only required when
2319+
# request is created by a service account. Defaults to the authenticated user's
2320+
# customer ID otherwise.
23192321
# Corresponds to the JSON property `customer`
23202322
# @return [String]
23212323
attr_accessor :customer
23222324

2323-
# Immutable. External email of the guest user being created.
2325+
# Required. External email of the guest user being created.
23242326
# Corresponds to the JSON property `primaryGuestEmail`
23252327
# @return [String]
23262328
attr_accessor :primary_guest_email

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.77.0"
19+
GEM_VERSION = "0.78.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 = "20260421"
25+
REVISION = "20260522"
2626
end
2727
end
2828
end

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4016,8 +4016,7 @@ 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). This feature is currently in Alpha.
4020-
# Please reach out to support if you are interested in trying this feature.
4019+
# /support.google.com/a/answer/16558545). This feature is currently in Open Beta.
40214020
# @param [Google::Apis::AdminDirectoryV1::DirectoryUsersCreateGuestRequest] directory_users_create_guest_request_object
40224021
# @param [String] fields
40234022
# Selector specifying which fields to include in a partial response.

0 commit comments

Comments
 (0)