@@ -53,7 +53,8 @@ def initialize
53
53
54
54
# Uploads the specified SSL certificate.
55
55
# @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.
57
58
# @param [Google::Apis::AppengineV1alpha::AuthorizedCertificate] authorized_certificate_object
58
59
# @param [String] fields
59
60
# 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
86
87
87
88
# Deletes the specified SSL certificate.
88
89
# @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/
90
91
# authorizedCertificates/12345.
91
92
# @param [String] authorized_certificates_id
92
93
# Part of `name`. See documentation of `appsId`.
@@ -120,7 +121,7 @@ def delete_app_authorized_certificate(apps_id, authorized_certificates_id, field
120
121
121
122
# Gets the specified SSL certificate.
122
123
# @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/
124
125
# authorizedCertificates/12345.
125
126
# @param [String] authorized_certificates_id
126
127
# Part of `name`. See documentation of `appsId`.
@@ -157,7 +158,8 @@ def get_app_authorized_certificate(apps_id, authorized_certificates_id, view: ni
157
158
158
159
# Lists all SSL certificates the user is authorized to administer.
159
160
# @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.
161
163
# @param [Fixnum] page_size
162
164
# Maximum results to return per page.
163
165
# @param [String] page_token
@@ -199,7 +201,7 @@ def list_app_authorized_certificates(apps_id, page_size: nil, page_token: nil, v
199
201
# new certificate must be applicable to the same domains as the original
200
202
# certificate. The certificate display_name may also be updated.
201
203
# @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/
203
205
# authorizedCertificates/12345.
204
206
# @param [String] authorized_certificates_id
205
207
# Part of `name`. See documentation of `appsId`.
@@ -240,7 +242,8 @@ def patch_app_authorized_certificate(apps_id, authorized_certificates_id, author
240
242
241
243
# Lists all domains the user is authorized to administer.
242
244
# @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.
244
247
# @param [Fixnum] page_size
245
248
# Maximum results to return per page.
246
249
# @param [String] page_token
@@ -278,7 +281,8 @@ def list_app_authorized_domains(apps_id, page_size: nil, page_token: nil, fields
278
281
# domain in order to map it to an application. For a list of available
279
282
# authorized domains, see AuthorizedDomains.ListAuthorizedDomains.
280
283
# @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.
282
286
# @param [Google::Apis::AppengineV1alpha::DomainMapping] domain_mapping_object
283
287
# @param [Boolean] no_managed_certificate
284
288
# 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
322
326
# Deletes the specified domain mapping. A user must be authorized to administer
323
327
# the associated domain in order to delete a DomainMapping resource.
324
328
# @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/
326
330
# domainMappings/example.com.
327
331
# @param [String] domain_mappings_id
328
332
# 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
356
360
357
361
# Gets the specified domain mapping.
358
362
# @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/
360
364
# domainMappings/example.com.
361
365
# @param [String] domain_mappings_id
362
366
# 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:
390
394
391
395
# Lists the domain mappings on an application.
392
396
# @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.
394
399
# @param [Fixnum] page_size
395
400
# Maximum results to return per page.
396
401
# @param [String] page_token
@@ -429,7 +434,7 @@ def list_app_domain_mappings(apps_id, page_size: nil, page_token: nil, fields: n
429
434
# A user must be authorized to administer the associated domain in order to
430
435
# update a DomainMapping resource.
431
436
# @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/
433
438
# domainMappings/example.com.
434
439
# @param [String] domain_mappings_id
435
440
# Part of `name`. See documentation of `appsId`.
@@ -710,7 +715,8 @@ def list_project_locations(projects_id, extra_location_types: nil, filter: nil,
710
715
711
716
# Uploads the specified SSL certificate.
712
717
# @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.
714
720
# @param [String] locations_id
715
721
# Part of `parent`. See documentation of `projectsId`.
716
722
# @param [String] applications_id
@@ -749,7 +755,7 @@ def create_project_location_application_authorized_certificate(projects_id, loca
749
755
750
756
# Deletes the specified SSL certificate.
751
757
# @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/
753
759
# authorizedCertificates/12345.
754
760
# @param [String] locations_id
755
761
# Part of `name`. See documentation of `projectsId`.
@@ -789,7 +795,7 @@ def delete_project_location_application_authorized_certificate(projects_id, loca
789
795
790
796
# Gets the specified SSL certificate.
791
797
# @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/
793
799
# authorizedCertificates/12345.
794
800
# @param [String] locations_id
795
801
# Part of `name`. See documentation of `projectsId`.
@@ -832,7 +838,8 @@ def get_project_location_application_authorized_certificate(projects_id, locatio
832
838
833
839
# Lists all SSL certificates the user is authorized to administer.
834
840
# @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.
836
843
# @param [String] locations_id
837
844
# Part of `parent`. See documentation of `projectsId`.
838
845
# @param [String] applications_id
@@ -880,7 +887,7 @@ def list_project_location_application_authorized_certificates(projects_id, locat
880
887
# new certificate must be applicable to the same domains as the original
881
888
# certificate. The certificate display_name may also be updated.
882
889
# @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/
884
891
# authorizedCertificates/12345.
885
892
# @param [String] locations_id
886
893
# Part of `name`. See documentation of `projectsId`.
@@ -927,7 +934,8 @@ def patch_project_location_application_authorized_certificate(projects_id, locat
927
934
928
935
# Lists all domains the user is authorized to administer.
929
936
# @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.
931
939
# @param [String] locations_id
932
940
# Part of `parent`. See documentation of `projectsId`.
933
941
# @param [String] applications_id
@@ -971,7 +979,8 @@ def list_project_location_application_authorized_domains(projects_id, locations_
971
979
# domain in order to map it to an application. For a list of available
972
980
# authorized domains, see AuthorizedDomains.ListAuthorizedDomains.
973
981
# @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.
975
984
# @param [String] locations_id
976
985
# Part of `parent`. See documentation of `projectsId`.
977
986
# @param [String] applications_id
@@ -1020,7 +1029,7 @@ def create_project_location_application_domain_mapping(projects_id, locations_id
1020
1029
1021
1030
# Gets the specified domain mapping.
1022
1031
# @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/
1024
1033
# domainMappings/example.com.
1025
1034
# @param [String] locations_id
1026
1035
# Part of `name`. See documentation of `projectsId`.
0 commit comments