Skip to content

Commit 31dec62

Browse files
feat: Automated regeneration of drive v3 client (googleapis#20416)
Auto-created at 2024-10-20 09:30:56 +0000 using the toys pull request generator.
1 parent 237cf7d commit 31dec62

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
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.59.0 (2024-10-20)
4+
5+
* Regenerated from discovery document revision 20241014
6+
37
### v0.58.0 (2024-10-13)
48

59
* Regenerated from discovery document revision 20241008

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.58.0"
19+
GEM_VERSION = "0.59.0"
2020

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

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

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1589,7 +1589,8 @@ def list_file_accessproposals(file_id, page_size: nil, page_token: nil, fields:
15891589
# @param [String] action
15901590
# Required. The action to take on the AccessProposal.
15911591
# @param [Array<String>, String] role
1592-
# Optional. The roles the approver has allowed, if any.
1592+
# Optional. The roles the approver has allowed, if any. Note: This field is
1593+
# required for the `ACCEPT` action.
15931594
# @param [Boolean] send_notification
15941595
# Optional. Whether to send an email to the requester when the AccessProposal is
15951596
# denied or accepted.

0 commit comments

Comments
 (0)