Skip to content

Commit 15000a9

Browse files
feat: Automated regeneration of drive v3 client (#25060)
Auto-created at 2025-11-23 10:24:34 +0000 using the toys pull request generator.
1 parent 43f1677 commit 15000a9

File tree

4 files changed

+21
-11
lines changed

4 files changed

+21
-11
lines changed

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

3+
### v0.74.0 (2025-11-23)
4+
5+
* Regenerated from discovery document revision 20251114
6+
37
### v0.73.0 (2025-10-26)
48

59
* Regenerated from discovery document revision 20251019

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -780,8 +780,8 @@ class Comment
780780
# @return [String]
781781
attr_accessor :anchor
782782

783-
# Output only. The email of the user who is assigned to this comment, if none is
784-
# assigned this will be unset.
783+
# Output only. The email address of the user assigned to this comment. If no
784+
# user is assigned, the field is unset.
785785
# Corresponds to the JSON property `assigneeEmailAddress`
786786
# @return [String]
787787
attr_accessor :assignee_email_address
@@ -825,8 +825,8 @@ class Comment
825825
# @return [String]
826826
attr_accessor :kind
827827

828-
# Output only. The emails of the users who were mentioned in this comment, if
829-
# none were mentioned this will be an empty list.
828+
# Output only. A list of email addresses for users mentioned in this comment. If
829+
# no users are mentioned, the list is empty.
830830
# Corresponds to the JSON property `mentionedEmailAddresses`
831831
# @return [Array<String>]
832832
attr_accessor :mentioned_email_addresses
@@ -3439,8 +3439,8 @@ class Reply
34393439
# @return [String]
34403440
attr_accessor :action
34413441

3442-
# Output only. The email of the user who is assigned to this reply, if none is
3443-
# assigned this will be unset.
3442+
# Output only. The email address of the user assigned to this comment. If no
3443+
# user is assigned, the field is unset.
34443444
# Corresponds to the JSON property `assigneeEmailAddress`
34453445
# @return [String]
34463446
attr_accessor :assignee_email_address
@@ -3485,8 +3485,8 @@ class Reply
34853485
# @return [String]
34863486
attr_accessor :kind
34873487

3488-
# Output only. The emails of the users who were mentioned in this reply, if none
3489-
# were mentioned this will be an empty list.
3488+
# Output only. A list of email addresses for users mentioned in this comment. If
3489+
# no users are mentioned, the list is empty.
34903490
# Corresponds to the JSON property `mentionedEmailAddresses`
34913491
# @return [Array<String>]
34923492
attr_accessor :mentioned_email_addresses

generated/google-apis-drive_v3/lib/google/apis/drive_v3/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 DriveV3
1818
# Version of the google-apis-drive_v3 gem
19-
GEM_VERSION = "0.73.0"
19+
GEM_VERSION = "0.74.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 = "20251019"
25+
REVISION = "20251114"
2626
end
2727
end
2828
end

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2339,7 +2339,13 @@ def get_revision(file_id, revision_id, acknowledge_abuse: nil, fields: nil, quot
23392339
end
23402340

23412341
# Lists a file's revisions. For more information, see [Manage file revisions](
2342-
# https://developers.google.com/workspace/drive/api/guides/manage-revisions).
2342+
# https://developers.google.com/workspace/drive/api/guides/manage-revisions). **
2343+
# Important:** The list of revisions returned by this method might be incomplete
2344+
# for files with a large revision history, including frequently edited Google
2345+
# Docs, Sheets, and Slides. Older revisions might be omitted from the response,
2346+
# meaning the first revision returned may not be the oldest existing revision.
2347+
# The revision history visible in the Workspace editor user interface might be
2348+
# more complete than the list returned by the API.
23432349
# @param [String] file_id
23442350
# The ID of the file.
23452351
# @param [Fixnum] page_size

0 commit comments

Comments
 (0)