google-apis-drive_v3 0.82.0 → 0.83.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4350efc802a710e6b642cebd0f76c3e183c788e156401d7af8d307231d94ff66
|
|
4
|
+
data.tar.gz: 5182d8269252014109af9797ad7869d972747dc15ed8ecdff26c584a3502556c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9a5f511212a26de8c0d3e08991c250f866f830de9239daaa7c6dfa49964fd419f425c8a0cf03b117a96e241d929e91b2b5ee2d580ec1206ea1e0f40f57419306
|
|
7
|
+
data.tar.gz: 8c5902fe6fc6ee29ed43b4a6b77401cfb185819f510ada7a77cb12a17f257969d43cf915fab79e8cf0bca437c6cf62480a8d772efe8a2e25d5aacea081f4296d
|
data/CHANGELOG.md
CHANGED
|
@@ -2301,6 +2301,12 @@ module Google
|
|
|
2301
2301
|
attr_accessor :can_accept_ownership
|
|
2302
2302
|
alias_method :can_accept_ownership?, :can_accept_ownership
|
|
2303
2303
|
|
|
2304
|
+
# Whether the current user can access this file via Gen AI features.
|
|
2305
|
+
# Corresponds to the JSON property `canAccessViaGenAi`
|
|
2306
|
+
# @return [Boolean]
|
|
2307
|
+
attr_accessor :can_access_via_gen_ai
|
|
2308
|
+
alias_method :can_access_via_gen_ai?, :can_access_via_gen_ai
|
|
2309
|
+
|
|
2304
2310
|
# Output only. Whether the current user can add children to this folder. This is
|
|
2305
2311
|
# always `false` when the item isn't a folder.
|
|
2306
2312
|
# Corresponds to the JSON property `canAddChildren`
|
|
@@ -2611,6 +2617,7 @@ module Google
|
|
|
2611
2617
|
# Update properties of this object
|
|
2612
2618
|
def update!(**args)
|
|
2613
2619
|
@can_accept_ownership = args[:can_accept_ownership] if args.key?(:can_accept_ownership)
|
|
2620
|
+
@can_access_via_gen_ai = args[:can_access_via_gen_ai] if args.key?(:can_access_via_gen_ai)
|
|
2614
2621
|
@can_add_children = args[:can_add_children] if args.key?(:can_add_children)
|
|
2615
2622
|
@can_add_folder_from_another_drive = args[:can_add_folder_from_another_drive] if args.key?(:can_add_folder_from_another_drive)
|
|
2616
2623
|
@can_add_my_drive_parent = args[:can_add_my_drive_parent] if args.key?(:can_add_my_drive_parent)
|
|
@@ -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.83.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 = "20260624"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -990,6 +990,7 @@ module Google
|
|
|
990
990
|
# @private
|
|
991
991
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
992
992
|
property :can_accept_ownership, as: 'canAcceptOwnership'
|
|
993
|
+
property :can_access_via_gen_ai, as: 'canAccessViaGenAi'
|
|
993
994
|
property :can_add_children, as: 'canAddChildren'
|
|
994
995
|
property :can_add_folder_from_another_drive, as: 'canAddFolderFromAnotherDrive'
|
|
995
996
|
property :can_add_my_drive_parent, as: 'canAddMyDriveParent'
|
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.83.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.83.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:
|