google-apis-cloudtasks_v2 0.41.0 → 0.42.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7420ad03615f60eca5883a218d0597d5c8b55eeb57f6f19d568d9c01bba7a442
|
4
|
+
data.tar.gz: c9cbf9617e0d0d33d65fbc0f2b01d45cce345d97fd321eeb253666b0bae6a9a3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d9ec67c54d4237251771dbf2404725a8115d31f084a8d3be42e86f28583da40b141e89344122ab67d5dd2e2dbf2e5fc5128ee9348e0d39fde9bd834686d76ed7
|
7
|
+
data.tar.gz: 8d39b0b76705d062f29f832a15a53db21b2d6c9ca198d1594a0a1e8a7f852792cfd4426693c8cc5852d5fb31b266444a90d1776c21c692c3c08f3cacfe4bb426
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-cloudtasks_v2
|
2
2
|
|
3
|
+
### v0.42.0 (2025-09-28)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250914
|
6
|
+
* Regenerated using generator version 0.18.0
|
7
|
+
|
3
8
|
### v0.41.0 (2025-05-04)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.17.0
|
@@ -1806,9 +1806,10 @@ module Google
|
|
1806
1806
|
attr_accessor :path_override
|
1807
1807
|
|
1808
1808
|
# Port override. When specified, replaces the port part of the task URI. For
|
1809
|
-
# instance, for a URI
|
1810
|
-
# becomes
|
1811
|
-
# positive integer. Setting the port to 0 (Zero) clears the
|
1809
|
+
# instance, for a URI "https://www.example.com/example" and port=123, the
|
1810
|
+
# overridden URI becomes "https://www.example.com:123/example". Note that the
|
1811
|
+
# port value must be a positive integer. Setting the port to 0 (Zero) clears the
|
1812
|
+
# URI port.
|
1812
1813
|
# Corresponds to the JSON property `port`
|
1813
1814
|
# @return [Fixnum]
|
1814
1815
|
attr_accessor :port
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.42.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250914"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -117,8 +117,8 @@ module Google
|
|
117
117
|
# @param [String] name
|
118
118
|
# The resource that owns the locations collection, if applicable.
|
119
119
|
# @param [Array<String>, String] extra_location_types
|
120
|
-
# Optional.
|
121
|
-
#
|
120
|
+
# Optional. Unless explicitly documented otherwise, don't use this unsupported
|
121
|
+
# field which is primarily intended for internal usage.
|
122
122
|
# @param [String] filter
|
123
123
|
# A filter to narrow down results to a preferred subset. The filtering language
|
124
124
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
@@ -760,7 +760,9 @@ module Google
|
|
760
760
|
execute_or_queue_command(command, &block)
|
761
761
|
end
|
762
762
|
|
763
|
-
# Gets a task.
|
763
|
+
# Gets a task. After a task is successfully executed or has exhausted its retry
|
764
|
+
# attempts, the task is deleted. A `GetTask` request for a deleted task returns
|
765
|
+
# a `NOT_FOUND` error.
|
764
766
|
# @param [String] name
|
765
767
|
# Required. The task name. For example: `projects/PROJECT_ID/locations/
|
766
768
|
# LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-cloudtasks_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.42.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudtasks_v2/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2/v0.42.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudtasks_v2
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Cloud Tasks API V2
|
79
79
|
test_files: []
|