google-apis-cloudtasks_v2beta3 0.53.0 → 0.54.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: 70372cc65c7ec79ae58697cea1544760aedd848e381b6b456137b962c82406c5
|
|
4
|
+
data.tar.gz: 915b7013d042143c81ca1df052df924e54a5ad56752bb7cfb3ca446af744ee49
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6f9d7364fd10f2d005ff531a63fec7086379e6c0b60cae50974b359ad0779a2900c72ca5deb10d0278aaa3d0c716f7fe69aab303a3d28d304f0c41ea97d23881
|
|
7
|
+
data.tar.gz: 89a4159615c53ab7806e70d8156e84c40295d2c5a7aa0adbbd64cdf0cdca8b797645acd0ddbe0aaf8182625647950fef0563bf55cb93890e8b9dc97e2817c3cc
|
data/CHANGELOG.md
CHANGED
|
@@ -870,8 +870,8 @@ module Google
|
|
|
870
870
|
end
|
|
871
871
|
end
|
|
872
872
|
|
|
873
|
-
# HTTP target. When specified
|
|
874
|
-
#
|
|
873
|
+
# HTTP target. When specified at the Queue level, all tasks with HttpRequest are
|
|
874
|
+
# overridden according to the target.
|
|
875
875
|
class HttpTarget
|
|
876
876
|
include Google::Apis::Core::Hashable
|
|
877
877
|
|
|
@@ -1397,8 +1397,8 @@ module Google
|
|
|
1397
1397
|
# @return [Google::Apis::CloudtasksV2beta3::AppEngineHttpQueue]
|
|
1398
1398
|
attr_accessor :app_engine_http_queue
|
|
1399
1399
|
|
|
1400
|
-
# HTTP target. When specified
|
|
1401
|
-
#
|
|
1400
|
+
# HTTP target. When specified at the Queue level, all tasks with HttpRequest are
|
|
1401
|
+
# overridden according to the target.
|
|
1402
1402
|
# Corresponds to the JSON property `httpTarget`
|
|
1403
1403
|
# @return [Google::Apis::CloudtasksV2beta3::HttpTarget]
|
|
1404
1404
|
attr_accessor :http_target
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module CloudtasksV2beta3
|
|
18
18
|
# Version of the google-apis-cloudtasks_v2beta3 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.54.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260831"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-cloudtasks_v2beta3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.54.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_v2beta3/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2beta3/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2beta3/v0.54.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudtasks_v2beta3
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|