google-apis-cloudtasks_v2beta2 0.38.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: 67ba36f234ae86326cb2eff11b7265a82acb65983d568eedbced72ee4372f525
4
- data.tar.gz: 9bf2c1e9c19d902e14a877984f3679ed15cb2ef9d7d732256d36465fc05ba6d1
3
+ metadata.gz: 94d248600c69902caedd177b39230aa11e7a65432bf5a6a23943ade03e57d518
4
+ data.tar.gz: 43a916945778a4e3bcb06646bac0392fe59a32f3fd7ac7d576db375cf9c0b6a2
5
5
  SHA512:
6
- metadata.gz: 1fb1135fceb37d95c01bb90729734917ceafc9da012262d0de9aa80042f04bbefc145cd5c4ad27cac11d3a832d72352e15915952ddf4d820c8406b5ab6bf6310
7
- data.tar.gz: 252f054e16df029e51e173d79fec9544cf1bddf32f768d0ca6d8eeb27133a2710aca70e94f185cdef3b239a9dbfda7b5210feb388e6695233c1c18737a501376
6
+ metadata.gz: 82a46523c61758676ae4ccf80ead0ab6da92f1b08935f96fa1a81e59d9a65137537cb54fb5dc67dc896d857ed481bf3a41f33d9851e3f3c1031c93d16821c426
7
+ data.tar.gz: d9abecc3c4fdeac5ba4cde81d6f05e85c5562a9201d730ab89d737dfa6f4e7d50c7ec0ac46b6cb4dcf921b8fb8028c3923fa693bec10f805bf295dbb4107135f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.39.0 (2023-10-15)
8
+
9
+ * Regenerated from discovery document revision 20230929
10
+
3
11
  ### v0.38.0 (2023-09-17)
4
12
 
5
13
  * Regenerated from discovery document revision 20230906
@@ -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.38.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 = "20230906"
25
+ REVISION = "20231018"
26
26
  end
27
27
  end
28
28
  end
@@ -196,8 +196,10 @@ module Google
196
196
  # assotiated with the Cloud Tasks location (Creates if the key does not already
197
197
  # exist). All new tasks created in the location will be encrypted at-rest with
198
198
  # the KMS-key provided in the config.
199
- # @param [String] projects_id
200
- # @param [String] locations_id
199
+ # @param [String] name
200
+ # Output only. The config resource name which includes the project and location
201
+ # and must end in 'cmekConfig', in the format projects/PROJECT_ID/locations/
202
+ # LOCATION_ID/cmekConfig`
201
203
  # @param [Google::Apis::CloudtasksV2beta2::CmekConfig] cmek_config_object
202
204
  # @param [String] update_mask
203
205
  # List of fields to be updated in this request.
@@ -218,14 +220,13 @@ module Google
218
220
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
219
221
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
220
222
  # @raise [Google::Apis::AuthorizationError] Authorization is required
221
- def update_project_location_cmek_config(projects_id, locations_id, cmek_config_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
222
- command = make_simple_command(:patch, 'v2beta2/projects/{projectsId}/locations/{locationsId}/cmekConfig', options)
223
+ def update_project_location_cmek_config(name, cmek_config_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
224
+ command = make_simple_command(:patch, 'v2beta2/{+name}', options)
223
225
  command.request_representation = Google::Apis::CloudtasksV2beta2::CmekConfig::Representation
224
226
  command.request_object = cmek_config_object
225
227
  command.response_representation = Google::Apis::CloudtasksV2beta2::CmekConfig::Representation
226
228
  command.response_class = Google::Apis::CloudtasksV2beta2::CmekConfig
227
- command.params['projectsId'] = projects_id unless projects_id.nil?
228
- command.params['locationsId'] = locations_id unless locations_id.nil?
229
+ command.params['name'] = name unless name.nil?
229
230
  command.query['updateMask'] = update_mask unless update_mask.nil?
230
231
  command.query['fields'] = fields unless fields.nil?
231
232
  command.query['quotaUser'] = quota_user unless quota_user.nil?
@@ -737,10 +738,7 @@ module Google
737
738
  # use the following format and set TASK_ID to your desired ID: projects/
738
739
  # PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID:buffer To
739
740
  # create the task with an automatically generated ID, use the following format:
740
- # projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks:buffer. Note:
741
- # This feature is in its experimental stage. You must request access to the API
742
- # through the [Cloud Tasks BufferTask Experiment Signup form](https://forms.gle/
743
- # X8Zr5hiXH5tTGFqh8).
741
+ # projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks:buffer.
744
742
  # @param [String] queue
745
743
  # Required. The parent queue name. For example: projects/PROJECT_ID/locations/
746
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.38.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-09-17 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.38.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: []