google-apis-cloudtasks_v2beta2 0.38.0 → 0.39.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 608bbadfd343740697cc5e3b4c76ccf1a266a8db0de0bab382857f2cccc685e6
|
|
4
|
+
data.tar.gz: cc17ef1b3e1262fa69dcbc2b18e7e64e9476fbeb6c1b8a378d09a6abd349a127
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b4066f111a1223b633f2ab69702f1956f43304dd1f63f96d919322686fe3e2456745ef0ca7ffba293a66001c55de15154fe4dc81e211c8f7d5be0c2d88f8996b
|
|
7
|
+
data.tar.gz: 952206902e717caca8303dd6f6bdff84cc79e0ff55d0c573a62a7a519033d443e280b664ac1132266143b571f25e08f8adeea8515a818a5e32d7cc236fc826dc
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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 = "
|
|
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]
|
|
200
|
-
#
|
|
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(
|
|
222
|
-
command = make_simple_command(:patch, 'v2beta2/
|
|
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['
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|