google-apis-drive_v3 0.73.0 → 0.74.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: aaadc565c9e194ef505880afe5702766129c4328bae10a2d15df62c0e8631b47
4
- data.tar.gz: 9c4c683f49f2d2e2f180806ee4f4a8a302d4e39bab8eb44bb96436179254953d
3
+ metadata.gz: f9f6fbf57a6724233a898c849e9b3cefddcbae4424d2dfe850e9a714d12b2039
4
+ data.tar.gz: 49b78f91230580f288fcc1cfacd782f8a675a417951fa81ecc2bb279ff7d7f84
5
5
  SHA512:
6
- metadata.gz: 57496ed5783895fb96e8ddda078dec70f56a14ae2fbbe5f44a6ea45a4f098d7e460f9d7b66c49cd1ad1814ef6543cbcda7913d74b21c63a888f29e8cc80e6090
7
- data.tar.gz: 7768b7b89d89a2acdb0735f966e564c642201205113a47d2760e53d2987e6d830a4d91480ba31b43e7e05eca5931cbacf982f816314abd0343aaa639a06a1ed1
6
+ metadata.gz: f267af862a58dc42f26a5339edeb99fd990c373bc5a05a12db18c8721a5d1660c53a93413a363161e17290de9bd6099db7435804ce2ae8f47e285a8e90bf6b1c
7
+ data.tar.gz: 0f1bdf5f70ebd58bb466fcff1417a697a76dba37cf4c1c09b2c13771765149f2c4c22e0ea2e7423c7f75c56967132f24e5c9ceecbbe90aea712f604ec6c18629
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-drive_v3
2
2
 
3
+ ### v0.74.0 (2025-11-23)
4
+
5
+ * Regenerated from discovery document revision 20251114
6
+
3
7
  ### v0.73.0 (2025-10-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20251019
@@ -780,8 +780,8 @@ module Google
780
780
  # @return [String]
781
781
  attr_accessor :anchor
782
782
 
783
- # Output only. The email of the user who is assigned to this comment, if none is
784
- # assigned this will be unset.
783
+ # Output only. The email address of the user assigned to this comment. If no
784
+ # user is assigned, the field is unset.
785
785
  # Corresponds to the JSON property `assigneeEmailAddress`
786
786
  # @return [String]
787
787
  attr_accessor :assignee_email_address
@@ -825,8 +825,8 @@ module Google
825
825
  # @return [String]
826
826
  attr_accessor :kind
827
827
 
828
- # Output only. The emails of the users who were mentioned in this comment, if
829
- # none were mentioned this will be an empty list.
828
+ # Output only. A list of email addresses for users mentioned in this comment. If
829
+ # no users are mentioned, the list is empty.
830
830
  # Corresponds to the JSON property `mentionedEmailAddresses`
831
831
  # @return [Array<String>]
832
832
  attr_accessor :mentioned_email_addresses
@@ -3439,8 +3439,8 @@ module Google
3439
3439
  # @return [String]
3440
3440
  attr_accessor :action
3441
3441
 
3442
- # Output only. The email of the user who is assigned to this reply, if none is
3443
- # assigned this will be unset.
3442
+ # Output only. The email address of the user assigned to this comment. If no
3443
+ # user is assigned, the field is unset.
3444
3444
  # Corresponds to the JSON property `assigneeEmailAddress`
3445
3445
  # @return [String]
3446
3446
  attr_accessor :assignee_email_address
@@ -3485,8 +3485,8 @@ module Google
3485
3485
  # @return [String]
3486
3486
  attr_accessor :kind
3487
3487
 
3488
- # Output only. The emails of the users who were mentioned in this reply, if none
3489
- # were mentioned this will be an empty list.
3488
+ # Output only. A list of email addresses for users mentioned in this comment. If
3489
+ # no users are mentioned, the list is empty.
3490
3490
  # Corresponds to the JSON property `mentionedEmailAddresses`
3491
3491
  # @return [Array<String>]
3492
3492
  attr_accessor :mentioned_email_addresses
@@ -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.73.0"
19
+ GEM_VERSION = "0.74.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 = "20251019"
25
+ REVISION = "20251114"
26
26
  end
27
27
  end
28
28
  end
@@ -2339,7 +2339,13 @@ module Google
2339
2339
  end
2340
2340
 
2341
2341
  # Lists a file's revisions. For more information, see [Manage file revisions](
2342
- # https://developers.google.com/workspace/drive/api/guides/manage-revisions).
2342
+ # https://developers.google.com/workspace/drive/api/guides/manage-revisions). **
2343
+ # Important:** The list of revisions returned by this method might be incomplete
2344
+ # for files with a large revision history, including frequently edited Google
2345
+ # Docs, Sheets, and Slides. Older revisions might be omitted from the response,
2346
+ # meaning the first revision returned may not be the oldest existing revision.
2347
+ # The revision history visible in the Workspace editor user interface might be
2348
+ # more complete than the list returned by the API.
2343
2349
  # @param [String] file_id
2344
2350
  # The ID of the file.
2345
2351
  # @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.73.0
4
+ version: 0.74.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.73.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v3/v0.74.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: