google-apis-cloudtasks_v2 0.37.0 → 0.39.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aca3e2ac4f0f0ea90ddf0ebf3b08a9ea39519246d2c4e7ba684262b2fe5dad0b
4
- data.tar.gz: dca2d3d2ec22e3019e3bc76000f0dbc509373addcadf3384dae70d0509026ebe
3
+ metadata.gz: 0f27e40be0322c50de88ddcce0febe5f8c7b38ec13f01d4fc9cb6b8b3f915ce7
4
+ data.tar.gz: c3232985a124317c85b6d9afe721313cf7b915dfcf75545ebf707a59e7a8e02b
5
5
  SHA512:
6
- metadata.gz: edc86ef5ac9949ff89446e9c4575ddde07e04a831f599a8cb90a7c47b606be7f17ede41259ad5483ded7af85e0343a2a54e13ad11ddebea95fb8b8c2e28b1d28
7
- data.tar.gz: c8083e2e69294d5402a4d3365b8e754736514e30303a4576cc656bc24f988e6a3737964ec6471cd486ec7b541134395c7550a1d01499d9ffea80021901123822
6
+ metadata.gz: 82af838480bcf6eb5f8629e7aa613d8eaef582ddd24261c9780bb4b5e92fda34f9724b82572d8e357fa39cd41f4a8894f51b46313404e66b7b9f8e11b9d4e70b
7
+ data.tar.gz: 5d666c0b5cc29bb659ee8e03ca8cfde0a609b0616e9dcddcd651fb57acb4b6c91c8dd854ff786d466cf1b13b54388ea3fbce98df09e631c087ee117c20ac0169
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-cloudtasks_v2
2
2
 
3
+ ### v0.39.0 (2025-01-26)
4
+
5
+ * Regenerated from discovery document revision 20250115
6
+ * Regenerated using generator version 0.16.0
7
+
8
+ ### v0.38.0 (2024-11-17)
9
+
10
+ * Regenerated from discovery document revision 20241111
11
+ * Regenerated using generator version 0.15.1
12
+
3
13
  ### v0.37.0 (2024-05-19)
4
14
 
5
15
  * Regenerated using generator version 0.15.0
@@ -1367,7 +1367,12 @@ module Google
1367
1367
  # 1` retries). Must be >= -1. If unspecified when the queue is created, Cloud
1368
1368
  # Tasks will pick the default. -1 indicates unlimited attempts. This field has
1369
1369
  # the same meaning as [task_retry_limit in queue.yaml/xml](https://cloud.google.
1370
- # com/appengine/docs/standard/python/config/queueref#retry_parameters).
1370
+ # com/appengine/docs/standard/python/config/queueref#retry_parameters). Note:
1371
+ # Cloud Tasks stops retrying only when `max_attempts` and `max_retry_duration`
1372
+ # are both satisfied. When the task has been attempted `max_attempts` times and
1373
+ # when the `max_retry_duration` time has passed, no further attempts are made,
1374
+ # and the task is deleted. If you want your task to retry infinitely, you must
1375
+ # set `max_attempts` to -1 and `max_retry_duration` to 0.
1371
1376
  # Corresponds to the JSON property `maxAttempts`
1372
1377
  # @return [Fixnum]
1373
1378
  attr_accessor :max_attempts
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudtasksV2
18
18
  # Version of the google-apis-cloudtasks_v2 gem
19
- GEM_VERSION = "0.37.0"
19
+ GEM_VERSION = "0.39.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240223"
25
+ REVISION = "20250115"
26
26
  end
27
27
  end
28
28
  end
@@ -853,14 +853,12 @@ module Google
853
853
  # dispatch the task, even if the task is already running, the queue has reached
854
854
  # its RateLimits or is PAUSED. This command is meant to be used for manual
855
855
  # debugging. For example, RunTask can be used to retry a failed task after a fix
856
- # has been made or to manually force a task to be dispatched now. The dispatched
857
- # task is returned. That is, the task that is returned contains the status after
858
- # the task is dispatched but before the task is received by its target. If Cloud
859
- # Tasks receives a successful response from the task's target, then the task
860
- # will be deleted; otherwise the task's schedule_time will be reset to the time
861
- # that RunTask was called plus the retry delay specified in the queue's
862
- # RetryConfig. RunTask returns NOT_FOUND when it is called on a task that has
863
- # already succeeded or permanently failed.
856
+ # has been made or to manually force a task to be dispatched now. If Cloud Tasks
857
+ # receives a successful response from the task's target, then the task will be
858
+ # deleted; otherwise the task's schedule_time will be reset to the time that
859
+ # RunTask was called plus the retry delay specified in the queue's RetryConfig.
860
+ # RunTask returns NOT_FOUND when it is called on a task that has already
861
+ # succeeded or permanently failed.
864
862
  # @param [String] name
865
863
  # Required. The task name. For example: `projects/PROJECT_ID/locations/
866
864
  # LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudtasks_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.37.0
4
+ version: 0.39.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-05-19 00:00:00.000000000 Z
10
+ date: 2025-03-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudtasks_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2/v0.37.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2/v0.39.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudtasks_v2
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.6
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Cloud Tasks API V2
82
79
  test_files: []