Skip to content

Commit 3c1323f

Browse files
feat: Automated regeneration of appengine v1 client (#25369)
Auto-created at 2026-01-18 09:22:44 +0000 using the toys pull request generator.
1 parent 86c04c6 commit 3c1323f

File tree

6 files changed

+67
-132
lines changed

6 files changed

+67
-132
lines changed

api_names_out.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45958,6 +45958,13 @@
4595845958
"/appengine:v1/appengine.projects.locations.applications.services.versions.exportAppImage/projectsId": projects_id
4595945959
"/appengine:v1/appengine.projects.locations.applications.services.versions.exportAppImage/servicesId": services_id
4596045960
"/appengine:v1/appengine.projects.locations.applications.services.versions.exportAppImage/versionsId": versions_id
45961+
"/appengine:v1/appengine.projects.locations.applications.services.versions.instances.debug": debug_project_location_application_service_version_instance
45962+
"/appengine:v1/appengine.projects.locations.applications.services.versions.instances.debug/applicationsId": applications_id
45963+
"/appengine:v1/appengine.projects.locations.applications.services.versions.instances.debug/instancesId": instances_id
45964+
"/appengine:v1/appengine.projects.locations.applications.services.versions.instances.debug/locationsId": locations_id
45965+
"/appengine:v1/appengine.projects.locations.applications.services.versions.instances.debug/projectsId": projects_id
45966+
"/appengine:v1/appengine.projects.locations.applications.services.versions.instances.debug/servicesId": services_id
45967+
"/appengine:v1/appengine.projects.locations.applications.services.versions.instances.debug/versionsId": versions_id
4596145968
"/appengine:v1/appengine.projects.locations.applications.services.versions.patch": patch_project_location_application_service_version
4596245969
"/appengine:v1/appengine.projects.locations.applications.services.versions.patch/applicationsId": applications_id
4596345970
"/appengine:v1/appengine.projects.locations.applications.services.versions.patch/locationsId": locations_id

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

3+
### v0.69.0 (2026-01-18)
4+
5+
* Regenerated from discovery document revision 20260113
6+
37
### v0.68.0 (2025-12-14)
48

59
* Regenerated from discovery document revision 20251208

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

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1026,36 +1026,6 @@ def update!(**args)
10261026
end
10271027
end
10281028

1029-
# Request message for Versions.ExportAppImage.
1030-
class ExportAppImageRequest
1031-
include Google::Apis::Core::Hashable
1032-
1033-
# Optional. The full resource name of the AR repository to export to. Format:
1034-
# projects/`project`/locations/`location`/repositories/`repository` If not
1035-
# specified, defaults to projects/`project`/locations/`location`/repositories/
1036-
# gae-standard in the same region as the app. The default repository will be
1037-
# created if it does not exist.
1038-
# Corresponds to the JSON property `destinationRepository`
1039-
# @return [String]
1040-
attr_accessor :destination_repository
1041-
1042-
# Optional. Optional: A service account to use for authenticating to Artifact
1043-
# Registry.
1044-
# Corresponds to the JSON property `serviceAccount`
1045-
# @return [String]
1046-
attr_accessor :service_account
1047-
1048-
def initialize(**args)
1049-
update!(**args)
1050-
end
1051-
1052-
# Update properties of this object
1053-
def update!(**args)
1054-
@destination_repository = args[:destination_repository] if args.key?(:destination_repository)
1055-
@service_account = args[:service_account] if args.key?(:service_account)
1056-
end
1057-
end
1058-
10591029
# The feature specific settings to be used in the application. These define
10601030
# behaviors that are user configurable.
10611031
class FeatureSettings

generated/google-apis-appengine_v1/lib/google/apis/appengine_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 AppengineV1
1818
# Version of the google-apis-appengine_v1 gem
19-
GEM_VERSION = "0.68.0"
19+
GEM_VERSION = "0.69.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 = "20251208"
25+
REVISION = "20260113"
2626
end
2727
end
2828
end

generated/google-apis-appengine_v1/lib/google/apis/appengine_v1/representations.rb

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -178,12 +178,6 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
178178
include Google::Apis::Core::JsonObjectSupport
179179
end
180180

181-
class ExportAppImageRequest
182-
class Representation < Google::Apis::Core::JsonRepresentation; end
183-
184-
include Google::Apis::Core::JsonObjectSupport
185-
end
186-
187181
class FeatureSettings
188182
class Representation < Google::Apis::Core::JsonRepresentation; end
189183

@@ -778,14 +772,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
778772
end
779773
end
780774

781-
class ExportAppImageRequest
782-
# @private
783-
class Representation < Google::Apis::Core::JsonRepresentation
784-
property :destination_repository, as: 'destinationRepository'
785-
property :service_account, as: 'serviceAccount'
786-
end
787-
end
788-
789775
class FeatureSettings
790776
# @private
791777
class Representation < Google::Apis::Core::JsonRepresentation

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

Lines changed: 54 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -1268,46 +1268,6 @@ def delete_app_service_version(apps_id, services_id, versions_id, fields: nil, q
12681268
execute_or_queue_command(command, &block)
12691269
end
12701270

1271-
# Exports a user image to Artifact Registry.
1272-
# @param [String] apps_id
1273-
# Part of `name`. Required. Name of the App Engine version resource. Format:
1274-
# apps/`app`/services/`service`/versions/`version`
1275-
# @param [String] services_id
1276-
# Part of `name`. See documentation of `appsId`.
1277-
# @param [String] versions_id
1278-
# Part of `name`. See documentation of `appsId`.
1279-
# @param [Google::Apis::AppengineV1::ExportAppImageRequest] export_app_image_request_object
1280-
# @param [String] fields
1281-
# Selector specifying which fields to include in a partial response.
1282-
# @param [String] quota_user
1283-
# Available to use for quota purposes for server-side applications. Can be any
1284-
# arbitrary string assigned to a user, but should not exceed 40 characters.
1285-
# @param [Google::Apis::RequestOptions] options
1286-
# Request-specific options
1287-
#
1288-
# @yield [result, err] Result & error if block supplied
1289-
# @yieldparam result [Google::Apis::AppengineV1::Operation] parsed result object
1290-
# @yieldparam err [StandardError] error object if request failed
1291-
#
1292-
# @return [Google::Apis::AppengineV1::Operation]
1293-
#
1294-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1295-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1296-
# @raise [Google::Apis::AuthorizationError] Authorization is required
1297-
def export_app_service_version_app_image(apps_id, services_id, versions_id, export_app_image_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1298-
command = make_simple_command(:post, 'v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}:exportAppImage', options)
1299-
command.request_representation = Google::Apis::AppengineV1::ExportAppImageRequest::Representation
1300-
command.request_object = export_app_image_request_object
1301-
command.response_representation = Google::Apis::AppengineV1::Operation::Representation
1302-
command.response_class = Google::Apis::AppengineV1::Operation
1303-
command.params['appsId'] = apps_id unless apps_id.nil?
1304-
command.params['servicesId'] = services_id unless services_id.nil?
1305-
command.params['versionsId'] = versions_id unless versions_id.nil?
1306-
command.query['fields'] = fields unless fields.nil?
1307-
command.query['quotaUser'] = quota_user unless quota_user.nil?
1308-
execute_or_queue_command(command, &block)
1309-
end
1310-
13111271
# Gets the specified Version resource. By default, only a BASIC_VIEW will be
13121272
# returned. Specify the FULL_VIEW parameter to get the full resource.
13131273
# @param [String] apps_id
@@ -2325,52 +2285,6 @@ def delete_project_location_application_service_version(projects_id, locations_i
23252285
execute_or_queue_command(command, &block)
23262286
end
23272287

2328-
# Exports a user image to Artifact Registry.
2329-
# @param [String] projects_id
2330-
# Part of `name`. Required. Name of the App Engine version resource. Format:
2331-
# apps/`app`/services/`service`/versions/`version`
2332-
# @param [String] locations_id
2333-
# Part of `name`. See documentation of `projectsId`.
2334-
# @param [String] applications_id
2335-
# Part of `name`. See documentation of `projectsId`.
2336-
# @param [String] services_id
2337-
# Part of `name`. See documentation of `projectsId`.
2338-
# @param [String] versions_id
2339-
# Part of `name`. See documentation of `projectsId`.
2340-
# @param [Google::Apis::AppengineV1::ExportAppImageRequest] export_app_image_request_object
2341-
# @param [String] fields
2342-
# Selector specifying which fields to include in a partial response.
2343-
# @param [String] quota_user
2344-
# Available to use for quota purposes for server-side applications. Can be any
2345-
# arbitrary string assigned to a user, but should not exceed 40 characters.
2346-
# @param [Google::Apis::RequestOptions] options
2347-
# Request-specific options
2348-
#
2349-
# @yield [result, err] Result & error if block supplied
2350-
# @yieldparam result [Google::Apis::AppengineV1::Operation] parsed result object
2351-
# @yieldparam err [StandardError] error object if request failed
2352-
#
2353-
# @return [Google::Apis::AppengineV1::Operation]
2354-
#
2355-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2356-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2357-
# @raise [Google::Apis::AuthorizationError] Authorization is required
2358-
def export_project_location_application_service_version_app_image(projects_id, locations_id, applications_id, services_id, versions_id, export_app_image_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
2359-
command = make_simple_command(:post, 'v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}/versions/{versionsId}:exportAppImage', options)
2360-
command.request_representation = Google::Apis::AppengineV1::ExportAppImageRequest::Representation
2361-
command.request_object = export_app_image_request_object
2362-
command.response_representation = Google::Apis::AppengineV1::Operation::Representation
2363-
command.response_class = Google::Apis::AppengineV1::Operation
2364-
command.params['projectsId'] = projects_id unless projects_id.nil?
2365-
command.params['locationsId'] = locations_id unless locations_id.nil?
2366-
command.params['applicationsId'] = applications_id unless applications_id.nil?
2367-
command.params['servicesId'] = services_id unless services_id.nil?
2368-
command.params['versionsId'] = versions_id unless versions_id.nil?
2369-
command.query['fields'] = fields unless fields.nil?
2370-
command.query['quotaUser'] = quota_user unless quota_user.nil?
2371-
execute_or_queue_command(command, &block)
2372-
end
2373-
23742288
# Updates the specified Version resource. You can specify the following fields
23752289
# depending on the App Engine environment and type of scaling that the version
23762290
# resource uses:Standard environment instance_class (https://cloud.google.com/
@@ -2457,6 +2371,60 @@ def patch_project_location_application_service_version(projects_id, locations_id
24572371
command.query['quotaUser'] = quota_user unless quota_user.nil?
24582372
execute_or_queue_command(command, &block)
24592373
end
2374+
2375+
# Enables debugging on a VM instance. This allows you to use the SSH command to
2376+
# connect to the virtual machine where the instance lives. While in "debug mode",
2377+
# the instance continues to serve live traffic. You should delete the instance
2378+
# when you are done debugging and then allow the system to take over and
2379+
# determine if another instance should be started.Only applicable for instances
2380+
# in App Engine flexible environment.
2381+
# @param [String] projects_id
2382+
# Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
2383+
# services/default/versions/v1/instances/instance-1.
2384+
# @param [String] locations_id
2385+
# Part of `name`. See documentation of `projectsId`.
2386+
# @param [String] applications_id
2387+
# Part of `name`. See documentation of `projectsId`.
2388+
# @param [String] services_id
2389+
# Part of `name`. See documentation of `projectsId`.
2390+
# @param [String] versions_id
2391+
# Part of `name`. See documentation of `projectsId`.
2392+
# @param [String] instances_id
2393+
# Part of `name`. See documentation of `projectsId`.
2394+
# @param [Google::Apis::AppengineV1::DebugInstanceRequest] debug_instance_request_object
2395+
# @param [String] fields
2396+
# Selector specifying which fields to include in a partial response.
2397+
# @param [String] quota_user
2398+
# Available to use for quota purposes for server-side applications. Can be any
2399+
# arbitrary string assigned to a user, but should not exceed 40 characters.
2400+
# @param [Google::Apis::RequestOptions] options
2401+
# Request-specific options
2402+
#
2403+
# @yield [result, err] Result & error if block supplied
2404+
# @yieldparam result [Google::Apis::AppengineV1::Operation] parsed result object
2405+
# @yieldparam err [StandardError] error object if request failed
2406+
#
2407+
# @return [Google::Apis::AppengineV1::Operation]
2408+
#
2409+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2410+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2411+
# @raise [Google::Apis::AuthorizationError] Authorization is required
2412+
def debug_project_location_application_service_version_instance(projects_id, locations_id, applications_id, services_id, versions_id, instances_id, debug_instance_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
2413+
command = make_simple_command(:post, 'v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}/versions/{versionsId}/instances/{instancesId}:debug', options)
2414+
command.request_representation = Google::Apis::AppengineV1::DebugInstanceRequest::Representation
2415+
command.request_object = debug_instance_request_object
2416+
command.response_representation = Google::Apis::AppengineV1::Operation::Representation
2417+
command.response_class = Google::Apis::AppengineV1::Operation
2418+
command.params['projectsId'] = projects_id unless projects_id.nil?
2419+
command.params['locationsId'] = locations_id unless locations_id.nil?
2420+
command.params['applicationsId'] = applications_id unless applications_id.nil?
2421+
command.params['servicesId'] = services_id unless services_id.nil?
2422+
command.params['versionsId'] = versions_id unless versions_id.nil?
2423+
command.params['instancesId'] = instances_id unless instances_id.nil?
2424+
command.query['fields'] = fields unless fields.nil?
2425+
command.query['quotaUser'] = quota_user unless quota_user.nil?
2426+
execute_or_queue_command(command, &block)
2427+
end
24602428

24612429
protected
24622430

0 commit comments

Comments
 (0)