google-apis-cloudtasks_v2beta2 0.39.0 → 0.40.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: 608bbadfd343740697cc5e3b4c76ccf1a266a8db0de0bab382857f2cccc685e6
4
- data.tar.gz: cc17ef1b3e1262fa69dcbc2b18e7e64e9476fbeb6c1b8a378d09a6abd349a127
3
+ metadata.gz: 94d248600c69902caedd177b39230aa11e7a65432bf5a6a23943ade03e57d518
4
+ data.tar.gz: 43a916945778a4e3bcb06646bac0392fe59a32f3fd7ac7d576db375cf9c0b6a2
5
5
  SHA512:
6
- metadata.gz: b4066f111a1223b633f2ab69702f1956f43304dd1f63f96d919322686fe3e2456745ef0ca7ffba293a66001c55de15154fe4dc81e211c8f7d5be0c2d88f8996b
7
- data.tar.gz: 952206902e717caca8303dd6f6bdff84cc79e0ff55d0c573a62a7a519033d443e280b664ac1132266143b571f25e08f8adeea8515a818a5e32d7cc236fc826dc
6
+ metadata.gz: 82a46523c61758676ae4ccf80ead0ab6da92f1b08935f96fa1a81e59d9a65137537cb54fb5dc67dc896d857ed481bf3a41f33d9851e3f3c1031c93d16821c426
7
+ data.tar.gz: d9abecc3c4fdeac5ba4cde81d6f05e85c5562a9201d730ab89d737dfa6f4e7d50c7ec0ac46b6cb4dcf921b8fb8028c3923fa693bec10f805bf295dbb4107135f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudtasks_v2beta2
2
2
 
3
+ ### v0.40.0 (2023-10-29)
4
+
5
+ * Regenerated from discovery document revision 20231018
6
+
3
7
  ### v0.39.0 (2023-10-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20230929
@@ -487,8 +487,8 @@ module Google
487
487
  end
488
488
  end
489
489
 
490
- # CMEK, or Customer Managed Encryption Keys, enables GCP products to put control
491
- # over encryption and key management in their customer’s hands.
490
+ # Describes the customer-managed encryption key (CMEK) configuration associated
491
+ # with a project and location.
492
492
  class CmekConfig
493
493
  include Google::Apis::Core::Hashable
494
494
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudtasksV2beta2
18
18
  # Version of the google-apis-cloudtasks_v2beta2 gem
19
- GEM_VERSION = "0.39.0"
19
+ GEM_VERSION = "0.40.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
@@ -738,10 +738,7 @@ module Google
738
738
  # use the following format and set TASK_ID to your desired ID: projects/
739
739
  # PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID:buffer To
740
740
  # create the task with an automatically generated ID, use the following format:
741
- # projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks:buffer. Note:
742
- # This feature is in its experimental stage. You must request access to the API
743
- # through the [Cloud Tasks BufferTask Experiment Signup form](https://forms.gle/
744
- # X8Zr5hiXH5tTGFqh8).
741
+ # projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks:buffer.
745
742
  # @param [String] queue
746
743
  # Required. The parent queue name. For example: projects/PROJECT_ID/locations/
747
744
  # 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_v2beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.39.0
4
+ version: 0.40.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_v2beta2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2beta2/v0.39.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2beta2/v0.40.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudtasks_v2beta2
63
63
  post_install_message:
64
64
  rdoc_options: []