Skip to content

Commit 7b00ae7

Browse files
feat: Automated regeneration of appengine v1 client (googleapis#21833)
Auto-created at 2025-02-26 20:50:32 +0000 using the toys pull request generator.
1 parent 335a141 commit 7b00ae7

File tree

6 files changed

+31
-7
lines changed

6 files changed

+31
-7
lines changed

api_names_out.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37325,6 +37325,7 @@
3732537325
"/appengine:v1/Application/name": name
3732637326
"/appengine:v1/Application/serviceAccount": service_account
3732737327
"/appengine:v1/Application/servingStatus": serving_status
37328+
"/appengine:v1/Application/sslPolicy": ssl_policy
3732837329
"/appengine:v1/AuthorizedCertificate": authorized_certificate
3732937330
"/appengine:v1/AuthorizedCertificate/certificateRawData": certificate_raw_data
3733037331
"/appengine:v1/AuthorizedCertificate/displayName": display_name
@@ -37903,6 +37904,7 @@
3790337904
"/appengine:v1/appengine.apps.repair/appsId": apps_id
3790437905
"/appengine:v1/appengine.apps.services.delete": delete_app_service
3790537906
"/appengine:v1/appengine.apps.services.delete/appsId": apps_id
37907+
"/appengine:v1/appengine.apps.services.delete/force": force
3790637908
"/appengine:v1/appengine.apps.services.delete/servicesId": services_id
3790737909
"/appengine:v1/appengine.apps.services.get": get_app_service
3790837910
"/appengine:v1/appengine.apps.services.get/appsId": apps_id
@@ -37979,6 +37981,7 @@
3797937981
"/appengine:v1/appengine.projects.locations.applications.repair/projectsId": projects_id
3798037982
"/appengine:v1/appengine.projects.locations.applications.services.delete": delete_project_location_application_service
3798137983
"/appengine:v1/appengine.projects.locations.applications.services.delete/applicationsId": applications_id
37984+
"/appengine:v1/appengine.projects.locations.applications.services.delete/force": force
3798237985
"/appengine:v1/appengine.projects.locations.applications.services.delete/locationsId": locations_id
3798337986
"/appengine:v1/appengine.projects.locations.applications.services.delete/projectsId": projects_id
3798437987
"/appengine:v1/appengine.projects.locations.applications.services.delete/servicesId": services_id

generated/google-apis-appengine_v1/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-appengine_v1
22

3+
### v0.57.0 (2025-02-26)
4+
5+
* Regenerated from discovery document revision 20250217
6+
* Regenerated using generator version 0.16.0
7+
38
### v0.56.0 (2024-12-15)
49

510
* Regenerated from discovery document revision 20241205

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,12 @@ class Application
191191
# @return [String]
192192
attr_accessor :serving_status
193193

194+
# The SSL policy that will be applied to the application. If set to Modern it
195+
# will restrict traffic with TLS < 1.2 and allow only Modern Ciphers suite
196+
# Corresponds to the JSON property `sslPolicy`
197+
# @return [String]
198+
attr_accessor :ssl_policy
199+
194200
def initialize(**args)
195201
update!(**args)
196202
end
@@ -213,6 +219,7 @@ def update!(**args)
213219
@name = args[:name] if args.key?(:name)
214220
@service_account = args[:service_account] if args.key?(:service_account)
215221
@serving_status = args[:serving_status] if args.key?(:serving_status)
222+
@ssl_policy = args[:ssl_policy] if args.key?(:ssl_policy)
216223
end
217224
end
218225

@@ -2900,8 +2907,8 @@ def update!(**args)
29002907
class StandardSchedulerSettings
29012908
include Google::Apis::Core::Hashable
29022909

2903-
# Maximum number of instances to run for this version. Set to zero to disable
2904-
# max_instances configuration.
2910+
# Maximum number of instances to run for this version. Set to 2147483647 to
2911+
# disable max_instances configuration.
29052912
# Corresponds to the JSON property `maxInstances`
29062913
# @return [Fixnum]
29072914
attr_accessor :max_instances

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

Lines changed: 3 additions & 3 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.56.0"
19+
GEM_VERSION = "0.57.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.15.1"
22+
GENERATOR_VERSION = "0.16.0"
2323

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
548548
property :name, as: 'name'
549549
property :service_account, as: 'serviceAccount'
550550
property :serving_status, as: 'servingStatus'
551+
property :ssl_policy, as: 'sslPolicy'
551552
end
552553
end
553554

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,6 +1021,9 @@ def list_app_operations(apps_id, filter: nil, page_size: nil, page_token: nil, f
10211021
# default.
10221022
# @param [String] services_id
10231023
# Part of `name`. See documentation of `appsId`.
1024+
# @param [Boolean] force
1025+
# Optional. If set to true, any versions of this service will also be deleted. (
1026+
# Otherwise, the request will only succeed if the service has no versions.)
10241027
# @param [String] fields
10251028
# Selector specifying which fields to include in a partial response.
10261029
# @param [String] quota_user
@@ -1038,12 +1041,13 @@ def list_app_operations(apps_id, filter: nil, page_size: nil, page_token: nil, f
10381041
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
10391042
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
10401043
# @raise [Google::Apis::AuthorizationError] Authorization is required
1041-
def delete_app_service(apps_id, services_id, fields: nil, quota_user: nil, options: nil, &block)
1044+
def delete_app_service(apps_id, services_id, force: nil, fields: nil, quota_user: nil, options: nil, &block)
10421045
command = make_simple_command(:delete, 'v1/apps/{appsId}/services/{servicesId}', options)
10431046
command.response_representation = Google::Apis::AppengineV1::Operation::Representation
10441047
command.response_class = Google::Apis::AppengineV1::Operation
10451048
command.params['appsId'] = apps_id unless apps_id.nil?
10461049
command.params['servicesId'] = services_id unless services_id.nil?
1050+
command.query['force'] = force unless force.nil?
10471051
command.query['fields'] = fields unless fields.nil?
10481052
command.query['quotaUser'] = quota_user unless quota_user.nil?
10491053
execute_or_queue_command(command, &block)
@@ -1646,6 +1650,9 @@ def list_project_location_application_authorized_domains(projects_id, locations_
16461650
# Part of `name`. See documentation of `projectsId`.
16471651
# @param [String] services_id
16481652
# Part of `name`. See documentation of `projectsId`.
1653+
# @param [Boolean] force
1654+
# Optional. If set to true, any versions of this service will also be deleted. (
1655+
# Otherwise, the request will only succeed if the service has no versions.)
16491656
# @param [String] fields
16501657
# Selector specifying which fields to include in a partial response.
16511658
# @param [String] quota_user
@@ -1663,14 +1670,15 @@ def list_project_location_application_authorized_domains(projects_id, locations_
16631670
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
16641671
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
16651672
# @raise [Google::Apis::AuthorizationError] Authorization is required
1666-
def delete_project_location_application_service(projects_id, locations_id, applications_id, services_id, fields: nil, quota_user: nil, options: nil, &block)
1673+
def delete_project_location_application_service(projects_id, locations_id, applications_id, services_id, force: nil, fields: nil, quota_user: nil, options: nil, &block)
16671674
command = make_simple_command(:delete, 'v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}', options)
16681675
command.response_representation = Google::Apis::AppengineV1::Operation::Representation
16691676
command.response_class = Google::Apis::AppengineV1::Operation
16701677
command.params['projectsId'] = projects_id unless projects_id.nil?
16711678
command.params['locationsId'] = locations_id unless locations_id.nil?
16721679
command.params['applicationsId'] = applications_id unless applications_id.nil?
16731680
command.params['servicesId'] = services_id unless services_id.nil?
1681+
command.query['force'] = force unless force.nil?
16741682
command.query['fields'] = fields unless fields.nil?
16751683
command.query['quotaUser'] = quota_user unless quota_user.nil?
16761684
execute_or_queue_command(command, &block)

0 commit comments

Comments
 (0)