Skip to content

Commit 884d7aa

Browse files
feat: Automated regeneration of cloudtasks v2beta3 client (googleapis#21467)
Auto-created at 2025-01-26 09:49:05 +0000 using the toys pull request generator.
1 parent 56f758f commit 884d7aa

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

generated/google-apis-cloudtasks_v2beta3/CHANGELOG.md

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

3+
### v0.43.0 (2025-01-26)
4+
5+
* Regenerated from discovery document revision 20250115
6+
* Regenerated using generator version 0.16.0
7+
38
### v0.42.0 (2024-12-02)
49

510
* Regenerated from discovery document revision 20241111

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1524,7 +1524,12 @@ class RetryConfig
15241524
# 1` retries). Must be >= -1. If unspecified when the queue is created, Cloud
15251525
# Tasks will pick the default. -1 indicates unlimited attempts. This field has
15261526
# the same meaning as [task_retry_limit in queue.yaml/xml](https://cloud.google.
1527-
# com/appengine/docs/standard/python/config/queueref#retry_parameters).
1527+
# com/appengine/docs/standard/python/config/queueref#retry_parameters). Note:
1528+
# Cloud Tasks stops retrying only when `max_attempts` and `max_retry_duration`
1529+
# are both satisfied. When the task has been attempted `max_attempts` times and
1530+
# when the `max_retry_duration` time has passed, no further attempts are made,
1531+
# and the task is deleted. If you want your task to retry infinitely, you must
1532+
# set `max_attempts` to -1 and `max_retry_duration` to 0.
15281533
# Corresponds to the JSON property `maxAttempts`
15291534
# @return [Fixnum]
15301535
attr_accessor :max_attempts

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

Lines changed: 3 additions & 3 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.42.0"
19+
GEM_VERSION = "0.43.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.15.1"
22+
GENERATOR_VERSION = "0.16.0"
2323

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

0 commit comments

Comments
 (0)