google-apis-cloudtasks_v2beta3 0.34.0 → 0.35.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: e48d10e6acbe81f53e271ee7b38778999c649e87b4065ef2190c5654f57f3a38
|
|
4
|
+
data.tar.gz: d0ace2f48f7df8e5438e01e7419606d511807cf38adaf78778bb580a9a73d113
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c2794b4b336ba192fe86a4430d0ab934b0b4ad3a2374fbd729833cf189a862617c6eba0b4d0d46835f9f937b32de638bb8c6eeaf3baa86d0b12f64b1a623a5f7
|
|
7
|
+
data.tar.gz: c79562b8ed82523273f3addfbf02da2e46329bc587825ccfd8d876f67efb48655a3919e0b844bdbfcb47ed80db21436ad0edd9ae09f37c71f5eba0cc04966c8a
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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 = "
|
|
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]
|
|
162
|
-
#
|
|
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(
|
|
184
|
-
command = make_simple_command(:patch, 'v2beta3/
|
|
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['
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|