google-apis-appengine_v1beta 0.55.0 → 0.56.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: e8faddfdce8ce5e7771d635dedcdd0280b90eb54d7c2693343321d0453a45f4c
4
- data.tar.gz: c62951058bbfe04d2987ebd6f06332c020958cdc5356a853fc4dc3060f81733d
3
+ metadata.gz: a6d9e3b38efcf084916ca2a92fe4fe17424724fd1ea015766fc1c807c9e21832
4
+ data.tar.gz: 16b45fe6ccb82f202a6fb4ff5936e4778ed024ec2e80d9cd804ac3e093cb59d8
5
5
  SHA512:
6
- metadata.gz: c6e152034215aaa6834f679e9f386d979d6655b547e0f00c271f3e9c27f029451190b65fa4a324614157b8050624f0adf88b1e2d1c5ffdaace30a525ee343db7
7
- data.tar.gz: 39f94fe0d83cb6387e1ac373d93cbb9a62972ed043c60bfee5abca1ac15c6b0fe59420e0d17205c138b1fdfe20ae9730fdb355804a22deb2de06b2bbef7708db
6
+ metadata.gz: 85a7f319bb1169615bce7519689c5079ac3dfeeeecff93092984297a3363358e300aea3e80f82136284ffb5da470fceea39cb7cff79e0358b303349cf25d4fb4
7
+ data.tar.gz: 532ec9c3e5bb3db3f19198f9c13b1081b6e477ee73dfd0b79b871a946c3f9b5f786b489f386645199830a6f04822f94039864f19d30015d89348aad08194acc3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-appengine_v1beta
2
2
 
3
+ ### v0.56.0 (2025-08-10)
4
+
5
+ * Regenerated from discovery document revision 20250805
6
+
3
7
  ### v0.55.0 (2025-06-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20250616
@@ -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
@@ -1171,7 +1170,11 @@ module Google
1171
1170
  end
1172
1171
 
1173
1172
  # A single firewall rule that is evaluated against incoming traffic and provides
1174
- # an action to take on matched requests.
1173
+ # an action to take on matched requests. A positive integer between 1, Int32.
1174
+ # MaxValue-1 that defines the order of rule evaluation. Rules with the lowest
1175
+ # priority are evaluated first.A default rule at priority Int32.MaxValue matches
1176
+ # all IPv4 and IPv6 traffic when no previous rule matches. Only the action of
1177
+ # this rule can be modified by the user.
1175
1178
  class FirewallRule
1176
1179
  include Google::Apis::Core::Hashable
1177
1180
 
@@ -1186,10 +1189,7 @@ module Google
1186
1189
  # @return [String]
1187
1190
  attr_accessor :description
1188
1191
 
1189
- # A positive integer between 1, Int32.MaxValue-1 that defines the order of rule
1190
- # evaluation. Rules with the lowest priority are evaluated first.A default rule
1191
- # at priority Int32.MaxValue matches all IPv4 and IPv6 traffic when no previous
1192
- # rule matches. Only the action of this rule can be modified by the user.
1192
+ #
1193
1193
  # Corresponds to the JSON property `priority`
1194
1194
  # @return [Fixnum]
1195
1195
  attr_accessor :priority
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AppengineV1beta
18
18
  # Version of the google-apis-appengine_v1beta gem
19
- GEM_VERSION = "0.55.0"
19
+ GEM_VERSION = "0.56.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 = "20250616"
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
  # Optional. 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::AppengineV1beta::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::AppengineV1beta::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::AppengineV1beta::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::AppengineV1beta::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::AppengineV1beta::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] include_extra_data
@@ -1092,7 +1099,8 @@ module Google
1092
1099
 
1093
1100
  # Lists all the services in the application.
1094
1101
  # @param [String] apps_id
1095
- # Part of `parent`. Name of the parent Application resource. Example: apps/myapp.
1102
+ # Part of `parent`. Required. Name of the parent Application resource. Example:
1103
+ # apps/myapp.
1096
1104
  # @param [Fixnum] page_size
1097
1105
  # Maximum results to return per page.
1098
1106
  # @param [String] page_token
@@ -1128,8 +1136,8 @@ module Google
1128
1136
 
1129
1137
  # Updates the configuration of the specified service.
1130
1138
  # @param [String] apps_id
1131
- # Part of `name`. Name of the resource to update. Example: apps/myapp/services/
1132
- # default.
1139
+ # Part of `name`. Required. Name of the resource to update. Example: apps/myapp/
1140
+ # services/default.
1133
1141
  # @param [String] services_id
1134
1142
  # Part of `name`. See documentation of `appsId`.
1135
1143
  # @param [Google::Apis::AppengineV1beta::Service] service_object
@@ -1182,8 +1190,8 @@ module Google
1182
1190
 
1183
1191
  # Deploys code and resource files to a new version.
1184
1192
  # @param [String] apps_id
1185
- # Part of `parent`. Name of the parent resource to create this version under.
1186
- # Example: apps/myapp/services/default.
1193
+ # Part of `parent`. Required. Name of the parent resource to create this version
1194
+ # under. Example: apps/myapp/services/default.
1187
1195
  # @param [String] services_id
1188
1196
  # Part of `parent`. See documentation of `appsId`.
1189
1197
  # @param [Google::Apis::AppengineV1beta::Version] version_object
@@ -1219,8 +1227,8 @@ module Google
1219
1227
 
1220
1228
  # Deletes an existing Version resource.
1221
1229
  # @param [String] apps_id
1222
- # Part of `name`. Name of the resource requested. Example: apps/myapp/services/
1223
- # default/versions/v1.
1230
+ # Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
1231
+ # services/default/versions/v1.
1224
1232
  # @param [String] services_id
1225
1233
  # Part of `name`. See documentation of `appsId`.
1226
1234
  # @param [String] versions_id
@@ -1257,8 +1265,8 @@ module Google
1257
1265
  # Gets the specified Version resource. By default, only a BASIC_VIEW will be
1258
1266
  # returned. Specify the FULL_VIEW parameter to get the full resource.
1259
1267
  # @param [String] apps_id
1260
- # Part of `name`. Name of the resource requested. Example: apps/myapp/services/
1261
- # default/versions/v1.
1268
+ # Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
1269
+ # services/default/versions/v1.
1262
1270
  # @param [String] services_id
1263
1271
  # Part of `name`. See documentation of `appsId`.
1264
1272
  # @param [String] versions_id
@@ -1300,8 +1308,8 @@ module Google
1300
1308
 
1301
1309
  # Lists the versions of a service.
1302
1310
  # @param [String] apps_id
1303
- # Part of `parent`. Name of the parent Service resource. Example: apps/myapp/
1304
- # services/default.
1311
+ # Part of `parent`. Required. Name of the parent Service resource. Example: apps/
1312
+ # myapp/services/default.
1305
1313
  # @param [String] services_id
1306
1314
  # Part of `parent`. See documentation of `appsId`.
1307
1315
  # @param [Fixnum] page_size
@@ -1381,8 +1389,8 @@ module Google
1381
1389
  # instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/
1382
1390
  # v1beta/apps.services.versions#manualscaling)
1383
1391
  # @param [String] apps_id
1384
- # Part of `name`. Name of the resource to update. Example: apps/myapp/services/
1385
- # default/versions/1.
1392
+ # Part of `name`. Required. Name of the resource to update. Example: apps/myapp/
1393
+ # services/default/versions/1.
1386
1394
  # @param [String] services_id
1387
1395
  # Part of `name`. See documentation of `appsId`.
1388
1396
  # @param [String] versions_id
@@ -1429,8 +1437,8 @@ module Google
1429
1437
  # determine if another instance should be started.Only applicable for instances
1430
1438
  # in App Engine flexible environment.
1431
1439
  # @param [String] apps_id
1432
- # Part of `name`. Name of the resource requested. Example: apps/myapp/services/
1433
- # default/versions/v1/instances/instance-1.
1440
+ # Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
1441
+ # services/default/versions/v1/instances/instance-1.
1434
1442
  # @param [String] services_id
1435
1443
  # Part of `name`. See documentation of `appsId`.
1436
1444
  # @param [String] versions_id
@@ -1481,8 +1489,8 @@ module Google
1481
1489
  # versions.patch (https://cloud.google.com/appengine/docs/admin-api/reference/
1482
1490
  # rest/v1/apps.services.versions/patch) method.
1483
1491
  # @param [String] apps_id
1484
- # Part of `name`. Name of the resource requested. Example: apps/myapp/services/
1485
- # default/versions/v1/instances/instance-1.
1492
+ # Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
1493
+ # services/default/versions/v1/instances/instance-1.
1486
1494
  # @param [String] services_id
1487
1495
  # Part of `name`. See documentation of `appsId`.
1488
1496
  # @param [String] versions_id
@@ -1521,8 +1529,8 @@ module Google
1521
1529
 
1522
1530
  # Gets instance information.
1523
1531
  # @param [String] apps_id
1524
- # Part of `name`. Name of the resource requested. Example: apps/myapp/services/
1525
- # default/versions/v1/instances/instance-1.
1532
+ # Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
1533
+ # services/default/versions/v1/instances/instance-1.
1526
1534
  # @param [String] services_id
1527
1535
  # Part of `name`. See documentation of `appsId`.
1528
1536
  # @param [String] versions_id
@@ -1563,8 +1571,8 @@ module Google
1563
1571
  # over time, see the Stackdriver Monitoring API (https://cloud.google.com/
1564
1572
  # monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
1565
1573
  # @param [String] apps_id
1566
- # Part of `parent`. Name of the parent Version resource. Example: apps/myapp/
1567
- # services/default/versions/v1.
1574
+ # Part of `parent`. Required. Name of the parent Version resource. Example: apps/
1575
+ # myapp/services/default/versions/v1.
1568
1576
  # @param [String] services_id
1569
1577
  # Part of `parent`. See documentation of `appsId`.
1570
1578
  # @param [String] versions_id
@@ -1689,8 +1697,8 @@ module Google
1689
1697
  # to the application. default_cookie_expiration - Cookie expiration policy for
1690
1698
  # the application. iap - Identity-Aware Proxy properties for the application.
1691
1699
  # @param [String] projects_id
1692
- # Part of `name`. Name of the Application resource to update. Example: apps/
1693
- # myapp.
1700
+ # Part of `name`. Required. Name of the Application resource to update. Example:
1701
+ # apps/myapp.
1694
1702
  # @param [String] locations_id
1695
1703
  # Part of `name`. See documentation of `projectsId`.
1696
1704
  # @param [String] applications_id
@@ -1732,7 +1740,8 @@ module Google
1732
1740
 
1733
1741
  # Uploads the specified SSL certificate.
1734
1742
  # @param [String] projects_id
1735
- # Part of `parent`. Name of the parent Application resource. Example: apps/myapp.
1743
+ # Part of `parent`. Required. Name of the parent Application resource. Example:
1744
+ # apps/myapp.
1736
1745
  # @param [String] locations_id
1737
1746
  # Part of `parent`. See documentation of `projectsId`.
1738
1747
  # @param [String] applications_id
@@ -1771,7 +1780,7 @@ module Google
1771
1780
 
1772
1781
  # Deletes the specified SSL certificate.
1773
1782
  # @param [String] projects_id
1774
- # Part of `name`. Name of the resource to delete. Example: apps/myapp/
1783
+ # Part of `name`. Required. Name of the resource to delete. Example: apps/myapp/
1775
1784
  # authorizedCertificates/12345.
1776
1785
  # @param [String] locations_id
1777
1786
  # Part of `name`. See documentation of `projectsId`.
@@ -1811,7 +1820,7 @@ module Google
1811
1820
 
1812
1821
  # Gets the specified SSL certificate.
1813
1822
  # @param [String] projects_id
1814
- # Part of `name`. Name of the resource requested. Example: apps/myapp/
1823
+ # Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
1815
1824
  # authorizedCertificates/12345.
1816
1825
  # @param [String] locations_id
1817
1826
  # Part of `name`. See documentation of `projectsId`.
@@ -1854,7 +1863,8 @@ module Google
1854
1863
 
1855
1864
  # Lists all SSL certificates the user is authorized to administer.
1856
1865
  # @param [String] projects_id
1857
- # Part of `parent`. Name of the parent Application resource. Example: apps/myapp.
1866
+ # Part of `parent`. Required. Name of the parent Application resource. Example:
1867
+ # apps/myapp.
1858
1868
  # @param [String] locations_id
1859
1869
  # Part of `parent`. See documentation of `projectsId`.
1860
1870
  # @param [String] applications_id
@@ -1902,7 +1912,7 @@ module Google
1902
1912
  # new certificate must be applicable to the same domains as the original
1903
1913
  # certificate. The certificate display_name may also be updated.
1904
1914
  # @param [String] projects_id
1905
- # Part of `name`. Name of the resource to update. Example: apps/myapp/
1915
+ # Part of `name`. Required. Name of the resource to update. Example: apps/myapp/
1906
1916
  # authorizedCertificates/12345.
1907
1917
  # @param [String] locations_id
1908
1918
  # Part of `name`. See documentation of `projectsId`.
@@ -1949,7 +1959,8 @@ module Google
1949
1959
 
1950
1960
  # Lists all domains the user is authorized to administer.
1951
1961
  # @param [String] projects_id
1952
- # Part of `parent`. Name of the parent Application resource. Example: apps/myapp.
1962
+ # Part of `parent`. Required. Name of the parent Application resource. Example:
1963
+ # apps/myapp.
1953
1964
  # @param [String] locations_id
1954
1965
  # Part of `parent`. See documentation of `projectsId`.
1955
1966
  # @param [String] applications_id
@@ -1993,7 +2004,8 @@ module Google
1993
2004
  # domain in order to map it to an application. For a list of available
1994
2005
  # authorized domains, see AuthorizedDomains.ListAuthorizedDomains.
1995
2006
  # @param [String] projects_id
1996
- # Part of `parent`. Name of the parent Application resource. Example: apps/myapp.
2007
+ # Part of `parent`. Required. Name of the parent Application resource. Example:
2008
+ # apps/myapp.
1997
2009
  # @param [String] locations_id
1998
2010
  # Part of `parent`. See documentation of `projectsId`.
1999
2011
  # @param [String] applications_id
@@ -2036,7 +2048,7 @@ module Google
2036
2048
 
2037
2049
  # Gets the specified domain mapping.
2038
2050
  # @param [String] projects_id
2039
- # Part of `name`. Name of the resource requested. Example: apps/myapp/
2051
+ # Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
2040
2052
  # domainMappings/example.com.
2041
2053
  # @param [String] locations_id
2042
2054
  # Part of `name`. See documentation of `projectsId`.
@@ -2076,8 +2088,8 @@ module Google
2076
2088
 
2077
2089
  # Deletes the specified service and all enclosed versions.
2078
2090
  # @param [String] projects_id
2079
- # Part of `name`. Name of the resource requested. Example: apps/myapp/services/
2080
- # default.
2091
+ # Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
2092
+ # services/default.
2081
2093
  # @param [String] locations_id
2082
2094
  # Part of `name`. See documentation of `projectsId`.
2083
2095
  # @param [String] applications_id
@@ -2116,8 +2128,8 @@ module Google
2116
2128
 
2117
2129
  # Updates the configuration of the specified service.
2118
2130
  # @param [String] projects_id
2119
- # Part of `name`. Name of the resource to update. Example: apps/myapp/services/
2120
- # default.
2131
+ # Part of `name`. Required. Name of the resource to update. Example: apps/myapp/
2132
+ # services/default.
2121
2133
  # @param [String] locations_id
2122
2134
  # Part of `name`. See documentation of `projectsId`.
2123
2135
  # @param [String] applications_id
@@ -2176,8 +2188,8 @@ module Google
2176
2188
 
2177
2189
  # Deletes an existing Version resource.
2178
2190
  # @param [String] projects_id
2179
- # Part of `name`. Name of the resource requested. Example: apps/myapp/services/
2180
- # default/versions/v1.
2191
+ # Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
2192
+ # services/default/versions/v1.
2181
2193
  # @param [String] locations_id
2182
2194
  # Part of `name`. See documentation of `projectsId`.
2183
2195
  # @param [String] applications_id
@@ -2257,8 +2269,8 @@ module Google
2257
2269
  # instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/
2258
2270
  # v1beta/apps.services.versions#manualscaling)
2259
2271
  # @param [String] projects_id
2260
- # Part of `name`. Name of the resource to update. Example: apps/myapp/services/
2261
- # default/versions/1.
2272
+ # Part of `name`. Required. Name of the resource to update. Example: apps/myapp/
2273
+ # services/default/versions/1.
2262
2274
  # @param [String] locations_id
2263
2275
  # Part of `name`. See documentation of `projectsId`.
2264
2276
  # @param [String] applications_id
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-appengine_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.55.0
4
+ version: 0.56.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_v1beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.55.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.56.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1beta
62
62
  rdoc_options: []
63
63
  require_paths: