google-apis-tasks_v1 0.20.0 → 0.21.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: 8a6f35c3ca443d35431050d8e313b34f3af5b0491f665da2a7e8509370738c41
4
- data.tar.gz: f82bb0946888f07603b03795fe03708a87dd72e8afd339b3de1fcbe1c90670bb
3
+ metadata.gz: 2bb384d13e853a14f2c101cc2d3a8287466a361f5c28a553296a6ecd4ff073fd
4
+ data.tar.gz: 175992fdbd8b4f9772e83a3e48d52291a9dfd7230b5ec08333c336390a044cd9
5
5
  SHA512:
6
- metadata.gz: bab1ac841088ec38728ea9d37a0cf4e97dad4b6bdc4662e205994e1439bfc51936f52bcf080db2bee2afbb95726588b044e312c8e016791b93c826d3061a292b
7
- data.tar.gz: 03e2f12f5bee07f11080401b7964ef0e50ae8b4553a5b9b218dd2e82fb012c07f477fde0fc36cda5f691255ff4cc8a732092921de12a36b25e76f9873162fec3
6
+ metadata.gz: 493d17a24dd6e9b693906374133b11a36c434b4adb13c3dbfa42dadb9eef75efe0feb4123120ca2657767949352b5a995e6c7e4e4da14420026d8fc2c5d22b70
7
+ data.tar.gz: 35f203ae529922e7f02f8db013f9778b8003e94eb51ef043f9434a65b3e49a9ddec6948dd0bf6fcbcb3744b5e7630bac5703409116106dd27f2c32f2f434ba58
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-tasks_v1
2
2
 
3
+ ### v0.21.0 (2024-04-28)
4
+
5
+ * Regenerated from discovery document revision 20240423
6
+
3
7
  ### v0.20.0 (2024-03-31)
4
8
 
5
9
  * Regenerated from discovery document revision 20240324
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module TasksV1
18
18
  # Version of the google-apis-tasks_v1 gem
19
- GEM_VERSION = "0.20.0"
19
+ GEM_VERSION = "0.21.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240324"
25
+ REVISION = "20240423"
26
26
  end
27
27
  end
28
28
  end
@@ -337,7 +337,7 @@ module Google
337
337
  end
338
338
 
339
339
  # Creates a new task on the specified task list. A user can have up to 20,000
340
- # uncompleted tasks per list and up to 100,000 tasks in total at a time.
340
+ # non-hidden tasks per list and up to 100,000 tasks in total at a time.
341
341
  # @param [String] tasklist
342
342
  # Task list identifier.
343
343
  # @param [Google::Apis::TasksV1::Task] task_object
@@ -378,8 +378,8 @@ module Google
378
378
  execute_or_queue_command(command, &block)
379
379
  end
380
380
 
381
- # Returns all tasks in the specified task list. A user can have up to 20,000
382
- # uncompleted tasks per list and up to 100,000 tasks in total at a time.
381
+ # Returns all tasks in the specified task list. A user can have up to 20,000 non-
382
+ # hidden tasks per list and up to 100,000 tasks in total at a time.
383
383
  # @param [String] tasklist
384
384
  # Task list identifier.
385
385
  # @param [String] completed_max
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-tasks_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.0
4
+ version: 0.21.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-03-31 00:00:00.000000000 Z
11
+ date: 2024-04-28 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-tasks_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-tasks_v1/v0.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-tasks_v1/v0.21.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-tasks_v1
63
63
  post_install_message:
64
64
  rdoc_options: []