Skip to content

Commit 3a2159a

Browse files
feat: Automated regeneration of appengine v1beta client (googleapis#22112)
Auto-created at 2025-03-16 10:23:40 +0000 using the toys pull request generator.
1 parent c15381f commit 3a2159a

File tree

4 files changed

+57
-2
lines changed

4 files changed

+57
-2
lines changed

api_names_out.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39399,6 +39399,11 @@
3939939399
"/appengine:v1beta/appengine.projects.locations.applications.get/applicationsId": applications_id
3940039400
"/appengine:v1beta/appengine.projects.locations.applications.get/locationsId": locations_id
3940139401
"/appengine:v1beta/appengine.projects.locations.applications.get/projectsId": projects_id
39402+
"/appengine:v1beta/appengine.projects.locations.applications.patch": patch_project_location_application
39403+
"/appengine:v1beta/appengine.projects.locations.applications.patch/applicationsId": applications_id
39404+
"/appengine:v1beta/appengine.projects.locations.applications.patch/locationsId": locations_id
39405+
"/appengine:v1beta/appengine.projects.locations.applications.patch/projectsId": projects_id
39406+
"/appengine:v1beta/appengine.projects.locations.applications.patch/updateMask": update_mask
3940239407
"/appengine:v1beta/appengine.projects.locations.applications.repair": repair_project_location_application
3940339408
"/appengine:v1beta/appengine.projects.locations.applications.repair/applicationsId": applications_id
3940439409
"/appengine:v1beta/appengine.projects.locations.applications.repair/locationsId": locations_id

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.51.0 (2025-03-16)
4+
5+
* Regenerated from discovery document revision 20250310
6+
37
### v0.50.0 (2025-03-02)
48

59
* Regenerated from discovery document revision 20250223

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.50.0"
19+
GEM_VERSION = "0.51.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250223"
25+
REVISION = "20250310"
2626
end
2727
end
2828
end

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

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1676,6 +1676,52 @@ def list_project_locations(projects_id, filter: nil, page_size: nil, page_token:
16761676
execute_or_queue_command(command, &block)
16771677
end
16781678

1679+
# Updates the specified Application resource. You can update the following
1680+
# fields: auth_domain - Google authentication domain for controlling user access
1681+
# to the application. default_cookie_expiration - Cookie expiration policy for
1682+
# the application. iap - Identity-Aware Proxy properties for the application.
1683+
# @param [String] projects_id
1684+
# Part of `name`. Name of the Application resource to update. Example: apps/
1685+
# myapp.
1686+
# @param [String] locations_id
1687+
# Part of `name`. See documentation of `projectsId`.
1688+
# @param [String] applications_id
1689+
# Part of `name`. See documentation of `projectsId`.
1690+
# @param [Google::Apis::AppengineV1beta::Application] application_object
1691+
# @param [String] update_mask
1692+
# Required. Standard field mask for the set of fields to be updated.
1693+
# @param [String] fields
1694+
# Selector specifying which fields to include in a partial response.
1695+
# @param [String] quota_user
1696+
# Available to use for quota purposes for server-side applications. Can be any
1697+
# arbitrary string assigned to a user, but should not exceed 40 characters.
1698+
# @param [Google::Apis::RequestOptions] options
1699+
# Request-specific options
1700+
#
1701+
# @yield [result, err] Result & error if block supplied
1702+
# @yieldparam result [Google::Apis::AppengineV1beta::Operation] parsed result object
1703+
# @yieldparam err [StandardError] error object if request failed
1704+
#
1705+
# @return [Google::Apis::AppengineV1beta::Operation]
1706+
#
1707+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1708+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1709+
# @raise [Google::Apis::AuthorizationError] Authorization is required
1710+
def patch_project_location_application(projects_id, locations_id, applications_id, application_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
1711+
command = make_simple_command(:patch, 'v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}', options)
1712+
command.request_representation = Google::Apis::AppengineV1beta::Application::Representation
1713+
command.request_object = application_object
1714+
command.response_representation = Google::Apis::AppengineV1beta::Operation::Representation
1715+
command.response_class = Google::Apis::AppengineV1beta::Operation
1716+
command.params['projectsId'] = projects_id unless projects_id.nil?
1717+
command.params['locationsId'] = locations_id unless locations_id.nil?
1718+
command.params['applicationsId'] = applications_id unless applications_id.nil?
1719+
command.query['updateMask'] = update_mask unless update_mask.nil?
1720+
command.query['fields'] = fields unless fields.nil?
1721+
command.query['quotaUser'] = quota_user unless quota_user.nil?
1722+
execute_or_queue_command(command, &block)
1723+
end
1724+
16791725
# Lists all domains the user is authorized to administer.
16801726
# @param [String] projects_id
16811727
# Part of `parent`. Name of the parent Application resource. Example: apps/myapp.

0 commit comments

Comments
 (0)