google-apis-cloudtasks_v2beta3 0.35.0 → 0.36.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: de60ed556b6f9d33bed0df23fef960f4d3efdd5dc034597d69a32e6f6483539c
|
|
4
|
+
data.tar.gz: 17ad57cce523e9d88b45a4b48b509b680319256c26b6191789fbb5f533d1f05d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1b950d7b8fdb08005a679bd292e186a095aae56dd95c3b144e14784848d6c0d95ac3d8603889d7251f1f456728e293a06534e014a398b487d64074d97bbb10fd
|
|
7
|
+
data.tar.gz: 76799bac83cca3854950764833e970378748f0fc63afb14e1a601a6bbc90e15a45ff1428085f006e938b22dde8770b84909e31e63832aa3bd8ce518d71355ce2
|
data/CHANGELOG.md
CHANGED
|
@@ -414,8 +414,8 @@ module Google
|
|
|
414
414
|
end
|
|
415
415
|
end
|
|
416
416
|
|
|
417
|
-
#
|
|
418
|
-
#
|
|
417
|
+
# Describes the customer-managed encryption key (CMEK) configuration associated
|
|
418
|
+
# with a project and location.
|
|
419
419
|
class CmekConfig
|
|
420
420
|
include Google::Apis::Core::Hashable
|
|
421
421
|
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.36.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`
|
|
@@ -654,10 +661,7 @@ module Google
|
|
|
654
661
|
# use the following format and set TASK_ID to your desired ID: projects/
|
|
655
662
|
# PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID:buffer To
|
|
656
663
|
# create the task with an automatically generated ID, use the following format:
|
|
657
|
-
# projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks:buffer.
|
|
658
|
-
# This feature is in its experimental stage. You must request access to the API
|
|
659
|
-
# through the [Cloud Tasks BufferTask Experiment Signup form](https://forms.gle/
|
|
660
|
-
# X8Zr5hiXH5tTGFqh8).
|
|
664
|
+
# projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks:buffer.
|
|
661
665
|
# @param [String] queue
|
|
662
666
|
# Required. The parent queue name. For example: projects/PROJECT_ID/locations/
|
|
663
667
|
# LOCATION_ID/queues/QUEUE_ID` The queue must already exist.
|
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.
|
|
4
|
+
version: 0.36.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_v2beta3/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2beta3/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2beta3/v0.36.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: []
|