google-apis-drive_v3 0.56.0 → 0.57.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/drive_v3/gem_version.rb +2 -2
- data/lib/google/apis/drive_v3/service.rb +14 -5
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eba6c7f45f2dca3ece3274c4fde067743ec6ee59fbc20a5d123ad2d1fdff9a2f
|
|
4
|
+
data.tar.gz: 3c96a6d537ab15574b4b96ceda7f0b218a8c3c6452d009c8f95c0f009c57045e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 25cea60fe5a24d4c3519b9bdf2c47a0792c9abfeba6b7660482fa6b9c0ccd53ebe10a5b5344f0cc9934226ee4802121eb529379b57a5eddfd42f6431246ff59f
|
|
7
|
+
data.tar.gz: fea5f017c0cfc0a93aef5e2f9cdef3f0fe0f6444dc4d3a9450a5b01e9cb434fff4ddb5a9b8a2892beab2692faef466e5ed129070cfc086de33215a77bf20a81b
|
data/CHANGELOG.md
CHANGED
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DriveV3
|
|
18
18
|
# Version of the google-apis-drive_v3 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.57.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240914"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1260,11 +1260,20 @@ module Google
|
|
|
1260
1260
|
# @param [Boolean] include_team_drive_items
|
|
1261
1261
|
# Deprecated: Use `includeItemsFromAllDrives` instead.
|
|
1262
1262
|
# @param [String] order_by
|
|
1263
|
-
# A comma-separated list of sort keys. Valid keys are
|
|
1264
|
-
#
|
|
1265
|
-
#
|
|
1266
|
-
#
|
|
1267
|
-
#
|
|
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`.
|
|
1268
1277
|
# @param [Fixnum] page_size
|
|
1269
1278
|
# The maximum number of files to return per page. Partial or empty result pages
|
|
1270
1279
|
# are possible even before the end of the files list has been reached.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-drive_v3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.57.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-09-
|
|
11
|
+
date: 2024-09-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-drive_v3/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v3/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v3/v0.57.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-drive_v3
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|