google-apis-tasks_v1 0.20.0 → 0.21.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/tasks_v1/gem_version.rb +2 -2
- data/lib/google/apis/tasks_v1/service.rb +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2bb384d13e853a14f2c101cc2d3a8287466a361f5c28a553296a6ecd4ff073fd
|
|
4
|
+
data.tar.gz: 175992fdbd8b4f9772e83a3e48d52291a9dfd7230b5ec08333c336390a044cd9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 493d17a24dd6e9b693906374133b11a36c434b4adb13c3dbfa42dadb9eef75efe0feb4123120ca2657767949352b5a995e6c7e4e4da14420026d8fc2c5d22b70
|
|
7
|
+
data.tar.gz: 35f203ae529922e7f02f8db013f9778b8003e94eb51ef043f9434a65b3e49a9ddec6948dd0bf6fcbcb3744b5e7630bac5703409116106dd27f2c32f2f434ba58
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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 = "
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|