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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 94ea6292a8c6f46986f85dd54066245d31de4a8fbd4098e645b4e7e03f3208b6
|
4
|
+
data.tar.gz: 645911845fd1086d7797bca06666eaa3c133ed9b8afae9709d3e756f2fab92cf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6fc8b5e19010a8955b2a2f9969f45287a8c8f532ebd71b87d8926cc920b995f853f6469d586e764246f0009ce18c14909a449eae1643650a09d8cfd96980e967
|
7
|
+
data.tar.gz: e16daca850aef97b74b3fe8cb094f762def8bc115543ae3688e82c05ede265397adca1ca12a9ca94cbb125aff8c3dce66837aeec9618ac21e365a6d73f4c59f1
|
data/CHANGELOG.md
CHANGED
@@ -334,8 +334,8 @@ module Google
|
|
334
334
|
end
|
335
335
|
end
|
336
336
|
|
337
|
-
#
|
338
|
-
#
|
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.
|
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 = "
|
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,
|
241
|
-
#
|
242
|
-
#
|
243
|
-
#
|
244
|
-
#
|
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.
|
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-
|
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.
|
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: []
|