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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 54f4246bb6e3355ec3fadf3adf205f950123d9bf3b1a351d936dcca989869c40
4
- data.tar.gz: d8e5b4f8d30b591435a78f2e9209b8e33b032382c398ac81df99d549f34af339
3
+ metadata.gz: d0001099e6adfaa98e2e37ff6783dbfe807c7de5312400f5c6fdbdf3ba32d0ef
4
+ data.tar.gz: e376006a1fddfd7526c51b0514e40418674b2afb3c3f6fbf646d9374aa4f28af
5
5
  SHA512:
6
- metadata.gz: ea8d936523147169330bb0ffc8106cbc2bea32611d2bd82d7195f3ed746b0f10a8d6d68f0b5af44af413e4b06a711bf43fbe4d0a741910dd142af8ee98029bff
7
- data.tar.gz: 8a4173eae17cb5bdeeb51769a60bee4f366dda7923a8c86707dc4080765bad5c350c0e4b2c59b099aad2dd1f94560a52b782ee9bd64eb7f14439bfe9ab2fb36f
6
+ metadata.gz: 83ffe5114a065b5e860054ed8db6746d3a1edde8c8ba1e10300a4c3f925a195a6d798da561880c04174d1d3760e5a7f75b9ac1d65ffcbe18024b6b209d410bf2
7
+ data.tar.gz: fab295d991a97dd05d8afbb9d205e6c52f97f691be0c1f88e5cd8b8f0623fa7335d7698d82254458fd553440b739a2f5c2313cead21a6cd6afbabb9c064db4bc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.22.0 (2024-05-19)
4
8
 
5
9
  * Regenerated using generator version 0.15.0
@@ -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.22.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 = "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.22.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-05-19 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
@@ -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.22.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: []