google-apis-drive_v2 0.54.0 → 0.56.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 +12 -5
- 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: 35f7aa15e4e698598ea78ee583e99c37e86500c9bc4377642be5524c3d4f42d7
|
|
4
|
+
data.tar.gz: 7080fdf9aca3363c43d2c17eaaba4a002e8be22dda6bd0d4c97191b44f36b6ee
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 42e645329ce9e44149f100a4cfb9ec6719f9813242489d65709965649591c4e82a787788072f2bb865ca1bdd4b3628929ec7af9c22b49a971edd94b8d3fd8292
|
|
7
|
+
data.tar.gz: e1a376d0bcd14317eb05a899328639ea4306ea2506aa71ecca1629f1f65c6bdd0522d38441ca78892818a7f165be1fc468a61a105bf207229f4f6d552997b5fc
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-drive_v2
|
|
2
2
|
|
|
3
|
+
### v0.56.0 (2026-01-25)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260118
|
|
6
|
+
|
|
7
|
+
### v0.55.0 (2025-11-23)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20251114
|
|
10
|
+
|
|
3
11
|
### v0.54.0 (2025-09-07)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20250829
|
|
@@ -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.56.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 = "20260118"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1110,8 +1110,9 @@ module Google
|
|
|
1110
1110
|
# @param [String] timed_text_track_name
|
|
1111
1111
|
# The timed text track name.
|
|
1112
1112
|
# @param [String] visibility
|
|
1113
|
-
# The visibility of the new file.
|
|
1114
|
-
# source is not a
|
|
1113
|
+
# The visibility of the new file. Permissions are still inherited from parent
|
|
1114
|
+
# folders. This parameter is only relevant when the source is not a Google Doc
|
|
1115
|
+
# file and when `convert=false`.
|
|
1115
1116
|
# @param [String] fields
|
|
1116
1117
|
# Selector specifying which fields to include in a partial response.
|
|
1117
1118
|
# @param [String] quota_user
|
|
@@ -1423,8 +1424,8 @@ module Google
|
|
|
1423
1424
|
# @param [Boolean] use_content_as_indexable_text
|
|
1424
1425
|
# Whether to use the content as indexable text.
|
|
1425
1426
|
# @param [String] visibility
|
|
1426
|
-
# The visibility of the new file.
|
|
1427
|
-
# false
|
|
1427
|
+
# The visibility of the new file. Permissions are still inherited from parent
|
|
1428
|
+
# folders. This parameter is only relevant when `convert=false`.
|
|
1428
1429
|
# @param [String] fields
|
|
1429
1430
|
# Selector specifying which fields to include in a partial response.
|
|
1430
1431
|
# @param [String] quota_user
|
|
@@ -3089,7 +3090,13 @@ module Google
|
|
|
3089
3090
|
execute_or_queue_command(command, &block)
|
|
3090
3091
|
end
|
|
3091
3092
|
|
|
3092
|
-
# Lists a file's revisions.
|
|
3093
|
+
# Lists a file's revisions. **Important:** The list of revisions returned by
|
|
3094
|
+
# this method might be incomplete for files with a large revision history,
|
|
3095
|
+
# including frequently edited Google Docs, Sheets, and Slides. Older revisions
|
|
3096
|
+
# might be omitted from the response, meaning the first revision returned may
|
|
3097
|
+
# not be the oldest existing revision. The revision history visible in the
|
|
3098
|
+
# Workspace editor user interface might be more complete than the list returned
|
|
3099
|
+
# by the API.
|
|
3093
3100
|
# @param [String] file_id
|
|
3094
3101
|
# The ID of the file.
|
|
3095
3102
|
# @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.56.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.56.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:
|