Skip to content

Commit 4d29dcc

Browse files
feat: Automated regeneration of cloudtasks v2beta3 client (#25444)
Auto-created at 2026-01-25 09:34:55 +0000 using the toys pull request generator.
1 parent 7fbbfd4 commit 4d29dcc

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

generated/google-apis-cloudtasks_v2beta3/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-cloudtasks_v2beta3
22

3+
### v0.48.0 (2026-01-25)
4+
5+
* Regenerated from discovery document revision 20260115
6+
37
### v0.47.0 (2025-11-02)
48

59
* Regenerated from discovery document revision 20251021

generated/google-apis-cloudtasks_v2beta3/lib/google/apis/cloudtasks_v2beta3/classes.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1340,7 +1340,8 @@ class Queue
13401340
# protobuf/google.protobuf/#duration). Queues created by Cloud Tasks have a
13411341
# default `task_ttl` of 31 days. . Queues created by queue.yaml/xml have a fixed
13421342
# `task_ttl` of the maximum duration, because there is a [storage quota](https://
1343-
# cloud.google.com/appengine/quotas#Task_Queue) for these queues.
1343+
# docs.cloud.google.com/appengine/docs/standard/quotas#Task_Queue) for these
1344+
# queues.
13441345
# Corresponds to the JSON property `taskTtl`
13451346
# @return [String]
13461347
attr_accessor :task_ttl

generated/google-apis-cloudtasks_v2beta3/lib/google/apis/cloudtasks_v2beta3/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module CloudtasksV2beta3
1818
# Version of the google-apis-cloudtasks_v2beta3 gem
19-
GEM_VERSION = "0.47.0"
19+
GEM_VERSION = "0.48.0"
2020

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

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20251021"
25+
REVISION = "20260115"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)