google-apis-cloudtasks_v2beta3 0.35.0 → 0.36.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: e48d10e6acbe81f53e271ee7b38778999c649e87b4065ef2190c5654f57f3a38
4
- data.tar.gz: d0ace2f48f7df8e5438e01e7419606d511807cf38adaf78778bb580a9a73d113
3
+ metadata.gz: de60ed556b6f9d33bed0df23fef960f4d3efdd5dc034597d69a32e6f6483539c
4
+ data.tar.gz: 17ad57cce523e9d88b45a4b48b509b680319256c26b6191789fbb5f533d1f05d
5
5
  SHA512:
6
- metadata.gz: c2794b4b336ba192fe86a4430d0ab934b0b4ad3a2374fbd729833cf189a862617c6eba0b4d0d46835f9f937b32de638bb8c6eeaf3baa86d0b12f64b1a623a5f7
7
- data.tar.gz: c79562b8ed82523273f3addfbf02da2e46329bc587825ccfd8d876f67efb48655a3919e0b844bdbfcb47ed80db21436ad0edd9ae09f37c71f5eba0cc04966c8a
6
+ metadata.gz: 1b950d7b8fdb08005a679bd292e186a095aae56dd95c3b144e14784848d6c0d95ac3d8603889d7251f1f456728e293a06534e014a398b487d64074d97bbb10fd
7
+ data.tar.gz: 76799bac83cca3854950764833e970378748f0fc63afb14e1a601a6bbc90e15a45ff1428085f006e938b22dde8770b84909e31e63832aa3bd8ce518d71355ce2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudtasks_v2beta3
2
2
 
3
+ ### v0.36.0 (2023-10-29)
4
+
5
+ * Regenerated from discovery document revision 20231018
6
+
3
7
  ### v0.35.0 (2023-10-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20230929
@@ -414,8 +414,8 @@ module Google
414
414
  end
415
415
  end
416
416
 
417
- # CMEK, or Customer Managed Encryption Keys, enables GCP products to put control
418
- # over encryption and key management in their customer’s hands.
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.35.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 = "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`
@@ -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. Note:
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.35.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-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_v2beta3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2beta3/v0.35.0
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: []