google-apis-cloudtasks_v2beta2 0.55.0 → 0.56.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: 163bfd6fd1f8b8c405dab02a801240b92a047b7bddc9ee3550ee3c37af8b6366
|
|
4
|
+
data.tar.gz: e55ba10f4b4f88868ea723f4fe28488d7db89ae9827bf021aee6559014886ff4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f6fd4102333acbe008aed11fdf98c233f76f9344b50e5f383318c33b5bfd7c88c6288548edb4364b2ab4d3211ebc951db220ebd5e229d83f72f07060bdfdb6e6
|
|
7
|
+
data.tar.gz: 8605fa265a2760a8a2fae002488ed655bb5ce444ded42848cce7de2548855bdd97c6ca7d5f2d24f81c494bb3f397a5851054da280c772256da3f78cc6e8902c5
|
data/CHANGELOG.md
CHANGED
|
@@ -929,8 +929,8 @@ module Google
|
|
|
929
929
|
end
|
|
930
930
|
end
|
|
931
931
|
|
|
932
|
-
# HTTP target. When specified
|
|
933
|
-
#
|
|
932
|
+
# HTTP target. When specified at the Queue level, all tasks with HttpRequest are
|
|
933
|
+
# overridden according to the target.
|
|
934
934
|
class HttpTarget
|
|
935
935
|
include Google::Apis::Core::Hashable
|
|
936
936
|
|
|
@@ -1557,8 +1557,8 @@ module Google
|
|
|
1557
1557
|
# @return [Google::Apis::CloudtasksV2beta2::AppEngineHttpTarget]
|
|
1558
1558
|
attr_accessor :app_engine_http_target
|
|
1559
1559
|
|
|
1560
|
-
# HTTP target. When specified
|
|
1561
|
-
#
|
|
1560
|
+
# HTTP target. When specified at the Queue level, all tasks with HttpRequest are
|
|
1561
|
+
# overridden according to the target.
|
|
1562
1562
|
# Corresponds to the JSON property `httpTarget`
|
|
1563
1563
|
# @return [Google::Apis::CloudtasksV2beta2::HttpTarget]
|
|
1564
1564
|
attr_accessor :http_target
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module CloudtasksV2beta2
|
|
18
18
|
# Version of the google-apis-cloudtasks_v2beta2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.56.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_v2beta2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.56.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_v2beta2/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2beta2/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2beta2/v0.56.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudtasks_v2beta2
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|