Skip to content

Commit 8e4918d

Browse files
feat: Automated regeneration of cloudscheduler v1beta1 client (#25805)
Auto-created at 2026-02-22 10:55:34 +0000 using the toys pull request generator.
1 parent 82d070e commit 8e4918d

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

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

3+
### v0.40.0 (2026-02-22)
4+
5+
* Regenerated from discovery document revision 20260202
6+
37
### v0.39.0 (2025-12-14)
48

59
* Regenerated from discovery document revision 20251205

generated/google-apis-cloudscheduler_v1beta1/lib/google/apis/cloudscheduler_v1beta1/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 CloudschedulerV1beta1
1818
# Version of the google-apis-cloudscheduler_v1beta1 gem
19-
GEM_VERSION = "0.39.0"
19+
GEM_VERSION = "0.40.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 = "20251205"
25+
REVISION = "20260202"
2626
end
2727
end
2828
end

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,11 @@ def get_project_location(name, fields: nil, quota_user: nil, options: nil, &bloc
8181
execute_or_queue_command(command, &block)
8282
end
8383

84-
# Lists information about the supported locations for this service.
84+
# Lists information about the supported locations for this service. This method
85+
# can be called in two ways: * **List all public locations:** Use the path `GET /
86+
# v1/locations`. * **List project-visible locations:** Use the path `GET /v1/
87+
# projects/`project_id`/locations`. This may include public locations as well as
88+
# private or other locations specifically visible to the project.
8589
# @param [String] name
8690
# The resource that owns the locations collection, if applicable.
8791
# @param [Array<String>, String] extra_location_types

0 commit comments

Comments
 (0)