Skip to content

Commit 9b8d48b

Browse files
feat: Automated regeneration of drive v3 client (googleapis#20261)
Auto-created at 2024-09-22 09:47:15 +0000 using the toys pull request generator.
1 parent 0cd2493 commit 9b8d48b

File tree

3 files changed

+20
-7
lines changed

3 files changed

+20
-7
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.57.0 (2024-09-22)
4+
5+
* Regenerated from discovery document revision 20240914
6+
37
### v0.56.0 (2024-09-08)
48

59
* Regenerated from discovery document revision 20240903

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.56.0"
19+
GEM_VERSION = "0.57.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 = "20240903"
25+
REVISION = "20240914"
2626
end
2727
end
2828
end

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

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1260,11 +1260,20 @@ def get_file(file_id, acknowledge_abuse: nil, include_labels: nil, include_permi
12601260
# @param [Boolean] include_team_drive_items
12611261
# Deprecated: Use `includeItemsFromAllDrives` instead.
12621262
# @param [String] order_by
1263-
# A comma-separated list of sort keys. Valid keys are 'createdTime', 'folder', '
1264-
# modifiedByMeTime', 'modifiedTime', 'name', 'name_natural', 'quotaBytesUsed', '
1265-
# recency', 'sharedWithMeTime', 'starred', and 'viewedByMeTime'. Each key sorts
1266-
# ascending by default, but can be reversed with the 'desc' modifier. Example
1267-
# usage: ?orderBy=folder,modifiedTime desc,name.
1263+
# A comma-separated list of sort keys. Valid keys are: * `createdTime`: When the
1264+
# file was created. * `folder`: The folder ID. This field is sorted using
1265+
# alphabetical ordering. * `modifiedByMeTime`: The last time the file was
1266+
# modified by the user. * `modifiedTime`: The last time the file was modified by
1267+
# anyone. * `name`: The name of the file. This field is sorted using
1268+
# alphabetical ordering, so 1, 12, 2, 22. * `name_natural`: The name of the file.
1269+
# This field is sorted using natural sort ordering, so 1, 2, 12, 22. * `
1270+
# quotaBytesUsed`: The number of storage quota bytes used by the file. * `
1271+
# recency`: The most recent timestamp from the file's date-time fields. * `
1272+
# sharedWithMeTime`: When the file was shared with the user, if applicable. * `
1273+
# starred`: Whether the user has starred the file. * `viewedByMeTime`: The last
1274+
# time the file was viewed by the user. Each key sorts ascending by default, but
1275+
# can be reversed with the 'desc' modifier. Example usage: `?orderBy=folder,
1276+
# modifiedTime desc,name`.
12681277
# @param [Fixnum] page_size
12691278
# The maximum number of files to return per page. Partial or empty result pages
12701279
# are possible even before the end of the files list has been reached.

0 commit comments

Comments
 (0)