google-apis-drive_v3 0.75.0 → 0.76.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: 71a60038259310c65f637a49fcbb678b0a0efc64a8f905a7b502c91e47e7f258
4
- data.tar.gz: 6e401c83cfe0b79e8d2f1bb270eeb86de4870a123b6481b007efa112b2e93e79
3
+ metadata.gz: 4aeb8c83c4dd28e0ebdbb92be509281a268813ce8cc84c738fafaab39fd92cb5
4
+ data.tar.gz: 507f0a85f0d3212c7705460a4d525b658398b934501ae0922784ef5ae24781bb
5
5
  SHA512:
6
- metadata.gz: 415f513e80cb536af4d5c45ef7f87db85d54f92c943dab0b7f458856730da9dd955eac44d5a1483f0bdc3d233defa3f7dace90d7cc7753451cae579d99820fee
7
- data.tar.gz: 21c09a71bfa49d70b0be4f3900d7ad140f6c6beefa2628d0e8d9740a613f0e0b5960d7acf449978be401a9660b7261c98530036831447fa71785e0074fecc7ce
6
+ metadata.gz: 8b3441dac4d18a17d9eb24519e229eb07c36320b9a6f7e88373745700e0e33055808fdaae84bdc2e9a4d2be0e702b5191bfbc9fba39f0887ec2bd896da70e8d1
7
+ data.tar.gz: f240a036c4b13d8188ab67b120f21490d66c725ff5ad32abe8632a70943927ece23a7e48a4570f2f4a2ccfcb6f6399d6166d9aac65592ebb3beb065285e89db8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-drive_v3
2
2
 
3
+ ### v0.76.0 (2025-12-14)
4
+
5
+ * Regenerated from discovery document revision 20251210
6
+
3
7
  ### v0.75.0 (2025-12-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20251201
@@ -3543,8 +3543,8 @@ module Google
3543
3543
  class Reply
3544
3544
  include Google::Apis::Core::Hashable
3545
3545
 
3546
- # The action the reply performed to the parent comment. Valid values are: * `
3547
- # resolve` * `reopen`
3546
+ # The action the reply performed to the parent comment. The supported values are:
3547
+ # * `resolve` * `reopen`
3548
3548
  # Corresponds to the JSON property `action`
3549
3549
  # @return [String]
3550
3550
  attr_accessor :action
@@ -3561,8 +3561,8 @@ module Google
3561
3561
  attr_accessor :author
3562
3562
 
3563
3563
  # The plain text content of the reply. This field is used for setting the
3564
- # content, while `htmlContent` should be displayed. This is required on creates
3565
- # if no `action` is specified.
3564
+ # content, while `htmlContent` should be displayed. This field is required by
3565
+ # the `create` method if no `action` value is specified.
3566
3566
  # Corresponds to the JSON property `content`
3567
3567
  # @return [String]
3568
3568
  attr_accessor :content
@@ -3645,7 +3645,7 @@ module Google
3645
3645
  # @return [String]
3646
3646
  attr_accessor :next_page_token
3647
3647
 
3648
- # The list of replies. If nextPageToken is populated, then this list may be
3648
+ # The list of replies. If `nextPageToken` is populated, then this list may be
3649
3649
  # incomplete and an additional page of results should be fetched.
3650
3650
  # Corresponds to the JSON property `replies`
3651
3651
  # @return [Array<Google::Apis::DriveV3::Reply>]
@@ -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.75.0"
19
+ GEM_VERSION = "0.76.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 = "20251201"
25
+ REVISION = "20251210"
26
26
  end
27
27
  end
28
28
  end
@@ -2133,7 +2133,9 @@ module Google
2133
2133
  execute_or_queue_command(command, &block)
2134
2134
  end
2135
2135
 
2136
- # Creates a reply to a comment.
2136
+ # Creates a reply to a comment. For more information, see [Manage comments and
2137
+ # replies](https://developers.google.com/workspace/drive/api/guides/manage-
2138
+ # comments).
2137
2139
  # @param [String] file_id
2138
2140
  # The ID of the file.
2139
2141
  # @param [String] comment_id
@@ -2169,7 +2171,8 @@ module Google
2169
2171
  execute_or_queue_command(command, &block)
2170
2172
  end
2171
2173
 
2172
- # Deletes a reply.
2174
+ # Deletes a reply. For more information, see [Manage comments and replies](https:
2175
+ # //developers.google.com/workspace/drive/api/guides/manage-comments).
2173
2176
  # @param [String] file_id
2174
2177
  # The ID of the file.
2175
2178
  # @param [String] comment_id
@@ -2203,7 +2206,8 @@ module Google
2203
2206
  execute_or_queue_command(command, &block)
2204
2207
  end
2205
2208
 
2206
- # Gets a reply by ID.
2209
+ # Gets a reply by ID. For more information, see [Manage comments and replies](
2210
+ # https://developers.google.com/workspace/drive/api/guides/manage-comments).
2207
2211
  # @param [String] file_id
2208
2212
  # The ID of the file.
2209
2213
  # @param [String] comment_id
@@ -2211,7 +2215,7 @@ module Google
2211
2215
  # @param [String] reply_id
2212
2216
  # The ID of the reply.
2213
2217
  # @param [Boolean] include_deleted
2214
- # Whether to return deleted replies. Deleted replies will not include their
2218
+ # Whether to return deleted replies. Deleted replies don't include their
2215
2219
  # original content.
2216
2220
  # @param [String] fields
2217
2221
  # Selector specifying which fields to include in a partial response.
@@ -2243,19 +2247,21 @@ module Google
2243
2247
  execute_or_queue_command(command, &block)
2244
2248
  end
2245
2249
 
2246
- # Lists a comment's replies.
2250
+ # Lists a comment's replies. For more information, see [Manage comments and
2251
+ # replies](https://developers.google.com/workspace/drive/api/guides/manage-
2252
+ # comments).
2247
2253
  # @param [String] file_id
2248
2254
  # The ID of the file.
2249
2255
  # @param [String] comment_id
2250
2256
  # The ID of the comment.
2251
2257
  # @param [Boolean] include_deleted
2252
- # Whether to include deleted replies. Deleted replies will not include their
2258
+ # Whether to include deleted replies. Deleted replies don't include their
2253
2259
  # original content.
2254
2260
  # @param [Fixnum] page_size
2255
2261
  # The maximum number of replies to return per page.
2256
2262
  # @param [String] page_token
2257
2263
  # The token for continuing a previous list request on the next page. This should
2258
- # be set to the value of 'nextPageToken' from the previous response.
2264
+ # be set to the value of `nextPageToken` from the previous response.
2259
2265
  # @param [String] fields
2260
2266
  # Selector specifying which fields to include in a partial response.
2261
2267
  # @param [String] quota_user
@@ -2287,7 +2293,9 @@ module Google
2287
2293
  execute_or_queue_command(command, &block)
2288
2294
  end
2289
2295
 
2290
- # Updates a reply with patch semantics.
2296
+ # Updates a reply with patch semantics. For more information, see [Manage
2297
+ # comments and replies](https://developers.google.com/workspace/drive/api/guides/
2298
+ # manage-comments).
2291
2299
  # @param [String] file_id
2292
2300
  # The ID of the file.
2293
2301
  # @param [String] comment_id
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-drive_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.75.0
4
+ version: 0.76.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_v3/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v3/v0.75.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v3/v0.76.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-drive_v3
62
62
  rdoc_options: []
63
63
  require_paths: