google-apis-drive_v2 0.53.0 → 0.55.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 +8 -0
- data/lib/google/apis/drive_v2/gem_version.rb +2 -2
- data/lib/google/apis/drive_v2/service.rb +19 -12
- 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: ab46538595ad2935759c122d282b620143db27dd1fe241249399da2bc470228a
|
|
4
|
+
data.tar.gz: 0da44a8fed5bde58ef7566eed66f20744f6b0ad1b115a613a2d2382a3c87133e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 870e79ab06a6b49423de7d2ce641e682d62842a919d2c910cae4ba1aafd96d22fc01075d4fce2a897e855cb6499593e039476218a8cee2b39bf09a7a00d17cbd
|
|
7
|
+
data.tar.gz: b182abec72fc3f83f7eeaf92b3c632b7e812c873b5572d07cdd5286c5f1ce51c1ac2200acee68f151484f638322202a9a4c3e8e972bd9fe82de4f14982997b9d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-drive_v2
|
|
2
2
|
|
|
3
|
+
### v0.55.0 (2025-11-23)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20251114
|
|
6
|
+
|
|
7
|
+
### v0.54.0 (2025-09-07)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20250829
|
|
10
|
+
|
|
3
11
|
### v0.53.0 (2025-08-31)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20250826
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DriveV2
|
|
18
18
|
# Version of the google-apis-drive_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.55.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 = "20251114"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1476,12 +1476,12 @@ module Google
|
|
|
1476
1476
|
execute_or_queue_command(command, &block)
|
|
1477
1477
|
end
|
|
1478
1478
|
|
|
1479
|
-
# Lists the user's files.
|
|
1480
|
-
# search
|
|
1481
|
-
#
|
|
1482
|
-
#
|
|
1483
|
-
#
|
|
1484
|
-
#
|
|
1479
|
+
# Lists the user's files. For more information, see [Search for files and
|
|
1480
|
+
# folders](/workspace/drive/api/guides/search-files). This method accepts the `q`
|
|
1481
|
+
# parameter, which is a search query combining one or more search terms. This
|
|
1482
|
+
# method returns *all* files by default, including trashed files. If you don't
|
|
1483
|
+
# want trashed files to appear in the list, use the `trashed=false` query
|
|
1484
|
+
# parameter to remove trashed files from the results.
|
|
1485
1485
|
# @param [String] corpora
|
|
1486
1486
|
# Bodies of items (files/documents) to which the query applies. Supported bodies
|
|
1487
1487
|
# are `default`, `domain`, `drive` and `allDrives`. Prefer `default` or `drive`
|
|
@@ -1889,16 +1889,17 @@ module Google
|
|
|
1889
1889
|
execute_or_queue_command(command, &block)
|
|
1890
1890
|
end
|
|
1891
1891
|
|
|
1892
|
-
# Updates a file's metadata
|
|
1892
|
+
# Updates a file's metadata, content, or both. When calling this method, only
|
|
1893
1893
|
# populate fields in the request that you want to modify. When updating fields,
|
|
1894
1894
|
# some fields might be changed automatically, such as `modifiedDate`. This
|
|
1895
1895
|
# method supports patch semantics. This method supports an */upload* URI and
|
|
1896
1896
|
# accepts uploaded media with the following characteristics: - *Maximum file
|
|
1897
|
-
# size:* 5,120 GB - *Accepted Media MIME types
|
|
1897
|
+
# size:* 5,120 GB - *Accepted Media MIME types:* `*/*` (Specify a valid MIME
|
|
1898
1898
|
# type, rather than the literal `*/*` value. The literal `*/*` is only used to
|
|
1899
|
-
# indicate that any valid MIME type can be uploaded. For more information
|
|
1900
|
-
#
|
|
1901
|
-
#
|
|
1899
|
+
# indicate that any valid MIME type can be uploaded. For more information, see [
|
|
1900
|
+
# Google Workspace and Google Drive supported MIME types](/workspace/drive/api/
|
|
1901
|
+
# guides/mime-types).) For more information on uploading files, see [Upload file
|
|
1902
|
+
# data](/workspace/drive/api/guides/manage-uploads).
|
|
1902
1903
|
# @param [String] file_id
|
|
1903
1904
|
# The ID of the file to update.
|
|
1904
1905
|
# @param [Google::Apis::DriveV2::File] file_object
|
|
@@ -3088,7 +3089,13 @@ module Google
|
|
|
3088
3089
|
execute_or_queue_command(command, &block)
|
|
3089
3090
|
end
|
|
3090
3091
|
|
|
3091
|
-
# Lists a file's revisions.
|
|
3092
|
+
# Lists a file's revisions. **Important:** The list of revisions returned by
|
|
3093
|
+
# this method might be incomplete for files with a large revision history,
|
|
3094
|
+
# including frequently edited Google Docs, Sheets, and Slides. Older revisions
|
|
3095
|
+
# might be omitted from the response, meaning the first revision returned may
|
|
3096
|
+
# not be the oldest existing revision. The revision history visible in the
|
|
3097
|
+
# Workspace editor user interface might be more complete than the list returned
|
|
3098
|
+
# by the API.
|
|
3092
3099
|
# @param [String] file_id
|
|
3093
3100
|
# The ID of the file.
|
|
3094
3101
|
# @param [Fixnum] max_results
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-drive_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.55.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_v2/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v2/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v2/v0.55.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-drive_v2
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|