google-apis-drive_v3 0.44.0 → 0.46.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3d87d5f18da24b09c24ba98ce66ec651a87e07eb853b6f32b575262fafcdc3a6
4
- data.tar.gz: 0b00b782aaf881aeaac080bbc8ae2e8ec43579dd2ab6d27f5f538ca6ab926361
3
+ metadata.gz: 6007c46f0599577f9b8a76ef48fb7093c5f830144a122ac3cab92fdb8cc5eb71
4
+ data.tar.gz: ebafc349cbd2d6fb530507ef0c420fd03e62cac5ed9c1cd755fd3d6b93110c8d
5
5
  SHA512:
6
- metadata.gz: 4810dcc45b68cb5a2a50caccc062fd374d59688a34efe62de15276de57ded60004d8dc552fcba3adba64e03122f32ed2ddc4df02c0382e5499a8ac05215ae93b
7
- data.tar.gz: 6cfa28820c6bbb73fbf1bb670723171be6d4c50ae96c650a08b6a9c80f6102cec26c3b411b733237a9db38d418571bf4a034475258eb69ea29311e7fe195f979
6
+ metadata.gz: b331554c61d9093e152b06917dcdbdfee247cfab4a76376082dad445d2611b2685aab0c26783bd478913eb63ca295a78f13e96968a49db240b639a7cdb124411
7
+ data.tar.gz: 8e90f3df2cca145c9148ddf85c86eaecbede2345cb8e28723047fc2d3a332f414748cecbbbfbda49d4211623e3d6ea36c956b61ae52af5e678fa46233bca9708
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-drive_v3
2
2
 
3
+ ### v0.46.0 (2023-12-10)
4
+
5
+ * Regenerated from discovery document revision 20231128
6
+
7
+ ### v0.45.0 (2023-12-03)
8
+
9
+ * Regenerated from discovery document revision 20231120
10
+
3
11
  ### v0.44.0 (2023-08-27)
4
12
 
5
13
  * 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
@@ -708,7 +717,9 @@ module Google
708
717
  attr_accessor :org_unit_id
709
718
 
710
719
  # A set of restrictions that apply to this shared drive or items inside this
711
- # shared drive.
720
+ # shared drive. Note that restrictions can't be set when creating a shared drive.
721
+ # To add a restriction, first create a shared drive and then use `drives.update`
722
+ # to add restrictions.
712
723
  # Corresponds to the JSON property `restrictions`
713
724
  # @return [Google::Apis::DriveV3::Drive::Restrictions]
714
725
  attr_accessor :restrictions
@@ -964,7 +975,9 @@ module Google
964
975
  end
965
976
 
966
977
  # A set of restrictions that apply to this shared drive or items inside this
967
- # shared drive.
978
+ # shared drive. Note that restrictions can't be set when creating a shared drive.
979
+ # To add a restriction, first create a shared drive and then use `drives.update`
980
+ # to add restrictions.
968
981
  class Restrictions
969
982
  include Google::Apis::Core::Hashable
970
983
 
@@ -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.46.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 = "20231128"
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.46.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-10 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.46.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: []