google-apis-drive_v2 0.54.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 +4 -0
- data/lib/google/apis/drive_v2/gem_version.rb +2 -2
- data/lib/google/apis/drive_v2/service.rb +7 -1
- 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
|
@@ -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
|
|
@@ -3089,7 +3089,13 @@ module Google
|
|
|
3089
3089
|
execute_or_queue_command(command, &block)
|
|
3090
3090
|
end
|
|
3091
3091
|
|
|
3092
|
-
# 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.
|
|
3093
3099
|
# @param [String] file_id
|
|
3094
3100
|
# The ID of the file.
|
|
3095
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:
|