google-apis-drive_v3 0.76.0 → 0.77.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 +17 -14
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c7e15704cde2627c7a49429aaf1687637318a2c1e93ec687468b9a9041969703
|
|
4
|
+
data.tar.gz: 3587f05c005a88c912fdef1faf049f8b1195b1bde22bd40033464ee2f653a833
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 811161b9c9758e864229ed650b2002c6be745376a8bcd3502cd4ed30f5f1d1a5f86e4dc370bc195e9f3a573af4ceb84ba5c01dd0eab981ab40f0ba9ead928fd0
|
|
7
|
+
data.tar.gz: e951156ff5d78a7e5a826344ab52b01d1ddda839e7925e596f981e83c1140ca811a50cdda625ca6eb4031973dbf2cd82b2cbe3e8c68667791b06f01fba582d2a
|
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.77.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260128"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1484,12 +1484,13 @@ module Google
|
|
|
1484
1484
|
# want trashed files to appear in the list, use the `trashed=false` query
|
|
1485
1485
|
# parameter to remove trashed files from the results.
|
|
1486
1486
|
# @param [String] corpora
|
|
1487
|
-
#
|
|
1488
|
-
#
|
|
1489
|
-
# drive` to `allDrives` for efficiency. By default, corpora is
|
|
1490
|
-
# However, this can change depending on the filter set through
|
|
1491
|
-
# For more information, see [File organization](https://
|
|
1492
|
-
# workspace/drive/api/guides/about-files#file-organization)
|
|
1487
|
+
# Specifies a collection of items (files or documents) to which the query
|
|
1488
|
+
# applies. Supported items include: * `user` * `domain` * `drive` * `allDrives`
|
|
1489
|
+
# Prefer `user` or `drive` to `allDrives` for efficiency. By default, corpora is
|
|
1490
|
+
# set to `user`. However, this can change depending on the filter set through
|
|
1491
|
+
# the `q` parameter. For more information, see [File organization](https://
|
|
1492
|
+
# developers.google.com/workspace/drive/api/guides/about-files#file-organization)
|
|
1493
|
+
# .
|
|
1493
1494
|
# @param [String] corpus
|
|
1494
1495
|
# Deprecated: The source of files to list. Use `corpora` instead.
|
|
1495
1496
|
# @param [String] drive_id
|
|
@@ -1506,14 +1507,16 @@ module Google
|
|
|
1506
1507
|
# Deprecated: Use `includeItemsFromAllDrives` instead.
|
|
1507
1508
|
# @param [String] order_by
|
|
1508
1509
|
# A comma-separated list of sort keys. Valid keys are: * `createdTime`: When the
|
|
1509
|
-
# file was created.
|
|
1510
|
-
#
|
|
1511
|
-
#
|
|
1512
|
-
#
|
|
1513
|
-
#
|
|
1514
|
-
#
|
|
1515
|
-
#
|
|
1516
|
-
#
|
|
1510
|
+
# file was created. Avoid using this key for queries on large item collections
|
|
1511
|
+
# as it might result in timeouts or other issues. For time-related sorting on
|
|
1512
|
+
# large item collections, use `modifiedTime` instead. * `folder`: The folder ID.
|
|
1513
|
+
# This field is sorted using alphabetical ordering. * `modifiedByMeTime`: The
|
|
1514
|
+
# last time the file was modified by the user. * `modifiedTime`: The last time
|
|
1515
|
+
# the file was modified by anyone. * `name`: The name of the file. This field is
|
|
1516
|
+
# sorted using alphabetical ordering, so 1, 12, 2, 22. * `name_natural`: The
|
|
1517
|
+
# name of the file. This field is sorted using natural sort ordering, so 1, 2,
|
|
1518
|
+
# 12, 22. * `quotaBytesUsed`: The number of storage quota bytes used by the file.
|
|
1519
|
+
# * `recency`: The most recent timestamp from the file's date-time fields. * `
|
|
1517
1520
|
# sharedWithMeTime`: When the file was shared with the user, if applicable. * `
|
|
1518
1521
|
# starred`: Whether the user has starred the file. * `viewedByMeTime`: The last
|
|
1519
1522
|
# time the file was viewed by the user. Each key sorts ascending by default, but
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.77.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-drive_v3/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v3/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v3/v0.77.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-drive_v3
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|