google-apis-drive_v3 0.81.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: 66d84858aaff8c9d3344e73f81cfd4f29b965544218b29966ad0804596904a2b
4
- data.tar.gz: 5734bfff848cf0962d46d512feb791336452fb552c86ebb9b204c16e68d0b3bf
3
+ metadata.gz: 4350efc802a710e6b642cebd0f76c3e183c788e156401d7af8d307231d94ff66
4
+ data.tar.gz: 5182d8269252014109af9797ad7869d972747dc15ed8ecdff26c584a3502556c
5
5
  SHA512:
6
- metadata.gz: f34618563f687a8fbb5e12b1d353e2d3f7c7e8490d0a81471110c5eab2c9ae5fdd761f813dfa49bb1935fe9d507a712975efa7837892b3c0a7fab1c4a9b09ca6
7
- data.tar.gz: 980db95fe5af8925293161168d1cfcc38e3f3125264f8c5c1b6b1623ae32cf0234c1ffe17dbf3fd4a85cf43602da79d8192a8728e7292ddd214f4a2bbc72cffe
6
+ metadata.gz: 9a5f511212a26de8c0d3e08991c250f866f830de9239daaa7c6dfa49964fd419f425c8a0cf03b117a96e241d929e91b2b5ee2d580ec1206ea1e0f40f57419306
7
+ data.tar.gz: 8c5902fe6fc6ee29ed43b4a6b77401cfb185819f510ada7a77cb12a17f257969d43cf915fab79e8cf0bca437c6cf62480a8d772efe8a2e25d5aacea081f4296d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-drive_v3
2
2
 
3
+ ### v0.83.0 (2026-06-28)
4
+
5
+ * Regenerated from discovery document revision 20260624
6
+
7
+ ### v0.82.0 (2026-06-14)
8
+
9
+ * Regenerated using generator version 0.19.0
10
+
3
11
  ### v0.81.0 (2026-05-03)
4
12
 
5
13
  * Regenerated from discovery document revision 20260428
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://developers.google.com/workspace/drive/) may
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 3.1+.
86
+ This library is supported on Ruby 3.2+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -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.81.0"
19
+ GEM_VERSION = "0.83.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.18.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260428"
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.81.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.81.0
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:
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="