google-apis-drive_v2 0.56.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 35f7aa15e4e698598ea78ee583e99c37e86500c9bc4377642be5524c3d4f42d7
4
- data.tar.gz: 7080fdf9aca3363c43d2c17eaaba4a002e8be22dda6bd0d4c97191b44f36b6ee
3
+ metadata.gz: a6fe2559fe38e4fe6d37cfb909c5ae8a26cf769ab6009a72d9d664a3a1f2b066
4
+ data.tar.gz: 35ed5e7cacaf01dc81085697b6e3f23dd769a62a45ff2fc2716ede98c8021848
5
5
  SHA512:
6
- metadata.gz: 42e645329ce9e44149f100a4cfb9ec6719f9813242489d65709965649591c4e82a787788072f2bb865ca1bdd4b3628929ec7af9c22b49a971edd94b8d3fd8292
7
- data.tar.gz: e1a376d0bcd14317eb05a899328639ea4306ea2506aa71ecca1629f1f65c6bdd0522d38441ca78892818a7f165be1fc468a61a105bf207229f4f6d552997b5fc
6
+ metadata.gz: 1689277009d4f173bdb732e3f638b59f0b8016184ce5e9c5a35064cc5c7c4658c5949b6e9565ee7c172031e3a36182f92e877253508d8da35822be3b58595ca2
7
+ data.tar.gz: 40d2656ceacf33adad24fa85b1c4be5cbe401ae747accaf3d5f756c6aa6d27515b147a2e0611a5bce6af98399a2d07a7efee8900329075464c79873f067169aa
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-drive_v2
2
2
 
3
+ ### v0.58.0 (2026-03-22)
4
+
5
+ * Regenerated from discovery document revision 20260318
6
+
7
+ ### v0.57.0 (2026-03-15)
8
+
9
+ * Regenerated from discovery document revision 20260305
10
+
3
11
  ### v0.56.0 (2026-01-25)
4
12
 
5
13
  * Regenerated from discovery document revision 20260118
@@ -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.56.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 = "20260118"
25
+ REVISION = "20260318"
26
26
  end
27
27
  end
28
28
  end
@@ -2224,7 +2224,7 @@ module Google
2224
2224
  # @param [String] permission_id
2225
2225
  # The ID for the permission.
2226
2226
  # @param [Boolean] enforce_expansive_access
2227
- # Whether the request should enforce expansive access rules.
2227
+ # Deprecated: All requests use the expansive access rules.
2228
2228
  # @param [Boolean] supports_all_drives
2229
2229
  # Whether the requesting application supports both My Drives and shared drives.
2230
2230
  # @param [Boolean] supports_team_drives
@@ -2348,7 +2348,7 @@ module Google
2348
2348
  # @param [String] email_message
2349
2349
  # A plain text custom message to include in notification emails.
2350
2350
  # @param [Boolean] enforce_expansive_access
2351
- # Whether the request should enforce expansive access rules.
2351
+ # Deprecated: All requests use the expansive access rules.
2352
2352
  # @param [Boolean] enforce_single_parent
2353
2353
  # Deprecated: See `moveToNewOwnersRoot` for details.
2354
2354
  # @param [Boolean] move_to_new_owners_root
@@ -2469,7 +2469,7 @@ module Google
2469
2469
  # The ID for the permission.
2470
2470
  # @param [Google::Apis::DriveV2::Permission] permission_object
2471
2471
  # @param [Boolean] enforce_expansive_access
2472
- # Whether the request should enforce expansive access rules.
2472
+ # Deprecated: All requests use the expansive access rules.
2473
2473
  # @param [Boolean] remove_expiration
2474
2474
  # Whether to remove the expiration date.
2475
2475
  # @param [Boolean] supports_all_drives
@@ -2528,7 +2528,7 @@ module Google
2528
2528
  # The ID for the permission.
2529
2529
  # @param [Google::Apis::DriveV2::Permission] permission_object
2530
2530
  # @param [Boolean] enforce_expansive_access
2531
- # Whether the request should enforce expansive access rules.
2531
+ # Deprecated: All requests use the expansive access rules.
2532
2532
  # @param [Boolean] remove_expiration
2533
2533
  # Whether to remove the expiration date.
2534
2534
  # @param [Boolean] supports_all_drives
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.56.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.56.0
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: