google-apis-cloudtasks_v2beta3 0.41.0 → 0.42.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: 1bb0ce95ba023835c4fb6202b7a5ae4a65dff82a872f112608257aef086d3cc1
4
- data.tar.gz: c0154e032e73607634e3ba7530c2e16e2e530f73c3180131c64ad67937f55bfc
3
+ metadata.gz: e0eec1ececa230fa0869f1b0091e30df68965b10f279939b81aae427d7a8a322
4
+ data.tar.gz: c025279e09caaf64b8f781061046946bbbfd1d440bf882d7251cacfd05c7501d
5
5
  SHA512:
6
- metadata.gz: 80f16816ba72298ef77996240cf566da7ec39596410e4ff6a590af603210ff7355999bc42fa54e5ea906a9a05c275e2a2cefe5ddb00463a6a9b49ed7d09ab4fa
7
- data.tar.gz: 660547c312e731e9c7b63ce971831c7e3064a3eee2fd2e525c916e7665aad6ea6187267981842e5b1fe53a4979739b829c9fb7d1cf000555f0dbe19597bb113f
6
+ metadata.gz: e59d8051af6fcf06d0d0cee1a15d364086c8f52d54c33868157c61254b43e4230c9b4182924009291d3ff61b3800d6ebec21c7e509da864f0926590a09c9db8c
7
+ data.tar.gz: fbd67b106eed3d5616aafe981d71420dddbf31d01fe4350481afcd669e04e94d339dd5fd92ab7d49f1229e1b8fa0f438cbb4ae0d64105e40de10909ca797dd5f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudtasks_v2beta3
2
2
 
3
+ ### v0.42.0 (2024-12-02)
4
+
5
+ * Regenerated from discovery document revision 20241111
6
+ * Regenerated using generator version 0.15.1
7
+
3
8
  ### v0.41.0 (2024-05-19)
4
9
 
5
10
  * Regenerated using generator version 0.15.0
@@ -744,7 +744,7 @@ module Google
744
744
  # headers will be ignored or replaced. A partial list of headers that will be
745
745
  # ignored or replaced is: * Any header that is prefixed with "X-CloudTasks-"
746
746
  # will be treated as service header. Service headers define properties of the
747
- # task and are predefined in CloudTask. * Host: This will be computed by Cloud
747
+ # task and are predefined in Cloud Tasks. * Host: This will be computed by Cloud
748
748
  # Tasks and derived from HttpRequest.url. * Content-Length: This will be
749
749
  # computed by Cloud Tasks. * User-Agent: This will be set to `"Google-Cloud-
750
750
  # Tasks"`. * `X-Google-*`: Google use only. * `X-AppEngine-*`: Google use only. `
@@ -832,8 +832,9 @@ module Google
832
832
  attr_accessor :header_overrides
833
833
 
834
834
  # The HTTP method to use for the request. When specified, it overrides
835
- # HttpRequest for the task. Note that if the value is set to HttpMethod the
836
- # HttpRequest of the task will be ignored at execution time.
835
+ # HttpRequest.http_method for the task. Note that if the value is set to
836
+ # HttpMethod.GET the HttpRequest.body of the task will be ignored at execution
837
+ # time.
837
838
  # Corresponds to the JSON property `httpMethod`
838
839
  # @return [String]
839
840
  attr_accessor :http_method
@@ -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.41.0"
19
+ GEM_VERSION = "0.42.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240223"
25
+ REVISION = "20241111"
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.41.0
4
+ version: 0.42.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: 2024-05-19 00:00:00.000000000 Z
11
+ date: 2024-12-04 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.41.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2beta3/v0.42.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.6
78
+ rubygems_version: 3.5.22
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Tasks API V2beta3