Skip to content

Commit

Permalink
feat: Automated regeneration of drive v3 client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Oct 20, 2024
1 parent aa9a74f commit afeaa32
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions generated/google-apis-drive_v3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-drive_v3

### v0.59.0 (2024-10-20)

* Regenerated from discovery document revision 20241014

### v0.58.0 (2024-10-13)

* Regenerated from discovery document revision 20241008
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module DriveV3
# Version of the google-apis-drive_v3 gem
GEM_VERSION = "0.58.0"
GEM_VERSION = "0.59.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20241008"
REVISION = "20241014"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -1589,7 +1589,8 @@ def list_file_accessproposals(file_id, page_size: nil, page_token: nil, fields:
# @param [String] action
# Required. The action to take on the AccessProposal.
# @param [Array<String>, String] role
# Optional. The roles the approver has allowed, if any.
# Optional. The roles the approver has allowed, if any. Note: This field is
# required for the `ACCEPT` action.
# @param [Boolean] send_notification
# Optional. Whether to send an email to the requester when the AccessProposal is
# denied or accepted.
Expand Down

0 comments on commit afeaa32

Please sign in to comment.