google-apis-drive_v2 0.53.0 → 0.54.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_v2/gem_version.rb +2 -2
- data/lib/google/apis/drive_v2/service.rb +12 -11
- 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: e24c4bbeba00120233145d48d11e82c7fc63198d2098d470571233c777980e3e
|
4
|
+
data.tar.gz: e90c37695dd02c8330d4c6eba42ae7ed6799386693391ee595a4b223ac7f5241
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 757e43a9cd4acb4a7fe993cdc75075f145c1cb31e568451d84f42ab99bdf46e2b8c43a76323c34f2b1ad56ad5d831977314e8518625c06faec8eeb8a049b95a0
|
7
|
+
data.tar.gz: 3ad9335ac0d5e8ac70066aefa0e854ca6e26222e051a2f9a317fb333286d43daa172da3651ef313a6dd644f0f27b10bdfe7c0372367daaa584f2481082f98f08
|
data/CHANGELOG.md
CHANGED
@@ -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.54.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 = "20250829"
|
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
|
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.54.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.54.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:
|