google-apis-cloudtasks_v2 0.30.0 → 0.31.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: 6c893e3128b636c60910070c4ebb5634907a1784da408c57009bdbd0e061f0ae
4
- data.tar.gz: 5d299ea9b70e4189843d34846e51cfc0f8d2fbc773181bb04cc08a47502d091f
3
+ metadata.gz: 94ea6292a8c6f46986f85dd54066245d31de4a8fbd4098e645b4e7e03f3208b6
4
+ data.tar.gz: 645911845fd1086d7797bca06666eaa3c133ed9b8afae9709d3e756f2fab92cf
5
5
  SHA512:
6
- metadata.gz: 7f62a76aec9a280f6a33c1c7937b95f31369d000cc45f419936ec4f89b28d4a1bdd0a42bd71d46754abb388960165bb55766eeb67bb06ed1341dc54f86b7dad8
7
- data.tar.gz: d1eca51a11e1f03edc886198d9966b28f7a7a7b9598c73a3e1c2e71e95fd652e3d30c2361332df798a05c70a13912b80d9f880dc9caf02326a1f266ff026c0f5
6
+ metadata.gz: 6fc8b5e19010a8955b2a2f9969f45287a8c8f532ebd71b87d8926cc920b995f853f6469d586e764246f0009ce18c14909a449eae1643650a09d8cfd96980e967
7
+ data.tar.gz: e16daca850aef97b74b3fe8cb094f762def8bc115543ae3688e82c05ede265397adca1ca12a9ca94cbb125aff8c3dce66837aeec9618ac21e365a6d73f4c59f1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudtasks_v2
2
2
 
3
+ ### v0.31.0 (2023-10-29)
4
+
5
+ * Regenerated from discovery document revision 20231018
6
+
3
7
  ### v0.30.0 (2023-10-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20230929
@@ -334,8 +334,8 @@ module Google
334
334
  end
335
335
  end
336
336
 
337
- # CMEK, or Customer Managed Encryption Keys, enables GCP products to put control
338
- # over encryption and key management in their customer’s hands.
337
+ # Describes the customer-managed encryption key (CMEK) configuration associated
338
+ # with a project and location.
339
339
  class CmekConfig
340
340
  include Google::Apis::Core::Hashable
341
341
 
@@ -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.30.0"
19
+ GEM_VERSION = "0.31.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 = "20230929"
25
+ REVISION = "20231018"
26
26
  end
27
27
  end
28
28
  end
@@ -237,11 +237,18 @@ module Google
237
237
  end
238
238
 
239
239
  # Deletes a queue. This command will delete the queue even if it has tasks in it.
240
- # Note: If you delete a queue, a queue with the same name can't be created for
241
- # 7 days. WARNING: Using this method may have unintended side effects if you are
242
- # using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
243
- # Read [Overview of Queue Management and queue.yaml](https://cloud.google.com/
244
- # tasks/docs/queue-yaml) before using this method.
240
+ # Note: If you delete a queue, you may be prevented from creating a new queue
241
+ # with the same name as the deleted queue for a tombstone window of up to 3 days.
242
+ # During this window, the CreateQueue operation may appear to recreate the
243
+ # queue, but this can be misleading. If you attempt to create a queue with the
244
+ # same name as one that is in the tombstone window, run GetQueue to confirm that
245
+ # the queue creation was successful. If GetQueue returns 200 response code, your
246
+ # queue was successfully created with the name of the previously deleted queue.
247
+ # Otherwise, your queue did not successfully recreate. WARNING: Using this
248
+ # method may have unintended side effects if you are using an App Engine `queue.
249
+ # yaml` or `queue.xml` file to manage your queues. Read [Overview of Queue
250
+ # Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml)
251
+ # before using this method.
245
252
  # @param [String] name
246
253
  # Required. The queue name. For example: `projects/PROJECT_ID/locations/
247
254
  # LOCATION_ID/queues/QUEUE_ID`
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudtasks_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.30.0
4
+ version: 0.31.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-10-15 00:00:00.000000000 Z
11
+ date: 2023-10-29 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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2/v0.30.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2/v0.31.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudtasks_v2
63
63
  post_install_message:
64
64
  rdoc_options: []