Skip to content

Commit c2b489a

Browse files
feat: Automated regeneration of appengine v1beta client (googleapis#25550)
Auto-created at 2026-02-01 10:41:24 +0000 using the toys pull request generator.
1 parent be75ad2 commit c2b489a

3 files changed

Lines changed: 16 additions & 4 deletions

File tree

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

3+
### v0.65.0 (2026-02-01)
4+
5+
* Regenerated from discovery document revision 20260126
6+
37
### v0.64.0 (2026-01-25)
48

59
* Regenerated from discovery document revision 20260120

generated/google-apis-appengine_v1beta/lib/google/apis/appengine_v1beta/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 AppengineV1beta
1818
# Version of the google-apis-appengine_v1beta gem
19-
GEM_VERSION = "0.64.0"
19+
GEM_VERSION = "0.65.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 = "20260120"
25+
REVISION = "20260126"
2626
end
2727
end
2828
end

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,11 @@ def get_app_location(apps_id, locations_id, fields: nil, quota_user: nil, option
905905
execute_or_queue_command(command, &block)
906906
end
907907

908-
# Lists information about the supported locations for this service.
908+
# Lists information about the supported locations for this service. This method
909+
# can be called in two ways: List all public locations: Use the path GET /v1/
910+
# locations. List project-visible locations: Use the path GET /v1/projects/`
911+
# project_id`/locations. This may include public locations as well as private or
912+
# other locations specifically visible to the project.
909913
# @param [String] apps_id
910914
# Part of `name`. The resource that owns the locations collection, if applicable.
911915
# @param [Array<String>, String] extra_location_types
@@ -1654,7 +1658,11 @@ def get_project_location(projects_id, locations_id, fields: nil, quota_user: nil
16541658
execute_or_queue_command(command, &block)
16551659
end
16561660

1657-
# Lists information about the supported locations for this service.
1661+
# Lists information about the supported locations for this service. This method
1662+
# can be called in two ways: List all public locations: Use the path GET /v1/
1663+
# locations. List project-visible locations: Use the path GET /v1/projects/`
1664+
# project_id`/locations. This may include public locations as well as private or
1665+
# other locations specifically visible to the project.
16581666
# @param [String] projects_id
16591667
# Part of `name`. The resource that owns the locations collection, if applicable.
16601668
# @param [Array<String>, String] extra_location_types

0 commit comments

Comments
 (0)