google-apis-tasks_v1 0.22.0 → 0.23.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/classes.rb +18 -18
- data/lib/google/apis/tasks_v1/gem_version.rb +2 -2
- 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: d0001099e6adfaa98e2e37ff6783dbfe807c7de5312400f5c6fdbdf3ba32d0ef
|
|
4
|
+
data.tar.gz: e376006a1fddfd7526c51b0514e40418674b2afb3c3f6fbf646d9374aa4f28af
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 83ffe5114a065b5e860054ed8db6746d3a1edde8c8ba1e10300a4c3f925a195a6d798da561880c04174d1d3760e5a7f75b9ac1d65ffcbe18024b6b209d410bf2
|
|
7
|
+
data.tar.gz: fab295d991a97dd05d8afbb9d205e6c52f97f691be0c1f88e5cd8b8f0623fa7335d7698d82254458fd553440b739a2f5c2313cead21a6cd6afbabb9c064db4bc
|
data/CHANGELOG.md
CHANGED
|
@@ -64,12 +64,12 @@ module Google
|
|
|
64
64
|
# @return [String]
|
|
65
65
|
attr_accessor :id
|
|
66
66
|
|
|
67
|
-
# Type of the resource. This is always "tasks#task".
|
|
67
|
+
# Output only. Type of the resource. This is always "tasks#task".
|
|
68
68
|
# Corresponds to the JSON property `kind`
|
|
69
69
|
# @return [String]
|
|
70
70
|
attr_accessor :kind
|
|
71
71
|
|
|
72
|
-
# Collection of links. This collection is read-only.
|
|
72
|
+
# Output only. Collection of links. This collection is read-only.
|
|
73
73
|
# Corresponds to the JSON property `links`
|
|
74
74
|
# @return [Array<Google::Apis::TasksV1::Task::Link>]
|
|
75
75
|
attr_accessor :links
|
|
@@ -79,24 +79,25 @@ module Google
|
|
|
79
79
|
# @return [String]
|
|
80
80
|
attr_accessor :notes
|
|
81
81
|
|
|
82
|
-
# Parent task identifier. This field is omitted if it is a top-
|
|
83
|
-
# field is read-only. Use the "move" method to move the task
|
|
84
|
-
# parent or to the top level.
|
|
82
|
+
# Output only. Parent task identifier. This field is omitted if it is a top-
|
|
83
|
+
# level task. This field is read-only. Use the "move" method to move the task
|
|
84
|
+
# under a different parent or to the top level.
|
|
85
85
|
# Corresponds to the JSON property `parent`
|
|
86
86
|
# @return [String]
|
|
87
87
|
attr_accessor :parent
|
|
88
88
|
|
|
89
|
-
# String indicating the position of the task among its sibling
|
|
90
|
-
# same parent task or at the top level. If this string is
|
|
91
|
-
# task's corresponding position string according to
|
|
92
|
-
# the task is positioned after the other task under
|
|
93
|
-
# the
|
|
89
|
+
# Output only. String indicating the position of the task among its sibling
|
|
90
|
+
# tasks under the same parent task or at the top level. If this string is
|
|
91
|
+
# greater than another task's corresponding position string according to
|
|
92
|
+
# lexicographical ordering, the task is positioned after the other task under
|
|
93
|
+
# the same parent task (or at the top level). Use the "move" method to move the
|
|
94
94
|
# task to another position.
|
|
95
95
|
# Corresponds to the JSON property `position`
|
|
96
96
|
# @return [String]
|
|
97
97
|
attr_accessor :position
|
|
98
98
|
|
|
99
|
-
# URL pointing to this task. Used to retrieve, update, or delete
|
|
99
|
+
# Output only. URL pointing to this task. Used to retrieve, update, or delete
|
|
100
|
+
# this task.
|
|
100
101
|
# Corresponds to the JSON property `selfLink`
|
|
101
102
|
# @return [String]
|
|
102
103
|
attr_accessor :self_link
|
|
@@ -111,13 +112,12 @@ module Google
|
|
|
111
112
|
# @return [String]
|
|
112
113
|
attr_accessor :title
|
|
113
114
|
|
|
114
|
-
# Last modification time of the task (as a RFC 3339 timestamp).
|
|
115
|
+
# Output only. Last modification time of the task (as a RFC 3339 timestamp).
|
|
115
116
|
# Corresponds to the JSON property `updated`
|
|
116
117
|
# @return [String]
|
|
117
118
|
attr_accessor :updated
|
|
118
119
|
|
|
119
|
-
# An absolute link to the task in the Google Tasks Web UI.
|
|
120
|
-
# only.
|
|
120
|
+
# Output only. An absolute link to the task in the Google Tasks Web UI.
|
|
121
121
|
# Corresponds to the JSON property `webViewLink`
|
|
122
122
|
# @return [String]
|
|
123
123
|
attr_accessor :web_view_link
|
|
@@ -192,13 +192,13 @@ module Google
|
|
|
192
192
|
# @return [String]
|
|
193
193
|
attr_accessor :id
|
|
194
194
|
|
|
195
|
-
# Type of the resource. This is always "tasks#taskList".
|
|
195
|
+
# Output only. Type of the resource. This is always "tasks#taskList".
|
|
196
196
|
# Corresponds to the JSON property `kind`
|
|
197
197
|
# @return [String]
|
|
198
198
|
attr_accessor :kind
|
|
199
199
|
|
|
200
|
-
# URL pointing to this task list. Used to retrieve, update, or
|
|
201
|
-
# list.
|
|
200
|
+
# Output only. URL pointing to this task list. Used to retrieve, update, or
|
|
201
|
+
# delete this task list.
|
|
202
202
|
# Corresponds to the JSON property `selfLink`
|
|
203
203
|
# @return [String]
|
|
204
204
|
attr_accessor :self_link
|
|
@@ -208,7 +208,7 @@ module Google
|
|
|
208
208
|
# @return [String]
|
|
209
209
|
attr_accessor :title
|
|
210
210
|
|
|
211
|
-
# Last modification time of the task list (as a RFC 3339 timestamp).
|
|
211
|
+
# Output only. Last modification time of the task list (as a RFC 3339 timestamp).
|
|
212
212
|
# Corresponds to the JSON property `updated`
|
|
213
213
|
# @return [String]
|
|
214
214
|
attr_accessor :updated
|
|
@@ -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.23.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240526"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
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.23.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-06-02 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.23.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: []
|