google-apis-drive_v2 0.57.0 → 0.58.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/classes.rb +6 -1
- data/lib/google/apis/drive_v2/gem_version.rb +2 -2
- 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: a6fe2559fe38e4fe6d37cfb909c5ae8a26cf769ab6009a72d9d664a3a1f2b066
|
|
4
|
+
data.tar.gz: 35ed5e7cacaf01dc81085697b6e3f23dd769a62a45ff2fc2716ede98c8021848
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1689277009d4f173bdb732e3f638b59f0b8016184ce5e9c5a35064cc5c7c4658c5949b6e9565ee7c172031e3a36182f92e877253508d8da35822be3b58595ca2
|
|
7
|
+
data.tar.gz: 40d2656ceacf33adad24fa85b1c4be5cbe401ae747accaf3d5f756c6aa6d27515b147a2e0611a5bce6af98399a2d07a7efee8900329075464c79873f067169aa
|
data/CHANGELOG.md
CHANGED
|
@@ -44,8 +44,13 @@ module Google
|
|
|
44
44
|
attr_accessor :can_create_team_drives
|
|
45
45
|
alias_method :can_create_team_drives?, :can_create_team_drives
|
|
46
46
|
|
|
47
|
+
# Deprecated: Does not granularly represent allowlisted domains or Trust Rules.
|
|
47
48
|
# The domain sharing policy for the current user. Possible values are: * `
|
|
48
|
-
# allowed` * `allowedWithWarning` * `incomingOnly` * `disallowed`
|
|
49
|
+
# allowed` * `allowedWithWarning` * `incomingOnly` * `disallowed` Note that if
|
|
50
|
+
# the user is enrolled in Trust Rules, `disallowed` will always be returned. If
|
|
51
|
+
# sharing is restricted to allowlisted domains, either `incomingOnly` or `
|
|
52
|
+
# allowedWithWarning` will be returned, depending on whether receiving files
|
|
53
|
+
# from outside the allowlisted domains is permitted.
|
|
49
54
|
# Corresponds to the JSON property `domainSharingPolicy`
|
|
50
55
|
# @return [String]
|
|
51
56
|
attr_accessor :domain_sharing_policy
|
|
@@ -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.58.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 = "20260318"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
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.58.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.58.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:
|