google-apis-drive_v2 0.56.0 → 0.57.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_v2/gem_version.rb +2 -2
- data/lib/google/apis/drive_v2/service.rb +4 -4
- 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: 2c0eae3b650a34190ffa58ec72281f81cd485cd04be1cf8809c9dc39791630c3
|
|
4
|
+
data.tar.gz: db5e67e91a499a035501b99faee0e11d5ff99655713e685e65b28a028b197458
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c2303e62263a3a1abec4128f66220a032abfcd4b23e8382e45cb34eb8639cccd49ef8c8e32aec5aea17a39837293199303c71d2bff28d2c8fa1327da0831b6ab
|
|
7
|
+
data.tar.gz: 6df54396d46b14b36f5ed1d5fcbf44002bfddbcd5c2d257ed332e829c6f104c5b9fe072e99bdeb3cb3091517a050ddb369ffbf29ec7ad116c3f36cd249cb2ea9
|
data/CHANGELOG.md
CHANGED
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DriveV2
|
|
18
18
|
# Version of the google-apis-drive_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.57.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 = "20260305"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -2224,7 +2224,7 @@ module Google
|
|
|
2224
2224
|
# @param [String] permission_id
|
|
2225
2225
|
# The ID for the permission.
|
|
2226
2226
|
# @param [Boolean] enforce_expansive_access
|
|
2227
|
-
#
|
|
2227
|
+
# Deprecated: All requests use the expansive access rules.
|
|
2228
2228
|
# @param [Boolean] supports_all_drives
|
|
2229
2229
|
# Whether the requesting application supports both My Drives and shared drives.
|
|
2230
2230
|
# @param [Boolean] supports_team_drives
|
|
@@ -2348,7 +2348,7 @@ module Google
|
|
|
2348
2348
|
# @param [String] email_message
|
|
2349
2349
|
# A plain text custom message to include in notification emails.
|
|
2350
2350
|
# @param [Boolean] enforce_expansive_access
|
|
2351
|
-
#
|
|
2351
|
+
# Deprecated: All requests use the expansive access rules.
|
|
2352
2352
|
# @param [Boolean] enforce_single_parent
|
|
2353
2353
|
# Deprecated: See `moveToNewOwnersRoot` for details.
|
|
2354
2354
|
# @param [Boolean] move_to_new_owners_root
|
|
@@ -2469,7 +2469,7 @@ module Google
|
|
|
2469
2469
|
# The ID for the permission.
|
|
2470
2470
|
# @param [Google::Apis::DriveV2::Permission] permission_object
|
|
2471
2471
|
# @param [Boolean] enforce_expansive_access
|
|
2472
|
-
#
|
|
2472
|
+
# Deprecated: All requests use the expansive access rules.
|
|
2473
2473
|
# @param [Boolean] remove_expiration
|
|
2474
2474
|
# Whether to remove the expiration date.
|
|
2475
2475
|
# @param [Boolean] supports_all_drives
|
|
@@ -2528,7 +2528,7 @@ module Google
|
|
|
2528
2528
|
# The ID for the permission.
|
|
2529
2529
|
# @param [Google::Apis::DriveV2::Permission] permission_object
|
|
2530
2530
|
# @param [Boolean] enforce_expansive_access
|
|
2531
|
-
#
|
|
2531
|
+
# Deprecated: All requests use the expansive access rules.
|
|
2532
2532
|
# @param [Boolean] remove_expiration
|
|
2533
2533
|
# Whether to remove the expiration date.
|
|
2534
2534
|
# @param [Boolean] supports_all_drives
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-drive_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.57.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_v2/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v2/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v2/v0.57.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-drive_v2
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|