google-apis-cloudtasks_v2beta3 0.26.0 → 0.28.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d25e13f2b821dfa03d77dab5597a0c2678aa28d4065db8223cbc053a4d66c9be
4
- data.tar.gz: dece95126b9dc3e0cd8729ec5661814c6a5ff3b1fa6f2a14ea6d7e91c97564a3
3
+ metadata.gz: 6cb53ab456d88969c2c4677b286bb850fc9ead6982543bd46f2fb6da6a858b3e
4
+ data.tar.gz: 6d37a02222fdb8311eee2a2d1a35bce3abe94457130a96883c78d7bbb5427a76
5
5
  SHA512:
6
- metadata.gz: f3c62e7c4e47620beba51ecc48d24c20a50be826a464e09aed3f540fb292905af1b0c2a5b72fb36ecd1f9e6b6018eec7f45828f43f71cda886119aa30a3c4fbf
7
- data.tar.gz: 4227245150259933da5b528016318d1295a321f1ae20edf7aa66dfe83a434f3c4e6d490c0aa88b983e15dd51d9c233cf68c74c585b1a4e8ad165fb07e9e21f59
6
+ metadata.gz: c42e401f56755b183bcedbd8fb59c97f8fa82ed094a5b8291ad95d1d67d53e6d2ec581ab9a1723def0fdfb3f5679dbfc0d9a8ebf68add5aa27bd600aa4e12ebc
7
+ data.tar.gz: 3e25d0c4183575c486c90a97b109d3eb36623b0a01a0a2731c786a86f574d5882bd68c33bc07c82a51d59abf4da361f304fee1f1743d85c91b37f416157e5617
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-cloudtasks_v2beta3
2
2
 
3
+ ### v0.28.0 (2023-03-05)
4
+
5
+ * Regenerated from discovery document revision 20230224
6
+
7
+ ### v0.27.0 (2023-02-26)
8
+
9
+ * Regenerated from discovery document revision 20230214
10
+ * Regenerated using generator version 0.12.0
11
+
3
12
  ### v0.26.0 (2023-02-12)
4
13
 
5
14
  * Regenerated from discovery document revision 20230201
@@ -361,7 +361,7 @@ module Google
361
361
  end
362
362
  end
363
363
 
364
- # Request message for BufferTask.
364
+ # LINT.IfChange Request message for BufferTask.
365
365
  class BufferTaskRequest
366
366
  include Google::Apis::Core::Hashable
367
367
 
@@ -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 will override
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., a/b/c). Default is Empty string.
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 Empty string.
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, will replace the host part of the task URL. For
1860
- # example, if the task URL is "https://www.google.com", and host value is set to
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, will replace the port part of the task URI. For
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.26.0"
19
+ GEM_VERSION = "0.28.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230201"
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.26.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-02-12 00:00:00.000000000 Z
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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.26.0
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: []