Skip to content

Commit 1ea892e

Browse files
feat: Automated regeneration of cloudtasks v2beta2 client (#24399)
Auto-created at 2025-09-28 09:32:46 +0000 using the toys pull request generator.
1 parent 6572930 commit 1ea892e

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

generated/google-apis-cloudtasks_v2beta2/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_v2beta2
22

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

510
* Regenerated using generator version 0.17.0

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2108,9 +2108,10 @@ class UriOverride
21082108
attr_accessor :path_override
21092109

21102110
# Port override. When specified, replaces the port part of the task URI. For
2111-
# instance, for a URI http://www.google.com/foo and port=123, the overridden URI
2112-
# becomes http://www.google.com:123/foo. Note that the port value must be a
2113-
# positive integer. Setting the port to 0 (Zero) clears the URI port.
2111+
# instance, for a URI "https://www.example.com/example" and port=123, the
2112+
# overridden URI becomes "https://www.example.com:123/example". Note that the
2113+
# port value must be a positive integer. Setting the port to 0 (Zero) clears the
2114+
# URI port.
21142115
# Corresponds to the JSON property `port`
21152116
# @return [Fixnum]
21162117
attr_accessor :port

generated/google-apis-cloudtasks_v2beta2/lib/google/apis/cloudtasks_v2beta2/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 CloudtasksV2beta2
1818
# Version of the google-apis-cloudtasks_v2beta2 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
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_v2beta2/lib/google/apis/cloudtasks_v2beta2/service.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ def get_project_location_cmek_config(name, fields: nil, quota_user: nil, options
155155
# @param [String] name
156156
# The resource that owns the locations collection, if applicable.
157157
# @param [Array<String>, String] extra_location_types
158-
# Optional. A list of extra location types that should be used as conditions for
159-
# controlling the visibility of the locations.
158+
# Optional. Unless explicitly documented otherwise, don't use this unsupported
159+
# field which is primarily intended for internal usage.
160160
# @param [String] filter
161161
# A filter to narrow down results to a preferred subset. The filtering language
162162
# accepts strings like `"displayName=tokyo"`, and is documented in more detail

0 commit comments

Comments
 (0)