google-apis-drive_v3 0.45.0 → 0.46.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: '08a01d0bb41b50c0cb672002a70a2d69a125eb46f34e43cf97de7b2c64496cb8'
4
- data.tar.gz: e0e25ffed2fe4f6a298540b37115d3f7d375da97be0ffb5beab8502430339828
3
+ metadata.gz: 6007c46f0599577f9b8a76ef48fb7093c5f830144a122ac3cab92fdb8cc5eb71
4
+ data.tar.gz: ebafc349cbd2d6fb530507ef0c420fd03e62cac5ed9c1cd755fd3d6b93110c8d
5
5
  SHA512:
6
- metadata.gz: 995eb901173948fff0b56999cb031a5530dab0838c062ede6e7a1bb0094c25743a635e23ddd1c3f79e633186f07a8ad77975d9596b51771f974625465565091c
7
- data.tar.gz: 54e5a0ade3c55da711efeff804840494d07e6e9fb1b1b737b282ccb0fa531f369eff6d0442093f628c2b67f9ede197a5e1f677dc44f1ced6bd0e167c4fcf5fbd
6
+ metadata.gz: b331554c61d9093e152b06917dcdbdfee247cfab4a76376082dad445d2611b2685aab0c26783bd478913eb63ca295a78f13e96968a49db240b639a7cdb124411
7
+ data.tar.gz: 8e90f3df2cca145c9148ddf85c86eaecbede2345cb8e28723047fc2d3a332f414748cecbbbfbda49d4211623e3d6ea36c956b61ae52af5e678fa46233bca9708
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.45.0 (2023-12-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20231120
@@ -717,7 +717,9 @@ module Google
717
717
  attr_accessor :org_unit_id
718
718
 
719
719
  # A set of restrictions that apply to this shared drive or items inside this
720
- # 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.
721
723
  # Corresponds to the JSON property `restrictions`
722
724
  # @return [Google::Apis::DriveV3::Drive::Restrictions]
723
725
  attr_accessor :restrictions
@@ -973,7 +975,9 @@ module Google
973
975
  end
974
976
 
975
977
  # A set of restrictions that apply to this shared drive or items inside this
976
- # 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.
977
981
  class Restrictions
978
982
  include Google::Apis::Core::Hashable
979
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.45.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 = "20231120"
25
+ REVISION = "20231128"
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.45.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-12-03 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.45.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: []