google-apis-tasks_v1 0.25.0 → 0.26.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 +5 -0
- data/lib/google/apis/tasks_v1/gem_version.rb +3 -3
- data/lib/google/apis/tasks_v1/service.rb +13 -10
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e009b7ec9fe1e77465ace8305187d528bf4dcfbb0eb1c7d4cbd85bbbdb644cdf
|
4
|
+
data.tar.gz: dcfd0d6b2a7afa490c88d8ba716420219d018eafaadc94d9239e369716f3d3e6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9d1c1b0d97be8a58b1d53d51d59251fbff68ae066caf4bbf112fc56375ecc5e550da8507f2103aaf60a2ac9e3eb38664adfa7653035c80ccb83d830c95b35af2
|
7
|
+
data.tar.gz: 5cc2a919f52c846fc06c1978ce5e8a41da9ce8be6d1b7e3ee1ea17353346e195a839434773d51ab8da04a6de4448ec673e6b0bf75c4863d9cbd9b2fe228c2475
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-tasks_v1
|
2
2
|
|
3
|
+
### v0.26.0 (2025-03-09)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250302
|
6
|
+
* Regenerated using generator version 0.16.0
|
7
|
+
|
3
8
|
### v0.25.0 (2025-01-07)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20250105
|
@@ -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.26.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250302"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -145,8 +145,8 @@ module Google
|
|
145
145
|
# Returns all the authenticated user's task lists. A user can have up to 2000
|
146
146
|
# lists at a time.
|
147
147
|
# @param [Fixnum] max_results
|
148
|
-
# Maximum number of task lists returned on one page. Optional. The default is
|
149
|
-
# (max allowed:
|
148
|
+
# Maximum number of task lists returned on one page. Optional. The default is
|
149
|
+
# 1000 (max allowed: 1000).
|
150
150
|
# @param [String] page_token
|
151
151
|
# Token specifying the result page to return. Optional.
|
152
152
|
# @param [String] fields
|
@@ -476,16 +476,19 @@ module Google
|
|
476
476
|
# Optional. Destination task list identifier. If set, the task is moved from
|
477
477
|
# tasklist to the destinationTasklist list. Otherwise the task is moved within
|
478
478
|
# its current list. Recurrent tasks cannot currently be moved between lists.
|
479
|
-
# Optional.
|
480
479
|
# @param [String] parent
|
481
|
-
# New parent task identifier. If the task is moved to the top level,
|
482
|
-
# parameter is omitted. The task set as parent must exist in the task list
|
483
|
-
# can not be hidden. Assigned tasks can not be set as parent
|
484
|
-
# or be moved under a parent task (become subtasks).
|
480
|
+
# Optional. New parent task identifier. If the task is moved to the top level,
|
481
|
+
# this parameter is omitted. The task set as parent must exist in the task list
|
482
|
+
# and can not be hidden. Exceptions: 1. Assigned tasks can not be set as parent
|
483
|
+
# task (have subtasks) or be moved under a parent task (become subtasks). 2.
|
484
|
+
# Tasks that are both completed and hidden cannot be nested, so the parent field
|
485
|
+
# must be empty.
|
485
486
|
# @param [String] previous
|
486
|
-
# New previous sibling task identifier. If the task is moved to the
|
487
|
-
# position among its siblings, this parameter is omitted. The task set as
|
488
|
-
# previous must exist in the task list and can not be hidden.
|
487
|
+
# Optional. New previous sibling task identifier. If the task is moved to the
|
488
|
+
# first position among its siblings, this parameter is omitted. The task set as
|
489
|
+
# previous must exist in the task list and can not be hidden. Exceptions: 1.
|
490
|
+
# Tasks that are both completed and hidden can only be moved to position 0, so
|
491
|
+
# the previous field must be empty.
|
489
492
|
# @param [String] fields
|
490
493
|
# Selector specifying which fields to include in a partial response.
|
491
494
|
# @param [String] quota_user
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
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.26.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-03-09 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -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-tasks_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-tasks_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-tasks_v1/v0.26.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-tasks_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.5
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Google Tasks API V1
|
79
79
|
test_files: []
|