Skip to content

Commit 93c5ae9

Browse files
feat: Automated regeneration of workloadmanager v1 client (googleapis#26260)
Auto-created at 2026-04-19 12:06:27 +0000 using the toys pull request generator.
1 parent 1398239 commit 93c5ae9

3 files changed

Lines changed: 15 additions & 6 deletions

File tree

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

3+
### v0.52.0 (2026-04-19)
4+
5+
* Regenerated from discovery document revision 20260401
6+
37
### v0.51.0 (2026-03-15)
48

59
* Regenerated from discovery document revision 20260217

generated/google-apis-workloadmanager_v1/lib/google/apis/workloadmanager_v1/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 WorkloadmanagerV1
1818
# Version of the google-apis-workloadmanager_v1 gem
19-
GEM_VERSION = "0.51.0"
19+
GEM_VERSION = "0.52.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 = "20260217"
25+
REVISION = "20260401"
2626
end
2727
end
2828
end

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

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,15 @@ def get_project_location(name, fields: nil, quota_user: nil, options: nil, &bloc
8484
end
8585

8686
# Lists information about the supported locations for this service. This method
87-
# can be called in two ways: * **List all public locations:** Use the path `GET /
88-
# v1/locations`. * **List project-visible locations:** Use the path `GET /v1/
89-
# projects/`project_id`/locations`. This may include public locations as well as
90-
# private or other locations specifically visible to the project.
87+
# lists locations based on the resource scope provided in the [
88+
# ListLocationsRequest.name] field: * **Global locations**: If `name` is empty,
89+
# the method lists the public locations available to all projects. * **Project-
90+
# specific locations**: If `name` follows the format `projects/`project``, the
91+
# method lists locations visible to that specific project. This includes public,
92+
# private, or other project-specific locations enabled for the project. For gRPC
93+
# and client library implementations, the resource name is passed as the `name`
94+
# field. For direct service calls, the resource name is incorporated into the
95+
# request path based on the specific service implementation and version.
9196
# @param [String] name
9297
# The resource that owns the locations collection, if applicable.
9398
# @param [Array<String>, String] extra_location_types

0 commit comments

Comments
 (0)