google-apis-cloudtasks_v2beta3 0.34.0 → 0.35.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: 117662d12fea3ac42121c89af9b2d5dcf38e09fb932c390ef8d9003b7b4f0e1d
4
- data.tar.gz: 544244681a90e9608396ebe38c0a48bd2599827abce0739fa1235109630b0db8
3
+ metadata.gz: e48d10e6acbe81f53e271ee7b38778999c649e87b4065ef2190c5654f57f3a38
4
+ data.tar.gz: d0ace2f48f7df8e5438e01e7419606d511807cf38adaf78778bb580a9a73d113
5
5
  SHA512:
6
- metadata.gz: a4464f30eb7f3f3c3cb3d2c5ef54d177a61127666c862de28975df03484a0433bf58eccbe826f4dfd0dd244a73ac906a28f8cfcf3d7ed6de386412c92799ca58
7
- data.tar.gz: ef1d0b757cd55ecbcc58bc98c18c40674aeda7db3c1307659d2c5bd12eedb55db74c641188cc539a430e0324a9ef5b1d884151a78d70541e7b2e43787baa3bd6
6
+ metadata.gz: c2794b4b336ba192fe86a4430d0ab934b0b4ad3a2374fbd729833cf189a862617c6eba0b4d0d46835f9f937b32de638bb8c6eeaf3baa86d0b12f64b1a623a5f7
7
+ data.tar.gz: c79562b8ed82523273f3addfbf02da2e46329bc587825ccfd8d876f67efb48655a3919e0b844bdbfcb47ed80db21436ad0edd9ae09f37c71f5eba0cc04966c8a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudtasks_v2beta3
2
2
 
3
+ ### v0.35.0 (2023-10-15)
4
+
5
+ * Regenerated from discovery document revision 20230929
6
+
3
7
  ### v0.34.0 (2023-10-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20230927
@@ -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.34.0"
19
+ GEM_VERSION = "0.35.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 = "20230927"
25
+ REVISION = "20230929"
26
26
  end
27
27
  end
28
28
  end
@@ -158,8 +158,10 @@ module Google
158
158
  # assotiated with the Cloud Tasks location (Creates if the key does not already
159
159
  # exist). All new tasks created in the location will be encrypted at-rest with
160
160
  # the KMS-key provided in the config.
161
- # @param [String] projects_id
162
- # @param [String] locations_id
161
+ # @param [String] name
162
+ # Output only. The config resource name which includes the project and location
163
+ # and must end in 'cmekConfig', in the format projects/PROJECT_ID/locations/
164
+ # LOCATION_ID/cmekConfig`
163
165
  # @param [Google::Apis::CloudtasksV2beta3::CmekConfig] cmek_config_object
164
166
  # @param [String] update_mask
165
167
  # List of fields to be updated in this request.
@@ -180,14 +182,13 @@ module Google
180
182
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
181
183
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
182
184
  # @raise [Google::Apis::AuthorizationError] Authorization is required
183
- 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)
184
- command = make_simple_command(:patch, 'v2beta3/projects/{projectsId}/locations/{locationsId}/cmekConfig', options)
185
+ def update_project_location_cmek_config(name, cmek_config_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
186
+ command = make_simple_command(:patch, 'v2beta3/{+name}', options)
185
187
  command.request_representation = Google::Apis::CloudtasksV2beta3::CmekConfig::Representation
186
188
  command.request_object = cmek_config_object
187
189
  command.response_representation = Google::Apis::CloudtasksV2beta3::CmekConfig::Representation
188
190
  command.response_class = Google::Apis::CloudtasksV2beta3::CmekConfig
189
- command.params['projectsId'] = projects_id unless projects_id.nil?
190
- command.params['locationsId'] = locations_id unless locations_id.nil?
191
+ command.params['name'] = name unless name.nil?
191
192
  command.query['updateMask'] = update_mask unless update_mask.nil?
192
193
  command.query['fields'] = fields unless fields.nil?
193
194
  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_v2beta3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.34.0
4
+ version: 0.35.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-08 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_v2beta3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2beta3/v0.34.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2beta3/v0.35.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: []