google-apis-appengine_v1 0.62.0 → 0.64.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 97615cf1ed973145d3d3c59bd731f5d345c704dc1f10e6ac8ad04ec4cdfb72a9
4
- data.tar.gz: dcd1b9a60ca5f72c09f29ec937900abc3f882e706718b3ea84b0a38274fc470d
3
+ metadata.gz: 5999e30591df44e69588c9e226c2b77199fe79966fe0f5661695f008e3139cd3
4
+ data.tar.gz: 90b13d4e24e2a057408f0ddfd5c24e91e748714685405ca7af8d9e53dec80059
5
5
  SHA512:
6
- metadata.gz: 99eff532aab9bc0db1072590b5c956e67cca4e5afba1684bb0504fafa3755ec3409ebdfc61e6d3efa810b2a41331ec892a331fe5ddf9917d73bc786697e3c225
7
- data.tar.gz: d0d257a339a55a3007520e1f19ff47a5d40020915ebe9c913e6ee2e928751cd26e29799ad11c00b50b115f3513e1d8b264f91711b768c00c7305cf2173d0ce63
6
+ metadata.gz: 184fa20529aa0e5a78551d68e3489da47fb913ee4e36e926f0828c45e701af2713adbea9b98d4b764180e74a3ce14911d43c091cd246285ec9443c1800dc2c94
7
+ data.tar.gz: 81365b11a64ba3bc346a3d2c3d5090be8c95af28132e789b04f5be493291826b26c10ea6d6d678c16ac04b51d1b70fa7b70f5ae3732176a198aa2dbb58cb2f36
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-appengine_v1
2
2
 
3
+ ### v0.64.0 (2025-08-10)
4
+
5
+ * Regenerated from discovery document revision 20250805
6
+
7
+ ### v0.63.0 (2025-06-22)
8
+
9
+ * Regenerated from discovery document revision 20250616
10
+
3
11
  ### v0.62.0 (2025-06-15)
4
12
 
5
13
  * Regenerated from discovery document revision 20250611
@@ -173,8 +173,7 @@ module Google
173
173
  # @return [String]
174
174
  attr_accessor :location_id
175
175
 
176
- # Output only. Full path to the Application resource in the API. Example: apps/
177
- # myapp.@OutputOnly
176
+ #
178
177
  # Corresponds to the JSON property `name`
179
178
  # @return [String]
180
179
  attr_accessor :name
@@ -1092,7 +1091,11 @@ module Google
1092
1091
  end
1093
1092
 
1094
1093
  # A single firewall rule that is evaluated against incoming traffic and provides
1095
- # an action to take on matched requests.
1094
+ # an action to take on matched requests. A positive integer between 1, Int32.
1095
+ # MaxValue-1 that defines the order of rule evaluation. Rules with the lowest
1096
+ # priority are evaluated first.A default rule at priority Int32.MaxValue matches
1097
+ # all IPv4 and IPv6 traffic when no previous rule matches. Only the action of
1098
+ # this rule can be modified by the user.
1096
1099
  class FirewallRule
1097
1100
  include Google::Apis::Core::Hashable
1098
1101
 
@@ -1107,10 +1110,7 @@ module Google
1107
1110
  # @return [String]
1108
1111
  attr_accessor :description
1109
1112
 
1110
- # A positive integer between 1, Int32.MaxValue-1 that defines the order of rule
1111
- # evaluation. Rules with the lowest priority are evaluated first.A default rule
1112
- # at priority Int32.MaxValue matches all IPv4 and IPv6 traffic when no previous
1113
- # rule matches. Only the action of this rule can be modified by the user.
1113
+ #
1114
1114
  # Corresponds to the JSON property `priority`
1115
1115
  # @return [Fixnum]
1116
1116
  attr_accessor :priority
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AppengineV1
18
18
  # Version of the google-apis-appengine_v1 gem
19
- GEM_VERSION = "0.62.0"
19
+ GEM_VERSION = "0.64.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250611"
25
+ REVISION = "20250805"
26
26
  end
27
27
  end
28
28
  end
@@ -88,7 +88,8 @@ module Google
88
88
 
89
89
  # Gets information about an application.
90
90
  # @param [String] apps_id
91
- # Part of `name`. Name of the Application resource to get. Example: apps/myapp.
91
+ # Part of `name`. Required. Name of the Application resource to get. Example:
92
+ # apps/myapp.
92
93
  # @param [String] include_extra_data
93
94
  # Options to include extra data
94
95
  # @param [String] fields
@@ -158,8 +159,8 @@ module Google
158
159
  # to the application. default_cookie_expiration - Cookie expiration policy for
159
160
  # the application. iap - Identity-Aware Proxy properties for the application.
160
161
  # @param [String] apps_id
161
- # Part of `name`. Name of the Application resource to update. Example: apps/
162
- # myapp.
162
+ # Part of `name`. Required. Name of the Application resource to update. Example:
163
+ # apps/myapp.
163
164
  # @param [Google::Apis::AppengineV1::Application] application_object
164
165
  # @param [String] update_mask
165
166
  # Required. Standard field mask for the set of fields to be updated.
@@ -204,7 +205,8 @@ module Google
204
205
  # 7D . If the deletion was recent, the numeric ID can be found in the Cloud
205
206
  # Console Activity Log.
206
207
  # @param [String] apps_id
207
- # Part of `name`. Name of the application to repair. Example: apps/myapp
208
+ # Part of `name`. Required. Name of the application to repair. Example: apps/
209
+ # myapp
208
210
  # @param [Google::Apis::AppengineV1::RepairApplicationRequest] repair_application_request_object
209
211
  # @param [String] fields
210
212
  # Selector specifying which fields to include in a partial response.
@@ -237,7 +239,8 @@ module Google
237
239
 
238
240
  # Uploads the specified SSL certificate.
239
241
  # @param [String] apps_id
240
- # Part of `parent`. Name of the parent Application resource. Example: apps/myapp.
242
+ # Part of `parent`. Required. Name of the parent Application resource. Example:
243
+ # apps/myapp.
241
244
  # @param [Google::Apis::AppengineV1::AuthorizedCertificate] authorized_certificate_object
242
245
  # @param [String] fields
243
246
  # Selector specifying which fields to include in a partial response.
@@ -270,7 +273,7 @@ module Google
270
273
 
271
274
  # Deletes the specified SSL certificate.
272
275
  # @param [String] apps_id
273
- # Part of `name`. Name of the resource to delete. Example: apps/myapp/
276
+ # Part of `name`. Required. Name of the resource to delete. Example: apps/myapp/
274
277
  # authorizedCertificates/12345.
275
278
  # @param [String] authorized_certificates_id
276
279
  # Part of `name`. See documentation of `appsId`.
@@ -304,7 +307,7 @@ module Google
304
307
 
305
308
  # Gets the specified SSL certificate.
306
309
  # @param [String] apps_id
307
- # Part of `name`. Name of the resource requested. Example: apps/myapp/
310
+ # Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
308
311
  # authorizedCertificates/12345.
309
312
  # @param [String] authorized_certificates_id
310
313
  # Part of `name`. See documentation of `appsId`.
@@ -341,7 +344,8 @@ module Google
341
344
 
342
345
  # Lists all SSL certificates the user is authorized to administer.
343
346
  # @param [String] apps_id
344
- # Part of `parent`. Name of the parent Application resource. Example: apps/myapp.
347
+ # Part of `parent`. Required. Name of the parent Application resource. Example:
348
+ # apps/myapp.
345
349
  # @param [Fixnum] page_size
346
350
  # Maximum results to return per page.
347
351
  # @param [String] page_token
@@ -383,7 +387,7 @@ module Google
383
387
  # new certificate must be applicable to the same domains as the original
384
388
  # certificate. The certificate display_name may also be updated.
385
389
  # @param [String] apps_id
386
- # Part of `name`. Name of the resource to update. Example: apps/myapp/
390
+ # Part of `name`. Required. Name of the resource to update. Example: apps/myapp/
387
391
  # authorizedCertificates/12345.
388
392
  # @param [String] authorized_certificates_id
389
393
  # Part of `name`. See documentation of `appsId`.
@@ -424,7 +428,8 @@ module Google
424
428
 
425
429
  # Lists all domains the user is authorized to administer.
426
430
  # @param [String] apps_id
427
- # Part of `parent`. Name of the parent Application resource. Example: apps/myapp.
431
+ # Part of `parent`. Required. Name of the parent Application resource. Example:
432
+ # apps/myapp.
428
433
  # @param [Fixnum] page_size
429
434
  # Maximum results to return per page.
430
435
  # @param [String] page_token
@@ -462,7 +467,8 @@ module Google
462
467
  # domain in order to map it to an application. For a list of available
463
468
  # authorized domains, see AuthorizedDomains.ListAuthorizedDomains.
464
469
  # @param [String] apps_id
465
- # Part of `parent`. Name of the parent Application resource. Example: apps/myapp.
470
+ # Part of `parent`. Required. Name of the parent Application resource. Example:
471
+ # apps/myapp.
466
472
  # @param [Google::Apis::AppengineV1::DomainMapping] domain_mapping_object
467
473
  # @param [String] override_strategy
468
474
  # Whether the domain creation should override any existing mappings for this
@@ -500,7 +506,7 @@ module Google
500
506
  # Deletes the specified domain mapping. A user must be authorized to administer
501
507
  # the associated domain in order to delete a DomainMapping resource.
502
508
  # @param [String] apps_id
503
- # Part of `name`. Name of the resource to delete. Example: apps/myapp/
509
+ # Part of `name`. Required. Name of the resource to delete. Example: apps/myapp/
504
510
  # domainMappings/example.com.
505
511
  # @param [String] domain_mappings_id
506
512
  # Part of `name`. See documentation of `appsId`.
@@ -534,7 +540,7 @@ module Google
534
540
 
535
541
  # Gets the specified domain mapping.
536
542
  # @param [String] apps_id
537
- # Part of `name`. Name of the resource requested. Example: apps/myapp/
543
+ # Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
538
544
  # domainMappings/example.com.
539
545
  # @param [String] domain_mappings_id
540
546
  # Part of `name`. See documentation of `appsId`.
@@ -568,7 +574,8 @@ module Google
568
574
 
569
575
  # Lists the domain mappings on an application.
570
576
  # @param [String] apps_id
571
- # Part of `parent`. Name of the parent Application resource. Example: apps/myapp.
577
+ # Part of `parent`. Required. Name of the parent Application resource. Example:
578
+ # apps/myapp.
572
579
  # @param [Fixnum] page_size
573
580
  # Maximum results to return per page.
574
581
  # @param [String] page_token
@@ -607,7 +614,7 @@ module Google
607
614
  # A user must be authorized to administer the associated domain in order to
608
615
  # update a DomainMapping resource.
609
616
  # @param [String] apps_id
610
- # Part of `name`. Name of the resource to update. Example: apps/myapp/
617
+ # Part of `name`. Required. Name of the resource to update. Example: apps/myapp/
611
618
  # domainMappings/example.com.
612
619
  # @param [String] domain_mappings_id
613
620
  # Part of `name`. See documentation of `appsId`.
@@ -684,8 +691,8 @@ module Google
684
691
 
685
692
  # Creates a firewall rule for the application.
686
693
  # @param [String] apps_id
687
- # Part of `parent`. Name of the parent Firewall collection in which to create a
688
- # new rule. Example: apps/myapp/firewall/ingressRules.
694
+ # Part of `parent`. Required. Name of the parent Firewall collection in which to
695
+ # create a new rule. Example: apps/myapp/firewall/ingressRules.
689
696
  # @param [Google::Apis::AppengineV1::FirewallRule] firewall_rule_object
690
697
  # @param [String] fields
691
698
  # Selector specifying which fields to include in a partial response.
@@ -1021,8 +1028,8 @@ module Google
1021
1028
 
1022
1029
  # Deletes the specified service and all enclosed versions.
1023
1030
  # @param [String] apps_id
1024
- # Part of `name`. Name of the resource requested. Example: apps/myapp/services/
1025
- # default.
1031
+ # Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
1032
+ # services/default.
1026
1033
  # @param [String] services_id
1027
1034
  # Part of `name`. See documentation of `appsId`.
1028
1035
  # @param [String] fields
@@ -1055,8 +1062,8 @@ module Google
1055
1062
 
1056
1063
  # Gets the current configuration of the specified service.
1057
1064
  # @param [String] apps_id
1058
- # Part of `name`. Name of the resource requested. Example: apps/myapp/services/
1059
- # default.
1065
+ # Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
1066
+ # services/default.
1060
1067
  # @param [String] services_id
1061
1068
  # Part of `name`. See documentation of `appsId`.
1062
1069
  # @param [String] fields
@@ -1089,7 +1096,8 @@ module Google
1089
1096
 
1090
1097
  # Lists all the services in the application.
1091
1098
  # @param [String] apps_id
1092
- # Part of `parent`. Name of the parent Application resource. Example: apps/myapp.
1099
+ # Part of `parent`. Required. Name of the parent Application resource. Example:
1100
+ # apps/myapp.
1093
1101
  # @param [Fixnum] page_size
1094
1102
  # Maximum results to return per page.
1095
1103
  # @param [String] page_token
@@ -1125,8 +1133,8 @@ module Google
1125
1133
 
1126
1134
  # Updates the configuration of the specified service.
1127
1135
  # @param [String] apps_id
1128
- # Part of `name`. Name of the resource to update. Example: apps/myapp/services/
1129
- # default.
1136
+ # Part of `name`. Required. Name of the resource to update. Example: apps/myapp/
1137
+ # services/default.
1130
1138
  # @param [String] services_id
1131
1139
  # Part of `name`. See documentation of `appsId`.
1132
1140
  # @param [Google::Apis::AppengineV1::Service] service_object
@@ -1179,8 +1187,8 @@ module Google
1179
1187
 
1180
1188
  # Deploys code and resource files to a new version.
1181
1189
  # @param [String] apps_id
1182
- # Part of `parent`. Name of the parent resource to create this version under.
1183
- # Example: apps/myapp/services/default.
1190
+ # Part of `parent`. Required. Name of the parent resource to create this version
1191
+ # under. Example: apps/myapp/services/default.
1184
1192
  # @param [String] services_id
1185
1193
  # Part of `parent`. See documentation of `appsId`.
1186
1194
  # @param [Google::Apis::AppengineV1::Version] version_object
@@ -1216,8 +1224,8 @@ module Google
1216
1224
 
1217
1225
  # Deletes an existing Version resource.
1218
1226
  # @param [String] apps_id
1219
- # Part of `name`. Name of the resource requested. Example: apps/myapp/services/
1220
- # default/versions/v1.
1227
+ # Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
1228
+ # services/default/versions/v1.
1221
1229
  # @param [String] services_id
1222
1230
  # Part of `name`. See documentation of `appsId`.
1223
1231
  # @param [String] versions_id
@@ -1254,8 +1262,8 @@ module Google
1254
1262
  # Gets the specified Version resource. By default, only a BASIC_VIEW will be
1255
1263
  # returned. Specify the FULL_VIEW parameter to get the full resource.
1256
1264
  # @param [String] apps_id
1257
- # Part of `name`. Name of the resource requested. Example: apps/myapp/services/
1258
- # default/versions/v1.
1265
+ # Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
1266
+ # services/default/versions/v1.
1259
1267
  # @param [String] services_id
1260
1268
  # Part of `name`. See documentation of `appsId`.
1261
1269
  # @param [String] versions_id
@@ -1294,8 +1302,8 @@ module Google
1294
1302
 
1295
1303
  # Lists the versions of a service.
1296
1304
  # @param [String] apps_id
1297
- # Part of `parent`. Name of the parent Service resource. Example: apps/myapp/
1298
- # services/default.
1305
+ # Part of `parent`. Required. Name of the parent Service resource. Example: apps/
1306
+ # myapp/services/default.
1299
1307
  # @param [String] services_id
1300
1308
  # Part of `parent`. See documentation of `appsId`.
1301
1309
  # @param [Fixnum] page_size
@@ -1375,8 +1383,8 @@ module Google
1375
1383
  # cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.
1376
1384
  # versions#manualscaling)
1377
1385
  # @param [String] apps_id
1378
- # Part of `name`. Name of the resource to update. Example: apps/myapp/services/
1379
- # default/versions/1.
1386
+ # Part of `name`. Required. Name of the resource to update. Example: apps/myapp/
1387
+ # services/default/versions/1.
1380
1388
  # @param [String] services_id
1381
1389
  # Part of `name`. See documentation of `appsId`.
1382
1390
  # @param [String] versions_id
@@ -1423,8 +1431,8 @@ module Google
1423
1431
  # determine if another instance should be started.Only applicable for instances
1424
1432
  # in App Engine flexible environment.
1425
1433
  # @param [String] apps_id
1426
- # Part of `name`. Name of the resource requested. Example: apps/myapp/services/
1427
- # default/versions/v1/instances/instance-1.
1434
+ # Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
1435
+ # services/default/versions/v1/instances/instance-1.
1428
1436
  # @param [String] services_id
1429
1437
  # Part of `name`. See documentation of `appsId`.
1430
1438
  # @param [String] versions_id
@@ -1475,8 +1483,8 @@ module Google
1475
1483
  # versions.patch (https://cloud.google.com/appengine/docs/admin-api/reference/
1476
1484
  # rest/v1/apps.services.versions/patch) method.
1477
1485
  # @param [String] apps_id
1478
- # Part of `name`. Name of the resource requested. Example: apps/myapp/services/
1479
- # default/versions/v1/instances/instance-1.
1486
+ # Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
1487
+ # services/default/versions/v1/instances/instance-1.
1480
1488
  # @param [String] services_id
1481
1489
  # Part of `name`. See documentation of `appsId`.
1482
1490
  # @param [String] versions_id
@@ -1515,8 +1523,8 @@ module Google
1515
1523
 
1516
1524
  # Gets instance information.
1517
1525
  # @param [String] apps_id
1518
- # Part of `name`. Name of the resource requested. Example: apps/myapp/services/
1519
- # default/versions/v1/instances/instance-1.
1526
+ # Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
1527
+ # services/default/versions/v1/instances/instance-1.
1520
1528
  # @param [String] services_id
1521
1529
  # Part of `name`. See documentation of `appsId`.
1522
1530
  # @param [String] versions_id
@@ -1557,8 +1565,8 @@ module Google
1557
1565
  # over time, see the Stackdriver Monitoring API (https://cloud.google.com/
1558
1566
  # monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
1559
1567
  # @param [String] apps_id
1560
- # Part of `parent`. Name of the parent Version resource. Example: apps/myapp/
1561
- # services/default/versions/v1.
1568
+ # Part of `parent`. Required. Name of the parent Version resource. Example: apps/
1569
+ # myapp/services/default/versions/v1.
1562
1570
  # @param [String] services_id
1563
1571
  # Part of `parent`. See documentation of `appsId`.
1564
1572
  # @param [String] versions_id
@@ -1603,8 +1611,8 @@ module Google
1603
1611
  # to the application. default_cookie_expiration - Cookie expiration policy for
1604
1612
  # the application. iap - Identity-Aware Proxy properties for the application.
1605
1613
  # @param [String] projects_id
1606
- # Part of `name`. Name of the Application resource to update. Example: apps/
1607
- # myapp.
1614
+ # Part of `name`. Required. Name of the Application resource to update. Example:
1615
+ # apps/myapp.
1608
1616
  # @param [String] locations_id
1609
1617
  # Part of `name`. See documentation of `projectsId`.
1610
1618
  # @param [String] applications_id
@@ -1646,7 +1654,8 @@ module Google
1646
1654
 
1647
1655
  # Uploads the specified SSL certificate.
1648
1656
  # @param [String] projects_id
1649
- # Part of `parent`. Name of the parent Application resource. Example: apps/myapp.
1657
+ # Part of `parent`. Required. Name of the parent Application resource. Example:
1658
+ # apps/myapp.
1650
1659
  # @param [String] locations_id
1651
1660
  # Part of `parent`. See documentation of `projectsId`.
1652
1661
  # @param [String] applications_id
@@ -1685,7 +1694,7 @@ module Google
1685
1694
 
1686
1695
  # Deletes the specified SSL certificate.
1687
1696
  # @param [String] projects_id
1688
- # Part of `name`. Name of the resource to delete. Example: apps/myapp/
1697
+ # Part of `name`. Required. Name of the resource to delete. Example: apps/myapp/
1689
1698
  # authorizedCertificates/12345.
1690
1699
  # @param [String] locations_id
1691
1700
  # Part of `name`. See documentation of `projectsId`.
@@ -1725,7 +1734,7 @@ module Google
1725
1734
 
1726
1735
  # Gets the specified SSL certificate.
1727
1736
  # @param [String] projects_id
1728
- # Part of `name`. Name of the resource requested. Example: apps/myapp/
1737
+ # Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
1729
1738
  # authorizedCertificates/12345.
1730
1739
  # @param [String] locations_id
1731
1740
  # Part of `name`. See documentation of `projectsId`.
@@ -1768,7 +1777,8 @@ module Google
1768
1777
 
1769
1778
  # Lists all SSL certificates the user is authorized to administer.
1770
1779
  # @param [String] projects_id
1771
- # Part of `parent`. Name of the parent Application resource. Example: apps/myapp.
1780
+ # Part of `parent`. Required. Name of the parent Application resource. Example:
1781
+ # apps/myapp.
1772
1782
  # @param [String] locations_id
1773
1783
  # Part of `parent`. See documentation of `projectsId`.
1774
1784
  # @param [String] applications_id
@@ -1816,7 +1826,7 @@ module Google
1816
1826
  # new certificate must be applicable to the same domains as the original
1817
1827
  # certificate. The certificate display_name may also be updated.
1818
1828
  # @param [String] projects_id
1819
- # Part of `name`. Name of the resource to update. Example: apps/myapp/
1829
+ # Part of `name`. Required. Name of the resource to update. Example: apps/myapp/
1820
1830
  # authorizedCertificates/12345.
1821
1831
  # @param [String] locations_id
1822
1832
  # Part of `name`. See documentation of `projectsId`.
@@ -1863,7 +1873,8 @@ module Google
1863
1873
 
1864
1874
  # Lists all domains the user is authorized to administer.
1865
1875
  # @param [String] projects_id
1866
- # Part of `parent`. Name of the parent Application resource. Example: apps/myapp.
1876
+ # Part of `parent`. Required. Name of the parent Application resource. Example:
1877
+ # apps/myapp.
1867
1878
  # @param [String] locations_id
1868
1879
  # Part of `parent`. See documentation of `projectsId`.
1869
1880
  # @param [String] applications_id
@@ -1903,9 +1914,55 @@ module Google
1903
1914
  execute_or_queue_command(command, &block)
1904
1915
  end
1905
1916
 
1917
+ # Maps a domain to an application. A user must be authorized to administer a
1918
+ # domain in order to map it to an application. For a list of available
1919
+ # authorized domains, see AuthorizedDomains.ListAuthorizedDomains.
1920
+ # @param [String] projects_id
1921
+ # Part of `parent`. Required. Name of the parent Application resource. Example:
1922
+ # apps/myapp.
1923
+ # @param [String] locations_id
1924
+ # Part of `parent`. See documentation of `projectsId`.
1925
+ # @param [String] applications_id
1926
+ # Part of `parent`. See documentation of `projectsId`.
1927
+ # @param [Google::Apis::AppengineV1::DomainMapping] domain_mapping_object
1928
+ # @param [String] override_strategy
1929
+ # Whether the domain creation should override any existing mappings for this
1930
+ # domain. By default, overrides are rejected.
1931
+ # @param [String] fields
1932
+ # Selector specifying which fields to include in a partial response.
1933
+ # @param [String] quota_user
1934
+ # Available to use for quota purposes for server-side applications. Can be any
1935
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1936
+ # @param [Google::Apis::RequestOptions] options
1937
+ # Request-specific options
1938
+ #
1939
+ # @yield [result, err] Result & error if block supplied
1940
+ # @yieldparam result [Google::Apis::AppengineV1::Operation] parsed result object
1941
+ # @yieldparam err [StandardError] error object if request failed
1942
+ #
1943
+ # @return [Google::Apis::AppengineV1::Operation]
1944
+ #
1945
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1946
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1947
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1948
+ def create_project_location_application_domain_mapping(projects_id, locations_id, applications_id, domain_mapping_object = nil, override_strategy: nil, fields: nil, quota_user: nil, options: nil, &block)
1949
+ command = make_simple_command(:post, 'v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings', options)
1950
+ command.request_representation = Google::Apis::AppengineV1::DomainMapping::Representation
1951
+ command.request_object = domain_mapping_object
1952
+ command.response_representation = Google::Apis::AppengineV1::Operation::Representation
1953
+ command.response_class = Google::Apis::AppengineV1::Operation
1954
+ command.params['projectsId'] = projects_id unless projects_id.nil?
1955
+ command.params['locationsId'] = locations_id unless locations_id.nil?
1956
+ command.params['applicationsId'] = applications_id unless applications_id.nil?
1957
+ command.query['overrideStrategy'] = override_strategy unless override_strategy.nil?
1958
+ command.query['fields'] = fields unless fields.nil?
1959
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1960
+ execute_or_queue_command(command, &block)
1961
+ end
1962
+
1906
1963
  # Gets the specified domain mapping.
1907
1964
  # @param [String] projects_id
1908
- # Part of `name`. Name of the resource requested. Example: apps/myapp/
1965
+ # Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
1909
1966
  # domainMappings/example.com.
1910
1967
  # @param [String] locations_id
1911
1968
  # Part of `name`. See documentation of `projectsId`.
@@ -1945,8 +2002,8 @@ module Google
1945
2002
 
1946
2003
  # Deletes the specified service and all enclosed versions.
1947
2004
  # @param [String] projects_id
1948
- # Part of `name`. Name of the resource requested. Example: apps/myapp/services/
1949
- # default.
2005
+ # Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
2006
+ # services/default.
1950
2007
  # @param [String] locations_id
1951
2008
  # Part of `name`. See documentation of `projectsId`.
1952
2009
  # @param [String] applications_id
@@ -1985,8 +2042,8 @@ module Google
1985
2042
 
1986
2043
  # Updates the configuration of the specified service.
1987
2044
  # @param [String] projects_id
1988
- # Part of `name`. Name of the resource to update. Example: apps/myapp/services/
1989
- # default.
2045
+ # Part of `name`. Required. Name of the resource to update. Example: apps/myapp/
2046
+ # services/default.
1990
2047
  # @param [String] locations_id
1991
2048
  # Part of `name`. See documentation of `projectsId`.
1992
2049
  # @param [String] applications_id
@@ -2045,8 +2102,8 @@ module Google
2045
2102
 
2046
2103
  # Deletes an existing Version resource.
2047
2104
  # @param [String] projects_id
2048
- # Part of `name`. Name of the resource requested. Example: apps/myapp/services/
2049
- # default/versions/v1.
2105
+ # Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
2106
+ # services/default/versions/v1.
2050
2107
  # @param [String] locations_id
2051
2108
  # Part of `name`. See documentation of `projectsId`.
2052
2109
  # @param [String] applications_id
@@ -2126,8 +2183,8 @@ module Google
2126
2183
  # cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.
2127
2184
  # versions#manualscaling)
2128
2185
  # @param [String] projects_id
2129
- # Part of `name`. Name of the resource to update. Example: apps/myapp/services/
2130
- # default/versions/1.
2186
+ # Part of `name`. Required. Name of the resource to update. Example: apps/myapp/
2187
+ # services/default/versions/1.
2131
2188
  # @param [String] locations_id
2132
2189
  # Part of `name`. See documentation of `projectsId`.
2133
2190
  # @param [String] applications_id
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-appengine_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.62.0
4
+ version: 0.64.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1/v0.62.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1/v0.64.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1
62
62
  rdoc_options: []
63
63
  require_paths: