google-apis-drive_v3 0.44.0 → 0.45.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '08a01d0bb41b50c0cb672002a70a2d69a125eb46f34e43cf97de7b2c64496cb8'
|
|
4
|
+
data.tar.gz: e0e25ffed2fe4f6a298540b37115d3f7d375da97be0ffb5beab8502430339828
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 995eb901173948fff0b56999cb031a5530dab0838c062ede6e7a1bb0094c25743a635e23ddd1c3f79e633186f07a8ad77975d9596b51771f974625465565091c
|
|
7
|
+
data.tar.gz: 54e5a0ade3c55da711efeff804840494d07e6e9fb1b1b737b282ccb0fa531f369eff6d0442093f628c2b67f9ede197a5e1f677dc44f1ced6bd0e167c4fcf5fbd
|
data/CHANGELOG.md
CHANGED
|
@@ -621,6 +621,14 @@ module Google
|
|
|
621
621
|
# @return [DateTime]
|
|
622
622
|
attr_accessor :restriction_time
|
|
623
623
|
|
|
624
|
+
# Output only. Whether the content restriction was applied by the system, for
|
|
625
|
+
# example due to an esignature. Users cannot modify or remove system restricted
|
|
626
|
+
# content restrictions.
|
|
627
|
+
# Corresponds to the JSON property `systemRestricted`
|
|
628
|
+
# @return [Boolean]
|
|
629
|
+
attr_accessor :system_restricted
|
|
630
|
+
alias_method :system_restricted?, :system_restricted
|
|
631
|
+
|
|
624
632
|
# Output only. The type of the content restriction. Currently the only possible
|
|
625
633
|
# value is `globalContentRestriction`.
|
|
626
634
|
# Corresponds to the JSON property `type`
|
|
@@ -638,6 +646,7 @@ module Google
|
|
|
638
646
|
@reason = args[:reason] if args.key?(:reason)
|
|
639
647
|
@restricting_user = args[:restricting_user] if args.key?(:restricting_user)
|
|
640
648
|
@restriction_time = args[:restriction_time] if args.key?(:restriction_time)
|
|
649
|
+
@system_restricted = args[:system_restricted] if args.key?(:system_restricted)
|
|
641
650
|
@type = args[:type] if args.key?(:type)
|
|
642
651
|
end
|
|
643
652
|
end
|
|
@@ -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.45.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20231120"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
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.45.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: 2023-
|
|
11
|
+
date: 2023-12-03 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.45.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: []
|