google-apis-drive_v3 0.52.0 → 0.53.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: fdbef364d76390fbd8eb4c88c95941961adaaf5d57ecca6114746adff8b9a654
4
- data.tar.gz: 1c766a1cb6ee7f8934a39a57dd5c46d3384bcffe60277cbcc0d92fef1b6bbf96
3
+ metadata.gz: 24b677437cb5c80ccc62b9ec418d162f63e8749cb2ed17aabf1f592c1086bf69
4
+ data.tar.gz: d31da20e030837125f2cb2b4afa6d0eb2c54f128a12dbcf78543f1f992d28876
5
5
  SHA512:
6
- metadata.gz: b17cfde13dd6d3f03c11cd9ac449e9e7d5554e997c5e9eec8ce784e4c8e716adb8a47b4b77aa498f02dc44fb6dfd650e0ed47e491bcc9af713c59e02b169dd52
7
- data.tar.gz: f833c9aadc1624de369dbfb21f31cb63029959e2b0f9b53b3df6248ae687bab65b42576ba9bc4b2fcaf64e2ace21054018566b08a0e1adb59f34e12c92feca3a
6
+ metadata.gz: adb8bcb1597e0c215d2a4935f02dfd3be0f45fc88c2f9e410789f5632410f05444f40dacd5a7f96a13a77de0de5728ab4460d1ff5cb2fa37d2fef49113c5285f
7
+ data.tar.gz: fc049995e9aa7d983074c3f6215a220e83f4be89a999684b3f2de0eb7618cf9cb8d0bc01603a3df2aa756208f24fd35408fc8ab80316bb4b9bd4846d28d9d7c2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-drive_v3
2
2
 
3
+ ### v0.53.0 (2024-08-04)
4
+
5
+ * Regenerated from discovery document revision 20240722
6
+ * Regenerated using generator version 0.15.1
7
+
3
8
  ### v0.52.0 (2024-07-25)
4
9
 
5
10
  * Regenerated from discovery document revision 20240628
@@ -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.52.0"
19
+ GEM_VERSION = "0.53.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240628"
25
+ REVISION = "20240722"
26
26
  end
27
27
  end
28
28
  end
@@ -1138,7 +1138,9 @@ module Google
1138
1138
  # The ID of the file.
1139
1139
  # @param [Boolean] acknowledge_abuse
1140
1140
  # Whether the user is acknowledging the risk of downloading known malware or
1141
- # other abusive files. This is only applicable when alt=media.
1141
+ # other abusive files. This is only applicable when the `alt` parameter is set
1142
+ # to `media` and the user is the owner of the file or an organizer of the shared
1143
+ # drive in which the file resides.
1142
1144
  # @param [String] include_labels
1143
1145
  # A comma-separated list of IDs of labels to include in the `labelInfo` part of
1144
1146
  # the response.
@@ -1442,7 +1444,9 @@ module Google
1442
1444
  # @param [Google::Apis::DriveV3::Channel] channel_object
1443
1445
  # @param [Boolean] acknowledge_abuse
1444
1446
  # Whether the user is acknowledging the risk of downloading known malware or
1445
- # other abusive files. This is only applicable when alt=media.
1447
+ # other abusive files. This is only applicable when the `alt` parameter is set
1448
+ # to `media` and the user is the owner of the file or an organizer of the shared
1449
+ # drive in which the file resides.
1446
1450
  # @param [String] include_labels
1447
1451
  # A comma-separated list of IDs of labels to include in the `labelInfo` part of
1448
1452
  # the response.
@@ -1991,7 +1995,9 @@ module Google
1991
1995
  # The ID of the revision.
1992
1996
  # @param [Boolean] acknowledge_abuse
1993
1997
  # Whether the user is acknowledging the risk of downloading known malware or
1994
- # other abusive files. This is only applicable when alt=media.
1998
+ # other abusive files. This is only applicable when the `alt` parameter is set
1999
+ # to `media` and the user is the owner of the file or an organizer of the shared
2000
+ # drive in which the file resides.
1995
2001
  # @param [String] fields
1996
2002
  # Selector specifying which fields to include in a partial response.
1997
2003
  # @param [String] quota_user
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.52.0
4
+ version: 0.53.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: 2024-07-25 00:00:00.000000000 Z
11
+ date: 2024-08-04 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.52.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v3/v0.53.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: []