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: 3d87d5f18da24b09c24ba98ce66ec651a87e07eb853b6f32b575262fafcdc3a6
4
- data.tar.gz: 0b00b782aaf881aeaac080bbc8ae2e8ec43579dd2ab6d27f5f538ca6ab926361
3
+ metadata.gz: '08a01d0bb41b50c0cb672002a70a2d69a125eb46f34e43cf97de7b2c64496cb8'
4
+ data.tar.gz: e0e25ffed2fe4f6a298540b37115d3f7d375da97be0ffb5beab8502430339828
5
5
  SHA512:
6
- metadata.gz: 4810dcc45b68cb5a2a50caccc062fd374d59688a34efe62de15276de57ded60004d8dc552fcba3adba64e03122f32ed2ddc4df02c0382e5499a8ac05215ae93b
7
- data.tar.gz: 6cfa28820c6bbb73fbf1bb670723171be6d4c50ae96c650a08b6a9c80f6102cec26c3b411b733237a9db38d418571bf4a034475258eb69ea29311e7fe195f979
6
+ metadata.gz: 995eb901173948fff0b56999cb031a5530dab0838c062ede6e7a1bb0094c25743a635e23ddd1c3f79e633186f07a8ad77975d9596b51771f974625465565091c
7
+ data.tar.gz: 54e5a0ade3c55da711efeff804840494d07e6e9fb1b1b737b282ccb0fa531f369eff6d0442093f628c2b67f9ede197a5e1f677dc44f1ced6bd0e167c4fcf5fbd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-drive_v3
2
2
 
3
+ ### v0.45.0 (2023-12-03)
4
+
5
+ * Regenerated from discovery document revision 20231120
6
+
3
7
  ### v0.44.0 (2023-08-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20230822
@@ -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.44.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 = "20230822"
25
+ REVISION = "20231120"
26
26
  end
27
27
  end
28
28
  end
@@ -480,6 +480,7 @@ module Google
480
480
 
481
481
  property :restriction_time, as: 'restrictionTime', type: DateTime
482
482
 
483
+ property :system_restricted, as: 'systemRestricted'
483
484
  property :type, as: 'type'
484
485
  end
485
486
  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.44.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-08-27 00:00:00.000000000 Z
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.44.0
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: []