diff --git a/generated/google-apis-tasks_v1/CHANGELOG.md b/generated/google-apis-tasks_v1/CHANGELOG.md index 541af321b6e..466ede5fef3 100644 --- a/generated/google-apis-tasks_v1/CHANGELOG.md +++ b/generated/google-apis-tasks_v1/CHANGELOG.md @@ -1,5 +1,10 @@ # Release history for google-apis-tasks_v1 +### v0.31.0 (2025-11-09) + +* Regenerated from discovery document revision 20251102 +* Regenerated using generator version 0.18.0 + ### v0.30.0 (2025-05-21) * Regenerated from discovery document revision 20250518 diff --git a/generated/google-apis-tasks_v1/lib/google/apis/tasks_v1/classes.rb b/generated/google-apis-tasks_v1/lib/google/apis/tasks_v1/classes.rb index 1e3bd2eb860..374381461ef 100644 --- a/generated/google-apis-tasks_v1/lib/google/apis/tasks_v1/classes.rb +++ b/generated/google-apis-tasks_v1/lib/google/apis/tasks_v1/classes.rb @@ -135,10 +135,12 @@ class Task attr_accessor :deleted alias_method :deleted?, :deleted - # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only - # records date information; the time portion of the timestamp is discarded when - # setting the due date. It isn't possible to read or write the time that a task - # is due via the API. + # Scheduled date for the task (as an RFC 3339 timestamp). Optional. This + # represents the day that the task should be done, or that the task is visible + # on the calendar grid. It doesn't represent the deadline of the task. Only date + # information is recorded; the time portion of the timestamp is discarded when + # setting this field. It isn't possible to read or write the time that a task is + # scheduled for using the API. # Corresponds to the JSON property `due` # @return [String] attr_accessor :due diff --git a/generated/google-apis-tasks_v1/lib/google/apis/tasks_v1/gem_version.rb b/generated/google-apis-tasks_v1/lib/google/apis/tasks_v1/gem_version.rb index b7d751934c3..d516d3089c7 100644 --- a/generated/google-apis-tasks_v1/lib/google/apis/tasks_v1/gem_version.rb +++ b/generated/google-apis-tasks_v1/lib/google/apis/tasks_v1/gem_version.rb @@ -16,13 +16,13 @@ module Google module Apis module TasksV1 # Version of the google-apis-tasks_v1 gem - GEM_VERSION = "0.30.0" + GEM_VERSION = "0.31.0" # Version of the code generator used to generate this client - GENERATOR_VERSION = "0.17.0" + GENERATOR_VERSION = "0.18.0" # Revision of the discovery document this client was generated from - REVISION = "20250518" + REVISION = "20251102" end end end