Skip to content

Commit 13c4f32

Browse files
feat: Automated regeneration of cloudtasks v2beta3 client (#25968)
Auto-created at 2026-03-15 11:07:27 +0000 using the toys pull request generator.
1 parent 377a4b9 commit 13c4f32

3 files changed

Lines changed: 12 additions & 4 deletions

File tree

generated/google-apis-cloudtasks_v2beta3/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-cloudtasks_v2beta3
22

3+
### v0.49.0 (2026-03-15)
4+
5+
* Regenerated from discovery document revision 20260306
6+
37
### v0.48.0 (2026-01-25)
48

59
* Regenerated from discovery document revision 20260115

generated/google-apis-cloudtasks_v2beta3/lib/google/apis/cloudtasks_v2beta3/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module CloudtasksV2beta3
1818
# Version of the google-apis-cloudtasks_v2beta3 gem
19-
GEM_VERSION = "0.48.0"
19+
GEM_VERSION = "0.49.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20260115"
25+
REVISION = "20260306"
2626
end
2727
end
2828
end

generated/google-apis-cloudtasks_v2beta3/lib/google/apis/cloudtasks_v2beta3/service.rb

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,11 @@ def get_project_location_cmek_config(name, fields: nil, quota_user: nil, options
113113
execute_or_queue_command(command, &block)
114114
end
115115

116-
# Lists information about the supported locations for this service.
116+
# Lists information about the supported locations for this service. This method
117+
# can be called in two ways: * **List all public locations:** Use the path `GET /
118+
# v1/locations`. * **List project-visible locations:** Use the path `GET /v1/
119+
# projects/`project_id`/locations`. This may include public locations as well as
120+
# private or other locations specifically visible to the project.
117121
# @param [String] name
118122
# The resource that owns the locations collection, if applicable.
119123
# @param [Array<String>, String] extra_location_types
@@ -161,7 +165,7 @@ def list_project_locations(name, extra_location_types: nil, filter: nil, page_si
161165
end
162166

163167
# Creates or Updates a CMEK config. Updates the Customer Managed Encryption Key
164-
# assotiated with the Cloud Tasks location (Creates if the key does not already
168+
# associated with the Cloud Tasks location (Creates if the key does not already
165169
# exist). All new tasks created in the location will be encrypted at-rest with
166170
# the KMS-key provided in the config.
167171
# @param [String] name

0 commit comments

Comments
 (0)