Skip to content

Commit 7425399

Browse files
feat: Automated regeneration of cloudtasks v2beta3 client (#24413)
Auto-created at 2025-09-28 09:53:05 +0000 using the toys pull request generator.
1 parent d690024 commit 7425399

File tree

4 files changed

+17
-9
lines changed

4 files changed

+17
-9
lines changed

generated/google-apis-cloudtasks_v2beta3/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_v2beta3
22

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

510
* Regenerated using generator version 0.17.0

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1973,9 +1973,10 @@ class UriOverride
19731973
attr_accessor :path_override
19741974

19751975
# Port override. When specified, replaces the port part of the task URI. For
1976-
# instance, for a URI http://www.google.com/foo and port=123, the overridden URI
1977-
# becomes http://www.google.com:123/foo. Note that the port value must be a
1978-
# positive integer. Setting the port to 0 (Zero) clears the URI port.
1976+
# instance, for a URI "https://www.example.com/example" and port=123, the
1977+
# overridden URI becomes "https://www.example.com:123/example". Note that the
1978+
# port value must be a positive integer. Setting the port to 0 (Zero) clears the
1979+
# URI port.
19791980
# Corresponds to the JSON property `port`
19801981
# @return [Fixnum]
19811982
attr_accessor :port

generated/google-apis-cloudtasks_v2beta3/lib/google/apis/cloudtasks_v2beta3/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 CloudtasksV2beta3
1818
# Version of the google-apis-cloudtasks_v2beta3 gem
19-
GEM_VERSION = "0.45.0"
19+
GEM_VERSION = "0.46.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_v2beta3/lib/google/apis/cloudtasks_v2beta3/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
@@ -772,7 +772,9 @@ def delete_project_location_queue_task(name, fields: nil, quota_user: nil, optio
772772
execute_or_queue_command(command, &block)
773773
end
774774

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

0 commit comments

Comments
 (0)