google-apis-cloudtasks_v2beta2 0.38.0 → 0.39.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: 608bbadfd343740697cc5e3b4c76ccf1a266a8db0de0bab382857f2cccc685e6
4
+ data.tar.gz: cc17ef1b3e1262fa69dcbc2b18e7e64e9476fbeb6c1b8a378d09a6abd349a127
5
5
  SHA512:
6
- metadata.gz: 1fb1135fceb37d95c01bb90729734917ceafc9da012262d0de9aa80042f04bbefc145cd5c4ad27cac11d3a832d72352e15915952ddf4d820c8406b5ab6bf6310
7
- data.tar.gz: 252f054e16df029e51e173d79fec9544cf1bddf32f768d0ca6d8eeb27133a2710aca70e94f185cdef3b239a9dbfda7b5210feb388e6695233c1c18737a501376
6
+ metadata.gz: b4066f111a1223b633f2ab69702f1956f43304dd1f63f96d919322686fe3e2456745ef0ca7ffba293a66001c55de15154fe4dc81e211c8f7d5be0c2d88f8996b
7
+ data.tar.gz: 952206902e717caca8303dd6f6bdff84cc79e0ff55d0c573a62a7a519033d443e280b664ac1132266143b571f25e08f8adeea8515a818a5e32d7cc236fc826dc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudtasks_v2beta2
2
2
 
3
+ ### v0.39.0 (2023-10-15)
4
+
5
+ * Regenerated from discovery document revision 20230929
6
+
3
7
  ### v0.38.0 (2023-09-17)
4
8
 
5
9
  * Regenerated from discovery document revision 20230906
@@ -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.39.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 = "20230929"
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?
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.39.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-15 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.39.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: []