Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions generated/google-apis-cloudtasks_v2beta3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-cloudtasks_v2beta3

### v0.48.0 (2026-01-25)

* Regenerated from discovery document revision 20260115

### v0.47.0 (2025-11-02)

* Regenerated from discovery document revision 20251021
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1340,7 +1340,8 @@ class Queue
# protobuf/google.protobuf/#duration). Queues created by Cloud Tasks have a
# default `task_ttl` of 31 days. . Queues created by queue.yaml/xml have a fixed
# `task_ttl` of the maximum duration, because there is a [storage quota](https://
# cloud.google.com/appengine/quotas#Task_Queue) for these queues.
# docs.cloud.google.com/appengine/docs/standard/quotas#Task_Queue) for these
# queues.
# Corresponds to the JSON property `taskTtl`
# @return [String]
attr_accessor :task_ttl
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module CloudtasksV2beta3
# Version of the google-apis-cloudtasks_v2beta3 gem
GEM_VERSION = "0.47.0"
GEM_VERSION = "0.48.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.18.0"

# Revision of the discovery document this client was generated from
REVISION = "20251021"
REVISION = "20260115"
end
end
end