google-cloud-tasks-v2 0.4.4 → 0.4.5
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: ce0331d0b337ac1e542113b2aa08b410a34930b7c76542355c4ab3ba9afc11ab
|
|
4
|
+
data.tar.gz: d390182c9b264a16237e7a9586355b8d219572db941a3517cee313b1311116cb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e776e422e3e2adb1f8b82e07feb7b8b837cba73d86e6d444fa397d2def2bec6152dcba6c1bc929e2ce9e322b6989a64f5153a5c0e207d4babdd1997925461c24
|
|
7
|
+
data.tar.gz: 892731d1682a2ca139a02a8a1349f2cf53387d3d7e0f4057053e0928baedd3fa175c0361873debdb2c04a9796e44ca523c6bdef5091fd4611c5e83ee5041abfd
|
|
@@ -80,8 +80,8 @@ module Google
|
|
|
80
80
|
# {::Google::Cloud::Tasks::V2::HttpRequest#url HttpRequest.url}.
|
|
81
81
|
# * Content-Length: This will be computed by Cloud Tasks.
|
|
82
82
|
# * User-Agent: This will be set to `"Google-Cloud-Tasks"`.
|
|
83
|
-
# * X-Google
|
|
84
|
-
# * X-AppEngine
|
|
83
|
+
# * `X-Google-*`: Google use only.
|
|
84
|
+
# * `X-AppEngine-*`: Google use only.
|
|
85
85
|
#
|
|
86
86
|
# `Content-Type` won't be set by Cloud Tasks. You can explicitly set
|
|
87
87
|
# `Content-Type` to a media type when the
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-tasks-v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-12-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|