google-apis-tasks_v1 0.19.0 → 0.20.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8a6f35c3ca443d35431050d8e313b34f3af5b0491f665da2a7e8509370738c41
|
4
|
+
data.tar.gz: f82bb0946888f07603b03795fe03708a87dd72e8afd339b3de1fcbe1c90670bb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bab1ac841088ec38728ea9d37a0cf4e97dad4b6bdc4662e205994e1439bfc51936f52bcf080db2bee2afbb95726588b044e312c8e016791b93c826d3061a292b
|
7
|
+
data.tar.gz: 03e2f12f5bee07f11080401b7964ef0e50ae8b4553a5b9b218dd2e82fb012c07f477fde0fc36cda5f691255ff4cc8a732092921de12a36b25e76f9873162fec3
|
data/CHANGELOG.md
CHANGED
@@ -74,7 +74,7 @@ module Google
|
|
74
74
|
# @return [Array<Google::Apis::TasksV1::Task::Link>]
|
75
75
|
attr_accessor :links
|
76
76
|
|
77
|
-
# Notes describing the task. Optional.
|
77
|
+
# Notes describing the task. Optional. Maximum length allowed: 8192 characters.
|
78
78
|
# Corresponds to the JSON property `notes`
|
79
79
|
# @return [String]
|
80
80
|
attr_accessor :notes
|
@@ -106,7 +106,7 @@ module Google
|
|
106
106
|
# @return [String]
|
107
107
|
attr_accessor :status
|
108
108
|
|
109
|
-
# Title of the task.
|
109
|
+
# Title of the task. Maximum length allowed: 1024 characters.
|
110
110
|
# Corresponds to the JSON property `title`
|
111
111
|
# @return [String]
|
112
112
|
attr_accessor :title
|
@@ -116,6 +116,12 @@ module Google
|
|
116
116
|
# @return [String]
|
117
117
|
attr_accessor :updated
|
118
118
|
|
119
|
+
# An absolute link to the task in the Google Tasks Web UI. This field is read-
|
120
|
+
# only.
|
121
|
+
# Corresponds to the JSON property `webViewLink`
|
122
|
+
# @return [String]
|
123
|
+
attr_accessor :web_view_link
|
124
|
+
|
119
125
|
def initialize(**args)
|
120
126
|
update!(**args)
|
121
127
|
end
|
@@ -137,6 +143,7 @@ module Google
|
|
137
143
|
@status = args[:status] if args.key?(:status)
|
138
144
|
@title = args[:title] if args.key?(:title)
|
139
145
|
@updated = args[:updated] if args.key?(:updated)
|
146
|
+
@web_view_link = args[:web_view_link] if args.key?(:web_view_link)
|
140
147
|
end
|
141
148
|
|
142
149
|
#
|
@@ -196,7 +203,7 @@ module Google
|
|
196
203
|
# @return [String]
|
197
204
|
attr_accessor :self_link
|
198
205
|
|
199
|
-
# Title of the task list.
|
206
|
+
# Title of the task list. Maximum length allowed: 1024 characters.
|
200
207
|
# Corresponds to the JSON property `title`
|
201
208
|
# @return [String]
|
202
209
|
attr_accessor :title
|
@@ -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.20.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 = "20240324"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -109,7 +109,8 @@ module Google
|
|
109
109
|
execute_or_queue_command(command, &block)
|
110
110
|
end
|
111
111
|
|
112
|
-
# Creates a new task list and adds it to the authenticated user's task lists.
|
112
|
+
# Creates a new task list and adds it to the authenticated user's task lists. A
|
113
|
+
# user can have up to 2000 lists at a time.
|
113
114
|
# @param [Google::Apis::TasksV1::TaskList] task_list_object
|
114
115
|
# @param [String] fields
|
115
116
|
# Selector specifying which fields to include in a partial response.
|
@@ -139,7 +140,8 @@ module Google
|
|
139
140
|
execute_or_queue_command(command, &block)
|
140
141
|
end
|
141
142
|
|
142
|
-
# Returns all the authenticated user's task lists.
|
143
|
+
# Returns all the authenticated user's task lists. A user can have up to 2000
|
144
|
+
# lists at a time.
|
143
145
|
# @param [Fixnum] max_results
|
144
146
|
# Maximum number of task lists returned on one page. Optional. The default is 20
|
145
147
|
# (max allowed: 100).
|
@@ -334,7 +336,8 @@ module Google
|
|
334
336
|
execute_or_queue_command(command, &block)
|
335
337
|
end
|
336
338
|
|
337
|
-
# Creates a new task on the specified task list.
|
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.
|
338
341
|
# @param [String] tasklist
|
339
342
|
# Task list identifier.
|
340
343
|
# @param [Google::Apis::TasksV1::Task] task_object
|
@@ -375,7 +378,8 @@ module Google
|
|
375
378
|
execute_or_queue_command(command, &block)
|
376
379
|
end
|
377
380
|
|
378
|
-
# Returns all tasks in the specified task list.
|
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.
|
379
383
|
# @param [String] tasklist
|
380
384
|
# Task list identifier.
|
381
385
|
# @param [String] completed_max
|
@@ -447,7 +451,8 @@ module Google
|
|
447
451
|
|
448
452
|
# Moves the specified task to another position in the task list. This can
|
449
453
|
# include putting it as a child task under a new parent and/or move it to a
|
450
|
-
# different position among its sibling tasks.
|
454
|
+
# different position among its sibling tasks. A user can have up to 2,000
|
455
|
+
# subtasks per task.
|
451
456
|
# @param [String] tasklist
|
452
457
|
# Task list identifier.
|
453
458
|
# @param [String] task
|
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.20.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-
|
11
|
+
date: 2024-03-31 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.20.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: []
|