google-apis-cloudtasks_v2 0.43.0 → 0.45.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: 1c2de1875e81088a3df7a48321cdf54fa7f075de9b76ca1e07f5f2ab6d81d481
4
- data.tar.gz: 8ad4b4d602b1153ed54da3fbeab31e8ca3ef6b3fabd52e20e2f883aa5c8e1262
3
+ metadata.gz: 05c81573cbf95b47aa30dd91221bcf618f7e40ddbe0033637290c8305df21870
4
+ data.tar.gz: 2c6d945ae3c0a7a235183ff74eb674aebdc881c05a914b88c72b112f8491a267
5
5
  SHA512:
6
- metadata.gz: 72f024c67a711e653b12e7936857a719ca278f322c8d4422404daea143307dfb9de868f5d4750c6e857f1b2ed2e18c826fe72eb17252af30ac29d7b1658ca2a3
7
- data.tar.gz: b63213c11a31c658ad3a6d02f7bb96858b9bc4827e5a54b4f40b64d2241f40ad2b5e257fada8a448d1c8709e8ceb46513c503232a8adba34cb19ed9f016427da
6
+ metadata.gz: 79ee3cba7c547e5de2b2e10bdf8abc81d40f8d458cffcd5374830b547720ef360e80c8e7d1c6bc6bdaacd05af4d07cf90d7dc7546d5e9b54f071f448c3808bd8
7
+ data.tar.gz: 7b82334fda516c0038a7d4f4c60f96d252ebf3d0cf36354d054e5cf63f0af03b5df6da84280e03b912abb5b71a9d5179a490d73a96e755be36b1d76e0525b8d1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudtasks_v2
2
2
 
3
+ ### v0.45.0 (2026-04-19)
4
+
5
+ * Regenerated from discovery document revision 20260330
6
+
7
+ ### v0.44.0 (2026-03-15)
8
+
9
+ * Regenerated from discovery document revision 20260306
10
+
3
11
  ### v0.43.0 (2025-11-02)
4
12
 
5
13
  * Regenerated from discovery document revision 20251021
@@ -1300,15 +1300,18 @@ module Google
1300
1300
  # Each queue has a token bucket that holds tokens, up to the maximum specified
1301
1301
  # by `max_burst_size`. Each time a task is dispatched, a token is removed from
1302
1302
  # the bucket. Tasks will be dispatched until the queue's bucket runs out of
1303
- # tokens. The bucket will be continuously refilled with new tokens based on
1304
- # max_dispatches_per_second. Cloud Tasks will pick the value of `max_burst_size`
1305
- # based on the value of max_dispatches_per_second. For queues that were created
1306
- # or updated using `queue.yaml/xml`, `max_burst_size` is equal to [bucket_size](
1307
- # https://cloud.google.com/appengine/docs/standard/python/config/queueref#
1308
- # bucket_size). Since `max_burst_size` is output only, if UpdateQueue is called
1309
- # on a queue created by `queue.yaml/xml`, `max_burst_size` will be reset based
1310
- # on the value of max_dispatches_per_second, regardless of whether
1311
- # max_dispatches_per_second is updated.
1303
+ # tokens. The bucket will be continuously refilled with new tokens based on `
1304
+ # max_dispatches_per_second`. Cloud Tasks automatically sets an appropriate `
1305
+ # max_burst_size` based on the value of `max_dispatches_per_second`. The value
1306
+ # is dynamically optimized to ensure queue stability and throughput. It is
1307
+ # generally at least equal to `max_dispatches_per_second` but might be higher to
1308
+ # accommodate bursts of traffic. For queues that were created or updated using `
1309
+ # queue.yaml/xml`, `max_burst_size` is equal to [bucket_size](https://cloud.
1310
+ # google.com/appengine/docs/standard/python/config/queueref#bucket_size). Since `
1311
+ # max_burst_size` is output only, if UpdateQueue is called on a queue created by
1312
+ # `queue.yaml/xml`, `max_burst_size` will be reset based on the value of `
1313
+ # max_dispatches_per_second`, regardless of whether `max_dispatches_per_second`
1314
+ # is updated.
1312
1315
  # Corresponds to the JSON property `maxBurstSize`
1313
1316
  # @return [Fixnum]
1314
1317
  attr_accessor :max_burst_size
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudtasksV2
18
18
  # Version of the google-apis-cloudtasks_v2 gem
19
- GEM_VERSION = "0.43.0"
19
+ GEM_VERSION = "0.45.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251021"
25
+ REVISION = "20260330"
26
26
  end
27
27
  end
28
28
  end
@@ -113,7 +113,16 @@ module Google
113
113
  execute_or_queue_command(command, &block)
114
114
  end
115
115
 
116
- # Lists information about the supported locations for this service.
116
+ # Lists information about the supported locations for this service. This method
117
+ # lists locations based on the resource scope provided in the [
118
+ # ListLocationsRequest.name] field: * **Global locations**: If `name` is empty,
119
+ # the method lists the public locations available to all projects. * **Project-
120
+ # specific locations**: If `name` follows the format `projects/`project``, the
121
+ # method lists locations visible to that specific project. This includes public,
122
+ # private, or other project-specific locations enabled for the project. For gRPC
123
+ # and client library implementations, the resource name is passed as the `name`
124
+ # field. For direct service calls, the resource name is incorporated into the
125
+ # request path based on the specific service implementation and version.
117
126
  # @param [String] name
118
127
  # The resource that owns the locations collection, if applicable.
119
128
  # @param [Array<String>, String] extra_location_types
@@ -161,7 +170,7 @@ module Google
161
170
  end
162
171
 
163
172
  # Creates or Updates a CMEK config. Updates the Customer Managed Encryption Key
164
- # assotiated with the Cloud Tasks location (Creates if the key does not already
173
+ # associated with the Cloud Tasks location (Creates if the key does not already
165
174
  # exist). All new tasks created in the location will be encrypted at-rest with
166
175
  # the KMS-key provided in the config.
167
176
  # @param [String] name
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudtasks_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.43.0
4
+ version: 0.45.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudtasks_v2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2/v0.43.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2/v0.45.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudtasks_v2
62
62
  rdoc_options: []
63
63
  require_paths: