google-apis-drive_v3 0.51.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: acfd309295b57b0dce3ca39fb55d248eea59c093114c70ee81d00593fee9fe33
4
- data.tar.gz: 5ace7cce0873881d7dfe852316c1a1cc5a84cf4ae5558db9564b42a8767425e4
3
+ metadata.gz: 24b677437cb5c80ccc62b9ec418d162f63e8749cb2ed17aabf1f592c1086bf69
4
+ data.tar.gz: d31da20e030837125f2cb2b4afa6d0eb2c54f128a12dbcf78543f1f992d28876
5
5
  SHA512:
6
- metadata.gz: 9a91075df55c6644a013c24ffbda6275751dab987b61064f70831683b7c78a1283b33d406fad6680a6acaa70a49767616212a488ab48cacd116e4ed151a0f911
7
- data.tar.gz: acf7c6b7fbb288d9af9c4b8f86ed7d18fb05d5f0fa783170c218b19d9137c0006afc51384dd71c248a8f4bdfc5795f85d3ae2ab08097623d49d898ade46cc19a
6
+ metadata.gz: adb8bcb1597e0c215d2a4935f02dfd3be0f45fc88c2f9e410789f5632410f05444f40dacd5a7f96a13a77de0de5728ab4460d1ff5cb2fa37d2fef49113c5285f
7
+ data.tar.gz: fc049995e9aa7d983074c3f6215a220e83f4be89a999684b3f2de0eb7618cf9cb8d0bc01603a3df2aa756208f24fd35408fc8ab80316bb4b9bd4846d28d9d7c2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
8
+ ### v0.52.0 (2024-07-25)
9
+
10
+ * Regenerated from discovery document revision 20240628
11
+
3
12
  ### v0.51.0 (2024-05-26)
4
13
 
5
14
  * Regenerated from discovery document revision 20240521
@@ -1615,7 +1615,8 @@ module Google
1615
1615
  attr_accessor :sharing_user
1616
1616
 
1617
1617
  # Shortcut file details. Only populated for shortcut files, which have the
1618
- # mimeType field set to `application/vnd.google-apps.shortcut`.
1618
+ # mimeType field set to `application/vnd.google-apps.shortcut`. Can only be set
1619
+ # on `files.create` requests.
1619
1620
  # Corresponds to the JSON property `shortcutDetails`
1620
1621
  # @return [Google::Apis::DriveV3::File::ShortcutDetails]
1621
1622
  attr_accessor :shortcut_details
@@ -2411,11 +2412,13 @@ module Google
2411
2412
  end
2412
2413
 
2413
2414
  # Shortcut file details. Only populated for shortcut files, which have the
2414
- # mimeType field set to `application/vnd.google-apps.shortcut`.
2415
+ # mimeType field set to `application/vnd.google-apps.shortcut`. Can only be set
2416
+ # on `files.create` requests.
2415
2417
  class ShortcutDetails
2416
2418
  include Google::Apis::Core::Hashable
2417
2419
 
2418
- # The ID of the file that this shortcut points to.
2420
+ # The ID of the file that this shortcut points to. Can only be set on `files.
2421
+ # create` requests.
2419
2422
  # Corresponds to the JSON property `targetId`
2420
2423
  # @return [String]
2421
2424
  attr_accessor :target_id
@@ -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.51.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 = "20240521"
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.51.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-05-26 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.51.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: []