google-apis-drive_v3 0.78.0 → 0.79.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/gem_version.rb +2 -2
- data/lib/google/apis/drive_v3/service.rb +3 -3
- 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: 7e565160a105e8c8ab74dbb58936f307f59830630fc09806280633f75c90dd15
|
|
4
|
+
data.tar.gz: 144517a280127b1dac835951f475b05d4ff007cf105b15330186a8e6ad237627
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2892fc2afe280960a7edd791e21c81fd23ee62eee3f1485d7850d2caf06edd453a313ead6c1238d70afef54839d8b5897ff39cb93cf0ac2a84acf27e1a6bdab7
|
|
7
|
+
data.tar.gz: b8de7ae8733438b2457801a07d2df5f643b4a0b8cda67eb3c48e12681b8a775a39f4e70b58b4ab5b9563e38c259694c21b64e9c78a7e4defa3a5b5cbb87790a6
|
data/CHANGELOG.md
CHANGED
|
@@ -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.79.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
|
|
@@ -1841,7 +1841,7 @@ module Google
|
|
|
1841
1841
|
# @param [String] email_message
|
|
1842
1842
|
# A plain text custom message to include in the notification email.
|
|
1843
1843
|
# @param [Boolean] enforce_expansive_access
|
|
1844
|
-
#
|
|
1844
|
+
# Deprecated: All requests use the expansive access rules.
|
|
1845
1845
|
# @param [Boolean] enforce_single_parent
|
|
1846
1846
|
# Deprecated: See `moveToNewOwnersRoot` for details.
|
|
1847
1847
|
# @param [Boolean] move_to_new_owners_root
|
|
@@ -1917,7 +1917,7 @@ module Google
|
|
|
1917
1917
|
# @param [String] permission_id
|
|
1918
1918
|
# The ID of the permission.
|
|
1919
1919
|
# @param [Boolean] enforce_expansive_access
|
|
1920
|
-
#
|
|
1920
|
+
# Deprecated: All requests use the expansive access rules.
|
|
1921
1921
|
# @param [Boolean] supports_all_drives
|
|
1922
1922
|
# Whether the requesting application supports both My Drives and shared drives.
|
|
1923
1923
|
# @param [Boolean] supports_team_drives
|
|
@@ -2080,7 +2080,7 @@ module Google
|
|
|
2080
2080
|
# The ID of the permission.
|
|
2081
2081
|
# @param [Google::Apis::DriveV3::Permission] permission_object
|
|
2082
2082
|
# @param [Boolean] enforce_expansive_access
|
|
2083
|
-
#
|
|
2083
|
+
# Deprecated: All requests use the expansive access rules.
|
|
2084
2084
|
# @param [Boolean] remove_expiration
|
|
2085
2085
|
# Whether to remove the expiration date.
|
|
2086
2086
|
# @param [Boolean] supports_all_drives
|
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.79.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.79.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:
|