google-apis-drive_v3 0.60.0 → 0.61.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/drive_v3/classes.rb +6 -3
- data/lib/google/apis/drive_v3/gem_version.rb +2 -2
- data/lib/google/apis/drive_v3/service.rb +44 -11
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d592e7aac3b45c349709aaba088197aa2c497c4f88779b75b793c5a75b24219a
|
4
|
+
data.tar.gz: c351468b6394b84217c4b1324a0cc5e68fd7b977f93d266f86672acfee887fd5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e9a1366a99c35bea59cc2912fc18906eeb02de4245be5e37af101efaba7a4dfb3896eb354ee864d61272c9df276722fc85e5fd0f6b252e2bf45adbf5c82e532f
|
7
|
+
data.tar.gz: 4fb9a1d9f4fdeb55e74f01d90e5478c7e8bbe126f201ca459a7020be9f5a9306d8344eaec9847d4e47c5776111519b916a3ae0760a92843e25e309f8212b620f
|
data/CHANGELOG.md
CHANGED
@@ -3054,9 +3054,12 @@ module Google
|
|
3054
3054
|
end
|
3055
3055
|
|
3056
3056
|
# A permission for a file. A permission grants a user, group, domain, or the
|
3057
|
-
# world access to a file or a folder hierarchy.
|
3058
|
-
#
|
3059
|
-
#
|
3057
|
+
# world access to a file or a folder hierarchy. By default, permissions requests
|
3058
|
+
# only return a subset of fields. Permission kind, ID, type, and role are always
|
3059
|
+
# returned. To retrieve specific fields, see https://developers.google.com/drive/
|
3060
|
+
# api/guides/fields-parameter. Some resource methods (such as `permissions.
|
3061
|
+
# update`) require a `permissionId`. Use the `permissions.list` method to
|
3062
|
+
# retrieve the ID for a file, folder, or shared drive.
|
3060
3063
|
class Permission
|
3061
3064
|
include Google::Apis::Core::Hashable
|
3062
3065
|
|
@@ -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.61.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241206"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -52,6 +52,10 @@ module Google
|
|
52
52
|
end
|
53
53
|
|
54
54
|
# Gets information about the user, the user's Drive, and system capabilities.
|
55
|
+
# For more information, see [Return user info](https://developers.google.com/
|
56
|
+
# drive/api/guides/user-info). Required: The `fields` parameter must be set. To
|
57
|
+
# return the exact fields you need, see [Return specific fields](https://
|
58
|
+
# developers.google.com/drive/api/guides/fields-parameter).
|
55
59
|
# @param [String] fields
|
56
60
|
# Selector specifying which fields to include in a partial response.
|
57
61
|
# @param [String] quota_user
|
@@ -182,7 +186,8 @@ module Google
|
|
182
186
|
execute_or_queue_command(command, &block)
|
183
187
|
end
|
184
188
|
|
185
|
-
# Gets a specific app.
|
189
|
+
# Gets a specific app. For more information, see [Return user info](https://
|
190
|
+
# developers.google.com/drive/api/guides/user-info).
|
186
191
|
# @param [String] app_id
|
187
192
|
# The ID of the app.
|
188
193
|
# @param [String] fields
|
@@ -212,7 +217,8 @@ module Google
|
|
212
217
|
execute_or_queue_command(command, &block)
|
213
218
|
end
|
214
219
|
|
215
|
-
# Lists a user's installed apps.
|
220
|
+
# Lists a user's installed apps. For more information, see [Return user info](
|
221
|
+
# https://developers.google.com/drive/api/guides/user-info).
|
216
222
|
# @param [String] app_filter_extensions
|
217
223
|
# A comma-separated list of file extensions to limit returned results. All
|
218
224
|
# results within the given app query scope which can open any of the given file
|
@@ -255,7 +261,9 @@ module Google
|
|
255
261
|
execute_or_queue_command(command, &block)
|
256
262
|
end
|
257
263
|
|
258
|
-
# Gets the starting pageToken for listing future changes.
|
264
|
+
# Gets the starting pageToken for listing future changes. For more information,
|
265
|
+
# see [Retrieve changes](https://developers.google.com/drive/api/guides/manage-
|
266
|
+
# changes).
|
259
267
|
# @param [String] drive_id
|
260
268
|
# The ID of the shared drive for which the starting pageToken for listing future
|
261
269
|
# changes from that shared drive will be returned.
|
@@ -295,7 +303,9 @@ module Google
|
|
295
303
|
execute_or_queue_command(command, &block)
|
296
304
|
end
|
297
305
|
|
298
|
-
# Lists the changes for a user or shared drive.
|
306
|
+
# Lists the changes for a user or shared drive. For more information, see [
|
307
|
+
# Retrieve changes](https://developers.google.com/drive/api/guides/manage-
|
308
|
+
# changes).
|
299
309
|
# @param [String] page_token
|
300
310
|
# The token for continuing a previous list request on the next page. This should
|
301
311
|
# be set to the value of 'nextPageToken' from the previous response or to the
|
@@ -377,7 +387,8 @@ module Google
|
|
377
387
|
execute_or_queue_command(command, &block)
|
378
388
|
end
|
379
389
|
|
380
|
-
# Subscribes to changes for a user.
|
390
|
+
# Subscribes to changes for a user. For more information, see [Notifications for
|
391
|
+
# resource changes](https://developers.google.com/drive/api/guides/push).
|
381
392
|
# @param [String] page_token
|
382
393
|
# The token for continuing a previous list request on the next page. This should
|
383
394
|
# be set to the value of 'nextPageToken' from the previous response or to the
|
@@ -462,7 +473,9 @@ module Google
|
|
462
473
|
execute_or_queue_command(command, &block)
|
463
474
|
end
|
464
475
|
|
465
|
-
# Stops watching resources through this channel.
|
476
|
+
# Stops watching resources through this channel. For more information, see [
|
477
|
+
# Notifications for resource changes](https://developers.google.com/drive/api/
|
478
|
+
# guides/push).
|
466
479
|
# @param [Google::Apis::DriveV3::Channel] channel_object
|
467
480
|
# @param [String] fields
|
468
481
|
# Selector specifying which fields to include in a partial response.
|
@@ -490,7 +503,11 @@ module Google
|
|
490
503
|
execute_or_queue_command(command, &block)
|
491
504
|
end
|
492
505
|
|
493
|
-
# Creates a comment on a file.
|
506
|
+
# Creates a comment on a file. For more information, see [Manage comments and
|
507
|
+
# replies](https://developers.google.com/drive/api/guides/manage-comments).
|
508
|
+
# Required: The `fields` parameter must be set. To return the exact fields you
|
509
|
+
# need, see [Return specific fields](https://developers.google.com/drive/api/
|
510
|
+
# guides/fields-parameter).
|
494
511
|
# @param [String] file_id
|
495
512
|
# The ID of the file.
|
496
513
|
# @param [Google::Apis::DriveV3::Comment] comment_object
|
@@ -523,7 +540,11 @@ module Google
|
|
523
540
|
execute_or_queue_command(command, &block)
|
524
541
|
end
|
525
542
|
|
526
|
-
# Deletes a comment.
|
543
|
+
# Deletes a comment. For more information, see [Manage comments and replies](
|
544
|
+
# https://developers.google.com/drive/api/guides/manage-comments). Required: The
|
545
|
+
# `fields` parameter must be set. To return the exact fields you need, see [
|
546
|
+
# Return specific fields](https://developers.google.com/drive/api/guides/fields-
|
547
|
+
# parameter).
|
527
548
|
# @param [String] file_id
|
528
549
|
# The ID of the file.
|
529
550
|
# @param [String] comment_id
|
@@ -554,7 +575,11 @@ module Google
|
|
554
575
|
execute_or_queue_command(command, &block)
|
555
576
|
end
|
556
577
|
|
557
|
-
# Gets a comment by ID.
|
578
|
+
# Gets a comment by ID. For more information, see [Manage comments and replies](
|
579
|
+
# https://developers.google.com/drive/api/guides/manage-comments). Required: The
|
580
|
+
# `fields` parameter must be set. To return the exact fields you need, see [
|
581
|
+
# Return specific fields](https://developers.google.com/drive/api/guides/fields-
|
582
|
+
# parameter).
|
558
583
|
# @param [String] file_id
|
559
584
|
# The ID of the file.
|
560
585
|
# @param [String] comment_id
|
@@ -591,7 +616,11 @@ module Google
|
|
591
616
|
execute_or_queue_command(command, &block)
|
592
617
|
end
|
593
618
|
|
594
|
-
# Lists a file's comments.
|
619
|
+
# Lists a file's comments. For more information, see [Manage comments and
|
620
|
+
# replies](https://developers.google.com/drive/api/guides/manage-comments).
|
621
|
+
# Required: The `fields` parameter must be set. To return the exact fields you
|
622
|
+
# need, see [Return specific fields](https://developers.google.com/drive/api/
|
623
|
+
# guides/fields-parameter).
|
595
624
|
# @param [String] file_id
|
596
625
|
# The ID of the file.
|
597
626
|
# @param [Boolean] include_deleted
|
@@ -636,7 +665,11 @@ module Google
|
|
636
665
|
execute_or_queue_command(command, &block)
|
637
666
|
end
|
638
667
|
|
639
|
-
# Updates a comment with patch semantics.
|
668
|
+
# Updates a comment with patch semantics. For more information, see [Manage
|
669
|
+
# comments and replies](https://developers.google.com/drive/api/guides/manage-
|
670
|
+
# comments). Required: The `fields` parameter must be set. To return the exact
|
671
|
+
# fields you need, see [Return specific fields](https://developers.google.com/
|
672
|
+
# drive/api/guides/fields-parameter).
|
640
673
|
# @param [String] file_id
|
641
674
|
# The ID of the file.
|
642
675
|
# @param [String] comment_id
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.61.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-12-
|
11
|
+
date: 2024-12-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-drive_v3/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v3/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v3/v0.61.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-drive_v3
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.23
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Google Drive API V3
|