google-apis-cloudtasks_v2 0.36.0 → 0.38.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: 16b8fe851d496c0f1995722743bda073044186f41ddf624f27ec04049a8c361a
4
- data.tar.gz: c660597f0c67a18071b2cec09b699a3cb46c47422db97fe22d731a42ec08815f
3
+ metadata.gz: 522ca6257437d5369adfad49246e630909bdc5b1ba7921cd3e80deb28f36aefe
4
+ data.tar.gz: 1b7ec9830dbb22808b127c2b292e4eb7a83a6cbcf3b170af4f40a396e1545a57
5
5
  SHA512:
6
- metadata.gz: 1ddf0d7a6d54506ca023e874c8ac2d4c2d5e6db879cfccb24aeb1619b1cc5c7a457e8bfd7f823eab317f6b40a1c6400b90786827502ff581aa325fe7de00b95a
7
- data.tar.gz: 10f487389cd327660a2713b6738f5a2bf61e81d0aa5927c30a30216f603f66906efb03994d7c34be5a68714c1dfea363afeca8096b33c5a1ac2d35fc46200ed0
6
+ metadata.gz: 1a7557aef862154cf990ef066f85631ba2676f47780b0eed58d7ff8f37d742fb67313ffd10e8323d7c43621e4d41912652b72aa0ed122a2a80e66a6a417766af
7
+ data.tar.gz: d9b46dbb95991bd56993fa57fd15fcfe8bfb65021f48bd3f70f5be0f05a8d71ce5081fb3c0a245b363adf6ecdc3eb6e8a77cd4e67a0ccda16a5133f492a67060
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-cloudtasks_v2
2
2
 
3
+ ### v0.38.0 (2024-11-17)
4
+
5
+ * Regenerated from discovery document revision 20241111
6
+ * Regenerated using generator version 0.15.1
7
+
8
+ ### v0.37.0 (2024-05-19)
9
+
10
+ * Regenerated using generator version 0.15.0
11
+
3
12
  ### v0.36.0 (2024-03-03)
4
13
 
5
14
  * Regenerated from discovery document revision 20240223
@@ -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.36.0"
19
+ GEM_VERSION = "0.38.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240223"
25
+ REVISION = "20241111"
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,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudtasks_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.36.0
4
+ version: 0.38.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-03 00:00:00.000000000 Z
11
+ date: 2024-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.14.0
19
+ version: 0.15.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.14.0
29
+ version: 0.15.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  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.36.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2/v0.38.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudtasks_v2
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.6
78
+ rubygems_version: 3.5.22
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Tasks API V2