google-apis-drive_v3 0.84.0 → 0.85.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_v3/classes.rb +3 -1
- data/lib/google/apis/drive_v3/gem_version.rb +2 -2
- 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: f637325e5d42f85d228a0bb09a29f5d8a300882feddfde366f78456d5929f9df
|
|
4
|
+
data.tar.gz: 20d17ec8002d03a95de88bc648ffe993bd2672ad92965714ca77bd2239c0b884
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 80378a8d56147c886a1301f795076b64d792ced150c24ebbc845f6eaa3e796c1e0b34b1ff2998004b7ab59c4f95b0430f89aa30c10a2001a156bfdd006c8e73c
|
|
7
|
+
data.tar.gz: d922c31103ab9a435b2a178fb2e0ce4a108894a454a3c3cd0a5f292d66409ecd2350ed5fee42a4c27e13b54a5056d3e14e16068081d4f57b567bdce57384db99
|
data/CHANGELOG.md
CHANGED
|
@@ -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.85.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 = "20260720"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
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.85.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.85.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:
|