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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/drive_v3/classes.rb +8 -8
- data/lib/google/apis/drive_v3/gem_version.rb +2 -2
- data/lib/google/apis/drive_v3/service.rb +7 -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: f9f6fbf57a6724233a898c849e9b3cefddcbae4424d2dfe850e9a714d12b2039
|
|
4
|
+
data.tar.gz: 49b78f91230580f288fcc1cfacd782f8a675a417951fa81ecc2bb279ff7d7f84
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f267af862a58dc42f26a5339edeb99fd990c373bc5a05a12db18c8721a5d1660c53a93413a363161e17290de9bd6099db7435804ce2ae8f47e285a8e90bf6b1c
|
|
7
|
+
data.tar.gz: 0f1bdf5f70ebd58bb466fcff1417a697a76dba37cf4c1c09b2c13771765149f2c4c22e0ea2e7423c7f75c56967132f24e5c9ceecbbe90aea712f604ec6c18629
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
784
|
-
# assigned
|
|
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.
|
|
829
|
-
#
|
|
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
|
|
3443
|
-
# assigned
|
|
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.
|
|
3489
|
-
#
|
|
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.
|
|
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 = "
|
|
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.
|
|
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.
|
|
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:
|