Skip to content

Commit 577b529

Browse files
feat: Automated regeneration of admin directory_v1 client (googleapis#21894)
Auto-created at 2025-02-26 21:40:36 +0000 using the toys pull request generator.
1 parent d7201e9 commit 577b529

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

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

3+
### v0.61.0 (2025-02-26)
4+
5+
* Regenerated from discovery document revision 20250217
6+
* Regenerated using generator version 0.16.0
7+
38
### v0.60.0 (2024-12-15)
49

510
* Regenerated from discovery document revision 20241210

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5774,7 +5774,8 @@ class Users
57745774
# @return [String]
57755775
attr_accessor :kind
57765776

5777-
# Token used to access next page of this result.
5777+
# Token used to access next page of this result. The page token is only valid
5778+
# for three days.
57785779
# Corresponds to the JSON property `nextPageToken`
57795780
# @return [String]
57805781
attr_accessor :next_page_token

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

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.15.1"
22+
GENERATOR_VERSION = "0.16.0"
2323

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

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4090,7 +4090,8 @@ def insert_user(user_object = nil, resolve_conflict_account: nil, fields: nil, q
40904090
# @param [String] order_by
40914091
# Property to use for sorting results.
40924092
# @param [String] page_token
4093-
# Token to specify next page in the list
4093+
# Token to specify next page in the list. The page token is only valid for three
4094+
# days.
40944095
# @param [String] projection
40954096
# What subset of fields to fetch for this user.
40964097
# @param [String] query

0 commit comments

Comments
 (0)