File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed
generated/google-apis-cloudtasks_v2beta3
lib/google/apis/cloudtasks_v2beta3 Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2828end
You can’t perform that action at this time.
0 commit comments