google-apis-cloudtasks_v2beta3 0.39.0 → 0.41.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: c4698d28d09fb3c4f17af13789c266fbd6d1f7460f1d34d743efa5aa970deb88
4
- data.tar.gz: e7954aaebf4a676ad408301aa3f17c0ba3e390c706231a4f4a91e0a52e77f7c9
3
+ metadata.gz: 1bb0ce95ba023835c4fb6202b7a5ae4a65dff82a872f112608257aef086d3cc1
4
+ data.tar.gz: c0154e032e73607634e3ba7530c2e16e2e530f73c3180131c64ad67937f55bfc
5
5
  SHA512:
6
- metadata.gz: 3a25e9dfb96fbc9f5d42ce492460b8c9047bec36f42ce0b306ee9fc2aef37bd4f20a7e91c21b5754f8073ad4be178ca60b3b28916bf3fbd4ac16ac8692457a2a
7
- data.tar.gz: 5de10ab42b1f0b29d12685d6520456762e4c6d8ffa13754ae4332048e7bc1feac71a5446369d1023a32cd44b50f144cc6e03596149cde91662e610fc2c741dcc
6
+ metadata.gz: 80f16816ba72298ef77996240cf566da7ec39596410e4ff6a590af603210ff7355999bc42fa54e5ea906a9a05c275e2a2cefe5ddb00463a6a9b49ed7d09ab4fa
7
+ data.tar.gz: 660547c312e731e9c7b63ce971831c7e3064a3eee2fd2e525c916e7665aad6ea6187267981842e5b1fe53a4979739b829c9fb7d1cf000555f0dbe19597bb113f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudtasks_v2beta3
2
2
 
3
+ ### v0.41.0 (2024-05-19)
4
+
5
+ * Regenerated using generator version 0.15.0
6
+
7
+ ### v0.40.0 (2024-03-03)
8
+
9
+ * Regenerated from discovery document revision 20240223
10
+
3
11
  ### v0.39.0 (2024-02-23)
4
12
 
5
13
  * Regenerated using generator version 0.14.0
@@ -823,7 +823,10 @@ module Google
823
823
  # to `"Google-Cloud-Tasks"`. Headers which can have multiple values (according
824
824
  # to RFC2616) can be specified using comma-separated values. The size of the
825
825
  # headers must be less than 80KB. Queue-level headers to override headers of all
826
- # the tasks in the queue.
826
+ # the tasks in the queue. Do not put business sensitive or personally
827
+ # identifying data in the HTTP Header Override Configuration or other similar
828
+ # fields in accordance with Section 12 (Resource Fields) of the [Service
829
+ # Specific Terms](https://cloud.google.com/terms/service-terms).
827
830
  # Corresponds to the JSON property `headerOverrides`
828
831
  # @return [Array<Google::Apis::CloudtasksV2beta3::HeaderOverride>]
829
832
  attr_accessor :header_overrides
@@ -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.39.0"
19
+ GEM_VERSION = "0.41.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240130"
25
+ REVISION = "20240223"
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.39.0
4
+ version: 0.41.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-02-25 00:00:00.000000000 Z
11
+ date: 2024-05-19 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.14.0
19
+ version: 0.15.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.14.0
29
+ version: 0.15.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.39.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2beta3/v0.41.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: []