google-apis-tasks_v1 0.21.0 → 0.23.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: 2bb384d13e853a14f2c101cc2d3a8287466a361f5c28a553296a6ecd4ff073fd
4
- data.tar.gz: 175992fdbd8b4f9772e83a3e48d52291a9dfd7230b5ec08333c336390a044cd9
3
+ metadata.gz: d0001099e6adfaa98e2e37ff6783dbfe807c7de5312400f5c6fdbdf3ba32d0ef
4
+ data.tar.gz: e376006a1fddfd7526c51b0514e40418674b2afb3c3f6fbf646d9374aa4f28af
5
5
  SHA512:
6
- metadata.gz: 493d17a24dd6e9b693906374133b11a36c434b4adb13c3dbfa42dadb9eef75efe0feb4123120ca2657767949352b5a995e6c7e4e4da14420026d8fc2c5d22b70
7
- data.tar.gz: 35f203ae529922e7f02f8db013f9778b8003e94eb51ef043f9434a65b3e49a9ddec6948dd0bf6fcbcb3744b5e7630bac5703409116106dd27f2c32f2f434ba58
6
+ metadata.gz: 83ffe5114a065b5e860054ed8db6746d3a1edde8c8ba1e10300a4c3f925a195a6d798da561880c04174d1d3760e5a7f75b9ac1d65ffcbe18024b6b209d410bf2
7
+ data.tar.gz: fab295d991a97dd05d8afbb9d205e6c52f97f691be0c1f88e5cd8b8f0623fa7335d7698d82254458fd553440b739a2f5c2313cead21a6cd6afbabb9c064db4bc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-tasks_v1
2
2
 
3
+ ### v0.23.0 (2024-06-02)
4
+
5
+ * Regenerated from discovery document revision 20240526
6
+
7
+ ### v0.22.0 (2024-05-19)
8
+
9
+ * Regenerated using generator version 0.15.0
10
+
3
11
  ### v0.21.0 (2024-04-28)
4
12
 
5
13
  * Regenerated from discovery document revision 20240423
@@ -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-level task. This
83
- # field is read-only. Use the "move" method to move the task under a different
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 tasks under the
90
- # same parent task or at the top level. If this string is greater than another
91
- # task's corresponding position string according to lexicographical ordering,
92
- # the task is positioned after the other task under the same parent task (or at
93
- # the top level). This field is read-only. Use the "move" method to move 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 this task.
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. This field is read-
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 delete this task
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.21.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240423"
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.21.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-04-28 00:00:00.000000000 Z
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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.14.0
19
+ version: 0.15.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.14.0
29
+ version: 0.15.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.21.0
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: []