Skip to content

Commit fa3c7bb

Browse files
feat: Automated regeneration of appengine v1alpha client (googleapis#23907)
Auto-created at 2025-08-10 10:22:40 +0000 using the toys pull request generator.
1 parent f1cf1d7 commit fa3c7bb

File tree

3 files changed

+34
-21
lines changed

3 files changed

+34
-21
lines changed

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

3+
### v0.40.0 (2025-08-10)
4+
5+
* Regenerated from discovery document revision 20250805
6+
37
### v0.39.0 (2025-06-22)
48

59
* Regenerated from discovery document revision 20250616

generated/google-apis-appengine_v1alpha/lib/google/apis/appengine_v1alpha/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 AppengineV1alpha
1818
# Version of the google-apis-appengine_v1alpha 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 = "20250616"
25+
REVISION = "20250805"
2626
end
2727
end
2828
end

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

Lines changed: 28 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ def initialize
5353

5454
# Uploads the specified SSL certificate.
5555
# @param [String] apps_id
56-
# Part of `parent`. Name of the parent Application resource. Example: apps/myapp.
56+
# Part of `parent`. Required. Name of the parent Application resource. Example:
57+
# apps/myapp.
5758
# @param [Google::Apis::AppengineV1alpha::AuthorizedCertificate] authorized_certificate_object
5859
# @param [String] fields
5960
# Selector specifying which fields to include in a partial response.
@@ -86,7 +87,7 @@ def create_app_authorized_certificate(apps_id, authorized_certificate_object = n
8687

8788
# Deletes the specified SSL certificate.
8889
# @param [String] apps_id
89-
# Part of `name`. Name of the resource to delete. Example: apps/myapp/
90+
# Part of `name`. Required. Name of the resource to delete. Example: apps/myapp/
9091
# authorizedCertificates/12345.
9192
# @param [String] authorized_certificates_id
9293
# Part of `name`. See documentation of `appsId`.
@@ -120,7 +121,7 @@ def delete_app_authorized_certificate(apps_id, authorized_certificates_id, field
120121

121122
# Gets the specified SSL certificate.
122123
# @param [String] apps_id
123-
# Part of `name`. Name of the resource requested. Example: apps/myapp/
124+
# Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
124125
# authorizedCertificates/12345.
125126
# @param [String] authorized_certificates_id
126127
# Part of `name`. See documentation of `appsId`.
@@ -157,7 +158,8 @@ def get_app_authorized_certificate(apps_id, authorized_certificates_id, view: ni
157158

158159
# Lists all SSL certificates the user is authorized to administer.
159160
# @param [String] apps_id
160-
# Part of `parent`. Name of the parent Application resource. Example: apps/myapp.
161+
# Part of `parent`. Required. Name of the parent Application resource. Example:
162+
# apps/myapp.
161163
# @param [Fixnum] page_size
162164
# Maximum results to return per page.
163165
# @param [String] page_token
@@ -199,7 +201,7 @@ def list_app_authorized_certificates(apps_id, page_size: nil, page_token: nil, v
199201
# new certificate must be applicable to the same domains as the original
200202
# certificate. The certificate display_name may also be updated.
201203
# @param [String] apps_id
202-
# Part of `name`. Name of the resource to update. Example: apps/myapp/
204+
# Part of `name`. Required. Name of the resource to update. Example: apps/myapp/
203205
# authorizedCertificates/12345.
204206
# @param [String] authorized_certificates_id
205207
# Part of `name`. See documentation of `appsId`.
@@ -240,7 +242,8 @@ def patch_app_authorized_certificate(apps_id, authorized_certificates_id, author
240242

241243
# Lists all domains the user is authorized to administer.
242244
# @param [String] apps_id
243-
# Part of `parent`. Name of the parent Application resource. Example: apps/myapp.
245+
# Part of `parent`. Required. Name of the parent Application resource. Example:
246+
# apps/myapp.
244247
# @param [Fixnum] page_size
245248
# Maximum results to return per page.
246249
# @param [String] page_token
@@ -278,7 +281,8 @@ def list_app_authorized_domains(apps_id, page_size: nil, page_token: nil, fields
278281
# domain in order to map it to an application. For a list of available
279282
# authorized domains, see AuthorizedDomains.ListAuthorizedDomains.
280283
# @param [String] apps_id
281-
# Part of `parent`. Name of the parent Application resource. Example: apps/myapp.
284+
# Part of `parent`. Required. Name of the parent Application resource. Example:
285+
# apps/myapp.
282286
# @param [Google::Apis::AppengineV1alpha::DomainMapping] domain_mapping_object
283287
# @param [Boolean] no_managed_certificate
284288
# Whether a managed certificate should be provided by App Engine. If true, a
@@ -322,7 +326,7 @@ def create_app_domain_mapping(apps_id, domain_mapping_object = nil, no_managed_c
322326
# Deletes the specified domain mapping. A user must be authorized to administer
323327
# the associated domain in order to delete a DomainMapping resource.
324328
# @param [String] apps_id
325-
# Part of `name`. Name of the resource to delete. Example: apps/myapp/
329+
# Part of `name`. Required. Name of the resource to delete. Example: apps/myapp/
326330
# domainMappings/example.com.
327331
# @param [String] domain_mappings_id
328332
# Part of `name`. See documentation of `appsId`.
@@ -356,7 +360,7 @@ def delete_app_domain_mapping(apps_id, domain_mappings_id, fields: nil, quota_us
356360

357361
# Gets the specified domain mapping.
358362
# @param [String] apps_id
359-
# Part of `name`. Name of the resource requested. Example: apps/myapp/
363+
# Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
360364
# domainMappings/example.com.
361365
# @param [String] domain_mappings_id
362366
# Part of `name`. See documentation of `appsId`.
@@ -390,7 +394,8 @@ def get_app_domain_mapping(apps_id, domain_mappings_id, fields: nil, quota_user:
390394

391395
# Lists the domain mappings on an application.
392396
# @param [String] apps_id
393-
# Part of `parent`. Name of the parent Application resource. Example: apps/myapp.
397+
# Part of `parent`. Required. Name of the parent Application resource. Example:
398+
# apps/myapp.
394399
# @param [Fixnum] page_size
395400
# Maximum results to return per page.
396401
# @param [String] page_token
@@ -429,7 +434,7 @@ def list_app_domain_mappings(apps_id, page_size: nil, page_token: nil, fields: n
429434
# A user must be authorized to administer the associated domain in order to
430435
# update a DomainMapping resource.
431436
# @param [String] apps_id
432-
# Part of `name`. Name of the resource to update. Example: apps/myapp/
437+
# Part of `name`. Required. Name of the resource to update. Example: apps/myapp/
433438
# domainMappings/example.com.
434439
# @param [String] domain_mappings_id
435440
# Part of `name`. See documentation of `appsId`.
@@ -710,7 +715,8 @@ def list_project_locations(projects_id, extra_location_types: nil, filter: nil,
710715

711716
# Uploads the specified SSL certificate.
712717
# @param [String] projects_id
713-
# Part of `parent`. Name of the parent Application resource. Example: apps/myapp.
718+
# Part of `parent`. Required. Name of the parent Application resource. Example:
719+
# apps/myapp.
714720
# @param [String] locations_id
715721
# Part of `parent`. See documentation of `projectsId`.
716722
# @param [String] applications_id
@@ -749,7 +755,7 @@ def create_project_location_application_authorized_certificate(projects_id, loca
749755

750756
# Deletes the specified SSL certificate.
751757
# @param [String] projects_id
752-
# Part of `name`. Name of the resource to delete. Example: apps/myapp/
758+
# Part of `name`. Required. Name of the resource to delete. Example: apps/myapp/
753759
# authorizedCertificates/12345.
754760
# @param [String] locations_id
755761
# Part of `name`. See documentation of `projectsId`.
@@ -789,7 +795,7 @@ def delete_project_location_application_authorized_certificate(projects_id, loca
789795

790796
# Gets the specified SSL certificate.
791797
# @param [String] projects_id
792-
# Part of `name`. Name of the resource requested. Example: apps/myapp/
798+
# Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
793799
# authorizedCertificates/12345.
794800
# @param [String] locations_id
795801
# Part of `name`. See documentation of `projectsId`.
@@ -832,7 +838,8 @@ def get_project_location_application_authorized_certificate(projects_id, locatio
832838

833839
# Lists all SSL certificates the user is authorized to administer.
834840
# @param [String] projects_id
835-
# Part of `parent`. Name of the parent Application resource. Example: apps/myapp.
841+
# Part of `parent`. Required. Name of the parent Application resource. Example:
842+
# apps/myapp.
836843
# @param [String] locations_id
837844
# Part of `parent`. See documentation of `projectsId`.
838845
# @param [String] applications_id
@@ -880,7 +887,7 @@ def list_project_location_application_authorized_certificates(projects_id, locat
880887
# new certificate must be applicable to the same domains as the original
881888
# certificate. The certificate display_name may also be updated.
882889
# @param [String] projects_id
883-
# Part of `name`. Name of the resource to update. Example: apps/myapp/
890+
# Part of `name`. Required. Name of the resource to update. Example: apps/myapp/
884891
# authorizedCertificates/12345.
885892
# @param [String] locations_id
886893
# Part of `name`. See documentation of `projectsId`.
@@ -927,7 +934,8 @@ def patch_project_location_application_authorized_certificate(projects_id, locat
927934

928935
# Lists all domains the user is authorized to administer.
929936
# @param [String] projects_id
930-
# Part of `parent`. Name of the parent Application resource. Example: apps/myapp.
937+
# Part of `parent`. Required. Name of the parent Application resource. Example:
938+
# apps/myapp.
931939
# @param [String] locations_id
932940
# Part of `parent`. See documentation of `projectsId`.
933941
# @param [String] applications_id
@@ -971,7 +979,8 @@ def list_project_location_application_authorized_domains(projects_id, locations_
971979
# domain in order to map it to an application. For a list of available
972980
# authorized domains, see AuthorizedDomains.ListAuthorizedDomains.
973981
# @param [String] projects_id
974-
# Part of `parent`. Name of the parent Application resource. Example: apps/myapp.
982+
# Part of `parent`. Required. Name of the parent Application resource. Example:
983+
# apps/myapp.
975984
# @param [String] locations_id
976985
# Part of `parent`. See documentation of `projectsId`.
977986
# @param [String] applications_id
@@ -1020,7 +1029,7 @@ def create_project_location_application_domain_mapping(projects_id, locations_id
10201029

10211030
# Gets the specified domain mapping.
10221031
# @param [String] projects_id
1023-
# Part of `name`. Name of the resource requested. Example: apps/myapp/
1032+
# Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
10241033
# domainMappings/example.com.
10251034
# @param [String] locations_id
10261035
# Part of `name`. See documentation of `projectsId`.

0 commit comments

Comments
 (0)