Skip to content

Commit d6675f3

Browse files
feat: Automated regeneration of cloudtasks v2 client (#24402)
Auto-created at 2025-09-28 09:34:16 +0000 using the toys pull request generator.
1 parent d6cf1ec commit d6675f3

File tree

4 files changed

+17
-9
lines changed

4 files changed

+17
-9
lines changed

generated/google-apis-cloudtasks_v2/CHANGELOG.md

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

3+
### v0.42.0 (2025-09-28)
4+
5+
* Regenerated from discovery document revision 20250914
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.41.0 (2025-05-04)
49

510
* Regenerated using generator version 0.17.0

generated/google-apis-cloudtasks_v2/lib/google/apis/cloudtasks_v2/classes.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1806,9 +1806,10 @@ class UriOverride
18061806
attr_accessor :path_override
18071807

18081808
# Port override. When specified, replaces the port part of the task URI. For
1809-
# instance, for a URI http://www.google.com/foo and port=123, the overridden URI
1810-
# becomes http://www.google.com:123/foo. Note that the port value must be a
1811-
# positive integer. Setting the port to 0 (Zero) clears the URI port.
1809+
# instance, for a URI "https://www.example.com/example" and port=123, the
1810+
# overridden URI becomes "https://www.example.com:123/example". Note that the
1811+
# port value must be a positive integer. Setting the port to 0 (Zero) clears the
1812+
# URI port.
18121813
# Corresponds to the JSON property `port`
18131814
# @return [Fixnum]
18141815
attr_accessor :port

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module CloudtasksV2
1818
# Version of the google-apis-cloudtasks_v2 gem
19-
GEM_VERSION = "0.41.0"
19+
GEM_VERSION = "0.42.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.17.0"
22+
GENERATOR_VERSION = "0.18.0"
2323

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

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ def get_project_location_cmek_config(name, fields: nil, quota_user: nil, options
117117
# @param [String] name
118118
# The resource that owns the locations collection, if applicable.
119119
# @param [Array<String>, String] extra_location_types
120-
# Optional. A list of extra location types that should be used as conditions for
121-
# controlling the visibility of the locations.
120+
# Optional. Unless explicitly documented otherwise, don't use this unsupported
121+
# field which is primarily intended for internal usage.
122122
# @param [String] filter
123123
# A filter to narrow down results to a preferred subset. The filtering language
124124
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
@@ -760,7 +760,9 @@ def delete_project_location_queue_task(name, fields: nil, quota_user: nil, optio
760760
execute_or_queue_command(command, &block)
761761
end
762762

763-
# Gets a task.
763+
# Gets a task. After a task is successfully executed or has exhausted its retry
764+
# attempts, the task is deleted. A `GetTask` request for a deleted task returns
765+
# a `NOT_FOUND` error.
764766
# @param [String] name
765767
# Required. The task name. For example: `projects/PROJECT_ID/locations/
766768
# LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`

0 commit comments

Comments
 (0)