google-apis-drive_v3 0.84.0 → 0.86.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_v3/classes.rb +3 -1
- data/lib/google/apis/drive_v3/gem_version.rb +2 -2
- data/lib/google/apis/drive_v3/service.rb +6 -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: dba9ce7d410436b740d889d6cf957881cb888cc5e849871b9d08b959a1d2b0af
|
|
4
|
+
data.tar.gz: f105ee36843ee58279f8dc016f6944206690df103937e57ac72c97fb17ea8307
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 565365190170310950b6d04e32352feb64c6f29a8792679292c72b09f4665b8a202a6d709cf1ff2d14e8950ee1078cf5f9deba331bf67acc10023a0c435dd129
|
|
7
|
+
data.tar.gz: 16d13f150ebbc60d1d48b4d079bbf1aa3a1a73d66950686850dcd62c0bc79b52ab503e69088450a9bf56d4ffddcf6454367822c922f6371f301c77b188c35fcc
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-drive_v3
|
|
2
2
|
|
|
3
|
+
### v0.86.0 (2026-08-30)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260823
|
|
6
|
+
|
|
7
|
+
### v0.85.0 (2026-07-26)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260720
|
|
10
|
+
|
|
3
11
|
### v0.84.0 (2026-07-19)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20260712
|
|
@@ -2307,7 +2307,9 @@ module Google
|
|
|
2307
2307
|
attr_accessor :can_accept_ownership
|
|
2308
2308
|
alias_method :can_accept_ownership?, :can_accept_ownership
|
|
2309
2309
|
|
|
2310
|
-
# Whether the current user can access this file via Gen AI features.
|
|
2310
|
+
# Whether the current user can access this file via Gen AI features. For more
|
|
2311
|
+
# information, see [Drive MCP file eligibility](https://developers.google.com/
|
|
2312
|
+
# workspace/drive/api/guides/drive-mcp-server-file-eligibility).
|
|
2311
2313
|
# Corresponds to the JSON property `canAccessViaGenAi`
|
|
2312
2314
|
# @return [Boolean]
|
|
2313
2315
|
attr_accessor :can_access_via_gen_ai
|
|
@@ -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.86.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260823"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -385,7 +385,12 @@ module Google
|
|
|
385
385
|
end
|
|
386
386
|
|
|
387
387
|
# Lists the approvals on a file. For more information, see [Manage approvals](
|
|
388
|
-
# https://developers.google.com/workspace/drive/api/guides/approvals).
|
|
388
|
+
# https://developers.google.com/workspace/drive/api/guides/approvals). By
|
|
389
|
+
# default, this method returns a minimal response that may not include the items
|
|
390
|
+
# array. To retrieve approval details, you must explicitly specify the fields
|
|
391
|
+
# you want using the `fields` query parameter. To return the exact fields you
|
|
392
|
+
# need, see [Return specific fields](https://developers.google.com/workspace/
|
|
393
|
+
# drive/api/guides/fields-parameter).
|
|
389
394
|
# @param [String] file_id
|
|
390
395
|
# Required. The ID of the file that the approval is on.
|
|
391
396
|
# @param [Fixnum] page_size
|
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.86.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.86.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:
|