google-apis-cloudtasks_v2beta3 0.27.0 → 0.28.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: 6cb53ab456d88969c2c4677b286bb850fc9ead6982543bd46f2fb6da6a858b3e
|
|
4
|
+
data.tar.gz: 6d37a02222fdb8311eee2a2d1a35bce3abe94457130a96883c78d7bbb5427a76
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c42e401f56755b183bcedbd8fb59c97f8fa82ed094a5b8291ad95d1d67d53e6d2ec581ab9a1723def0fdfb3f5679dbfc0d9a8ebf68add5aa27bd600aa4e12ebc
|
|
7
|
+
data.tar.gz: 3e25d0c4183575c486c90a97b109d3eb36623b0a01a0a2731c786a86f574d5882bd68c33bc07c82a51d59abf4da361f304fee1f1743d85c91b37f416157e5617
|
data/CHANGELOG.md
CHANGED
|
@@ -772,7 +772,7 @@ module Google
|
|
|
772
772
|
# @return [Array<Google::Apis::CloudtasksV2beta3::HeaderOverride>]
|
|
773
773
|
attr_accessor :header_overrides
|
|
774
774
|
|
|
775
|
-
# The HTTP method to use for the request. When specified, it
|
|
775
|
+
# The HTTP method to use for the request. When specified, it overrides
|
|
776
776
|
# HttpRequest for the task. Note that if the value is set to HttpMethod the
|
|
777
777
|
# HttpRequest of the task will be ignored at execution time.
|
|
778
778
|
# Corresponds to the JSON property `httpMethod`
|
|
@@ -990,7 +990,7 @@ module Google
|
|
|
990
990
|
class PathOverride
|
|
991
991
|
include Google::Apis::Core::Hashable
|
|
992
992
|
|
|
993
|
-
# The URI path (e.g.,
|
|
993
|
+
# The URI path (e.g., /users/1234). Default is an empty string.
|
|
994
994
|
# Corresponds to the JSON property `path`
|
|
995
995
|
# @return [String]
|
|
996
996
|
attr_accessor :path
|
|
@@ -1158,7 +1158,8 @@ module Google
|
|
|
1158
1158
|
class QueryOverride
|
|
1159
1159
|
include Google::Apis::Core::Hashable
|
|
1160
1160
|
|
|
1161
|
-
# The query parameters (e.g., qparam1=123&qparam2=456). Default is
|
|
1161
|
+
# The query parameters (e.g., qparam1=123&qparam2=456). Default is an empty
|
|
1162
|
+
# string.
|
|
1162
1163
|
# Corresponds to the JSON property `queryParams`
|
|
1163
1164
|
# @return [String]
|
|
1164
1165
|
attr_accessor :query_params
|
|
@@ -1856,10 +1857,10 @@ module Google
|
|
|
1856
1857
|
class UriOverride
|
|
1857
1858
|
include Google::Apis::Core::Hashable
|
|
1858
1859
|
|
|
1859
|
-
# Host override. When specified,
|
|
1860
|
-
# example, if the task URL is "https://www.google.com"
|
|
1861
|
-
# "example.net", the overridden URI will be changed to "https://example.net"
|
|
1862
|
-
# Host value cannot be an empty string.
|
|
1860
|
+
# Host override. When specified, replaces the host part of the task URL. For
|
|
1861
|
+
# example, if the task URL is "https://www.google.com," and host value is set to
|
|
1862
|
+
# "example.net", the overridden URI will be changed to "https://example.net."
|
|
1863
|
+
# Host value cannot be an empty string (INVALID_ARGUMENT).
|
|
1863
1864
|
# Corresponds to the JSON property `host`
|
|
1864
1865
|
# @return [String]
|
|
1865
1866
|
attr_accessor :host
|
|
@@ -1869,7 +1870,7 @@ module Google
|
|
|
1869
1870
|
# @return [Google::Apis::CloudtasksV2beta3::PathOverride]
|
|
1870
1871
|
attr_accessor :path_override
|
|
1871
1872
|
|
|
1872
|
-
# Port override. When specified,
|
|
1873
|
+
# Port override. When specified, replaces the port part of the task URI. For
|
|
1873
1874
|
# instance, for a URI http://www.google.com/foo and port=123, the overridden URI
|
|
1874
1875
|
# becomes http://www.google.com:123/foo. Note that the port value must be a
|
|
1875
1876
|
# positive integer. Setting the port to 0 (Zero) clears the URI port.
|
|
@@ -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.28.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230224"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.28.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: 2023-
|
|
11
|
+
date: 2023-03-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -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_v2beta3/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2beta3/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2beta3/v0.28.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudtasks_v2beta3
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|