google-apis-appengine_v1beta 0.54.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a6d9e3b38efcf084916ca2a92fe4fe17424724fd1ea015766fc1c807c9e21832
|
4
|
+
data.tar.gz: 16b45fe6ccb82f202a6fb4ff5936e4778ed024ec2e80d9cd804ac3e093cb59d8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 85a7f319bb1169615bce7519689c5079ac3dfeeeecff93092984297a3363358e300aea3e80f82136284ffb5da470fceea39cb7cff79e0358b303349cf25d4fb4
|
7
|
+
data.tar.gz: 532ec9c3e5bb3db3f19198f9c13b1081b6e477ee73dfd0b79b871a946c3f9b5f786b489f386645199830a6f04822f94039864f19d30015d89348aad08194acc3
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
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
|
+
|
7
|
+
### v0.55.0 (2025-06-22)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250616
|
10
|
+
* Regenerated using generator version 0.18.0
|
11
|
+
|
3
12
|
### v0.54.0 (2025-05-18)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20250512
|
@@ -173,8 +173,7 @@ module Google
|
|
173
173
|
# @return [String]
|
174
174
|
attr_accessor :location_id
|
175
175
|
|
176
|
-
#
|
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
|
-
#
|
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.
|
19
|
+
GEM_VERSION = "0.56.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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:
|
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:
|
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/
|
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:
|
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:
|
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:
|
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:
|
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:
|
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
|
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/
|
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/
|
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:
|
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/
|
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
|
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/
|
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/
|
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/
|
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/
|
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/
|
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/
|
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/
|
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/
|
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:
|
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
|
@@ -1730,9 +1738,229 @@ module Google
|
|
1730
1738
|
execute_or_queue_command(command, &block)
|
1731
1739
|
end
|
1732
1740
|
|
1741
|
+
# Uploads the specified SSL certificate.
|
1742
|
+
# @param [String] projects_id
|
1743
|
+
# Part of `parent`. Required. Name of the parent Application resource. Example:
|
1744
|
+
# apps/myapp.
|
1745
|
+
# @param [String] locations_id
|
1746
|
+
# Part of `parent`. See documentation of `projectsId`.
|
1747
|
+
# @param [String] applications_id
|
1748
|
+
# Part of `parent`. See documentation of `projectsId`.
|
1749
|
+
# @param [Google::Apis::AppengineV1beta::AuthorizedCertificate] authorized_certificate_object
|
1750
|
+
# @param [String] fields
|
1751
|
+
# Selector specifying which fields to include in a partial response.
|
1752
|
+
# @param [String] quota_user
|
1753
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
1754
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
1755
|
+
# @param [Google::Apis::RequestOptions] options
|
1756
|
+
# Request-specific options
|
1757
|
+
#
|
1758
|
+
# @yield [result, err] Result & error if block supplied
|
1759
|
+
# @yieldparam result [Google::Apis::AppengineV1beta::AuthorizedCertificate] parsed result object
|
1760
|
+
# @yieldparam err [StandardError] error object if request failed
|
1761
|
+
#
|
1762
|
+
# @return [Google::Apis::AppengineV1beta::AuthorizedCertificate]
|
1763
|
+
#
|
1764
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1765
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1766
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1767
|
+
def create_project_location_application_authorized_certificate(projects_id, locations_id, applications_id, authorized_certificate_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
1768
|
+
command = make_simple_command(:post, 'v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/authorizedCertificates', options)
|
1769
|
+
command.request_representation = Google::Apis::AppengineV1beta::AuthorizedCertificate::Representation
|
1770
|
+
command.request_object = authorized_certificate_object
|
1771
|
+
command.response_representation = Google::Apis::AppengineV1beta::AuthorizedCertificate::Representation
|
1772
|
+
command.response_class = Google::Apis::AppengineV1beta::AuthorizedCertificate
|
1773
|
+
command.params['projectsId'] = projects_id unless projects_id.nil?
|
1774
|
+
command.params['locationsId'] = locations_id unless locations_id.nil?
|
1775
|
+
command.params['applicationsId'] = applications_id unless applications_id.nil?
|
1776
|
+
command.query['fields'] = fields unless fields.nil?
|
1777
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1778
|
+
execute_or_queue_command(command, &block)
|
1779
|
+
end
|
1780
|
+
|
1781
|
+
# Deletes the specified SSL certificate.
|
1782
|
+
# @param [String] projects_id
|
1783
|
+
# Part of `name`. Required. Name of the resource to delete. Example: apps/myapp/
|
1784
|
+
# authorizedCertificates/12345.
|
1785
|
+
# @param [String] locations_id
|
1786
|
+
# Part of `name`. See documentation of `projectsId`.
|
1787
|
+
# @param [String] applications_id
|
1788
|
+
# Part of `name`. See documentation of `projectsId`.
|
1789
|
+
# @param [String] authorized_certificates_id
|
1790
|
+
# Part of `name`. See documentation of `projectsId`.
|
1791
|
+
# @param [String] fields
|
1792
|
+
# Selector specifying which fields to include in a partial response.
|
1793
|
+
# @param [String] quota_user
|
1794
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
1795
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
1796
|
+
# @param [Google::Apis::RequestOptions] options
|
1797
|
+
# Request-specific options
|
1798
|
+
#
|
1799
|
+
# @yield [result, err] Result & error if block supplied
|
1800
|
+
# @yieldparam result [Google::Apis::AppengineV1beta::Empty] parsed result object
|
1801
|
+
# @yieldparam err [StandardError] error object if request failed
|
1802
|
+
#
|
1803
|
+
# @return [Google::Apis::AppengineV1beta::Empty]
|
1804
|
+
#
|
1805
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1806
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1807
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1808
|
+
def delete_project_location_application_authorized_certificate(projects_id, locations_id, applications_id, authorized_certificates_id, fields: nil, quota_user: nil, options: nil, &block)
|
1809
|
+
command = make_simple_command(:delete, 'v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/authorizedCertificates/{authorizedCertificatesId}', options)
|
1810
|
+
command.response_representation = Google::Apis::AppengineV1beta::Empty::Representation
|
1811
|
+
command.response_class = Google::Apis::AppengineV1beta::Empty
|
1812
|
+
command.params['projectsId'] = projects_id unless projects_id.nil?
|
1813
|
+
command.params['locationsId'] = locations_id unless locations_id.nil?
|
1814
|
+
command.params['applicationsId'] = applications_id unless applications_id.nil?
|
1815
|
+
command.params['authorizedCertificatesId'] = authorized_certificates_id unless authorized_certificates_id.nil?
|
1816
|
+
command.query['fields'] = fields unless fields.nil?
|
1817
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1818
|
+
execute_or_queue_command(command, &block)
|
1819
|
+
end
|
1820
|
+
|
1821
|
+
# Gets the specified SSL certificate.
|
1822
|
+
# @param [String] projects_id
|
1823
|
+
# Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
|
1824
|
+
# authorizedCertificates/12345.
|
1825
|
+
# @param [String] locations_id
|
1826
|
+
# Part of `name`. See documentation of `projectsId`.
|
1827
|
+
# @param [String] applications_id
|
1828
|
+
# Part of `name`. See documentation of `projectsId`.
|
1829
|
+
# @param [String] authorized_certificates_id
|
1830
|
+
# Part of `name`. See documentation of `projectsId`.
|
1831
|
+
# @param [String] view
|
1832
|
+
# Controls the set of fields returned in the GET response.
|
1833
|
+
# @param [String] fields
|
1834
|
+
# Selector specifying which fields to include in a partial response.
|
1835
|
+
# @param [String] quota_user
|
1836
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
1837
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
1838
|
+
# @param [Google::Apis::RequestOptions] options
|
1839
|
+
# Request-specific options
|
1840
|
+
#
|
1841
|
+
# @yield [result, err] Result & error if block supplied
|
1842
|
+
# @yieldparam result [Google::Apis::AppengineV1beta::AuthorizedCertificate] parsed result object
|
1843
|
+
# @yieldparam err [StandardError] error object if request failed
|
1844
|
+
#
|
1845
|
+
# @return [Google::Apis::AppengineV1beta::AuthorizedCertificate]
|
1846
|
+
#
|
1847
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1848
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1849
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1850
|
+
def get_project_location_application_authorized_certificate(projects_id, locations_id, applications_id, authorized_certificates_id, view: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1851
|
+
command = make_simple_command(:get, 'v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/authorizedCertificates/{authorizedCertificatesId}', options)
|
1852
|
+
command.response_representation = Google::Apis::AppengineV1beta::AuthorizedCertificate::Representation
|
1853
|
+
command.response_class = Google::Apis::AppengineV1beta::AuthorizedCertificate
|
1854
|
+
command.params['projectsId'] = projects_id unless projects_id.nil?
|
1855
|
+
command.params['locationsId'] = locations_id unless locations_id.nil?
|
1856
|
+
command.params['applicationsId'] = applications_id unless applications_id.nil?
|
1857
|
+
command.params['authorizedCertificatesId'] = authorized_certificates_id unless authorized_certificates_id.nil?
|
1858
|
+
command.query['view'] = view unless view.nil?
|
1859
|
+
command.query['fields'] = fields unless fields.nil?
|
1860
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1861
|
+
execute_or_queue_command(command, &block)
|
1862
|
+
end
|
1863
|
+
|
1864
|
+
# Lists all SSL certificates the user is authorized to administer.
|
1865
|
+
# @param [String] projects_id
|
1866
|
+
# Part of `parent`. Required. Name of the parent Application resource. Example:
|
1867
|
+
# apps/myapp.
|
1868
|
+
# @param [String] locations_id
|
1869
|
+
# Part of `parent`. See documentation of `projectsId`.
|
1870
|
+
# @param [String] applications_id
|
1871
|
+
# Part of `parent`. See documentation of `projectsId`.
|
1872
|
+
# @param [Fixnum] page_size
|
1873
|
+
# Maximum results to return per page.
|
1874
|
+
# @param [String] page_token
|
1875
|
+
# Continuation token for fetching the next page of results.
|
1876
|
+
# @param [String] view
|
1877
|
+
# Controls the set of fields returned in the LIST response.
|
1878
|
+
# @param [String] fields
|
1879
|
+
# Selector specifying which fields to include in a partial response.
|
1880
|
+
# @param [String] quota_user
|
1881
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
1882
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
1883
|
+
# @param [Google::Apis::RequestOptions] options
|
1884
|
+
# Request-specific options
|
1885
|
+
#
|
1886
|
+
# @yield [result, err] Result & error if block supplied
|
1887
|
+
# @yieldparam result [Google::Apis::AppengineV1beta::ListAuthorizedCertificatesResponse] parsed result object
|
1888
|
+
# @yieldparam err [StandardError] error object if request failed
|
1889
|
+
#
|
1890
|
+
# @return [Google::Apis::AppengineV1beta::ListAuthorizedCertificatesResponse]
|
1891
|
+
#
|
1892
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1893
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1894
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1895
|
+
def list_project_location_application_authorized_certificates(projects_id, locations_id, applications_id, page_size: nil, page_token: nil, view: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1896
|
+
command = make_simple_command(:get, 'v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/authorizedCertificates', options)
|
1897
|
+
command.response_representation = Google::Apis::AppengineV1beta::ListAuthorizedCertificatesResponse::Representation
|
1898
|
+
command.response_class = Google::Apis::AppengineV1beta::ListAuthorizedCertificatesResponse
|
1899
|
+
command.params['projectsId'] = projects_id unless projects_id.nil?
|
1900
|
+
command.params['locationsId'] = locations_id unless locations_id.nil?
|
1901
|
+
command.params['applicationsId'] = applications_id unless applications_id.nil?
|
1902
|
+
command.query['pageSize'] = page_size unless page_size.nil?
|
1903
|
+
command.query['pageToken'] = page_token unless page_token.nil?
|
1904
|
+
command.query['view'] = view unless view.nil?
|
1905
|
+
command.query['fields'] = fields unless fields.nil?
|
1906
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1907
|
+
execute_or_queue_command(command, &block)
|
1908
|
+
end
|
1909
|
+
|
1910
|
+
# Updates the specified SSL certificate. To renew a certificate and maintain its
|
1911
|
+
# existing domain mappings, update certificate_data with a new certificate. The
|
1912
|
+
# new certificate must be applicable to the same domains as the original
|
1913
|
+
# certificate. The certificate display_name may also be updated.
|
1914
|
+
# @param [String] projects_id
|
1915
|
+
# Part of `name`. Required. Name of the resource to update. Example: apps/myapp/
|
1916
|
+
# authorizedCertificates/12345.
|
1917
|
+
# @param [String] locations_id
|
1918
|
+
# Part of `name`. See documentation of `projectsId`.
|
1919
|
+
# @param [String] applications_id
|
1920
|
+
# Part of `name`. See documentation of `projectsId`.
|
1921
|
+
# @param [String] authorized_certificates_id
|
1922
|
+
# Part of `name`. See documentation of `projectsId`.
|
1923
|
+
# @param [Google::Apis::AppengineV1beta::AuthorizedCertificate] authorized_certificate_object
|
1924
|
+
# @param [String] update_mask
|
1925
|
+
# Standard field mask for the set of fields to be updated. Updates are only
|
1926
|
+
# supported on the certificate_raw_data and display_name fields.
|
1927
|
+
# @param [String] fields
|
1928
|
+
# Selector specifying which fields to include in a partial response.
|
1929
|
+
# @param [String] quota_user
|
1930
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
1931
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
1932
|
+
# @param [Google::Apis::RequestOptions] options
|
1933
|
+
# Request-specific options
|
1934
|
+
#
|
1935
|
+
# @yield [result, err] Result & error if block supplied
|
1936
|
+
# @yieldparam result [Google::Apis::AppengineV1beta::AuthorizedCertificate] parsed result object
|
1937
|
+
# @yieldparam err [StandardError] error object if request failed
|
1938
|
+
#
|
1939
|
+
# @return [Google::Apis::AppengineV1beta::AuthorizedCertificate]
|
1940
|
+
#
|
1941
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1942
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1943
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1944
|
+
def patch_project_location_application_authorized_certificate(projects_id, locations_id, applications_id, authorized_certificates_id, authorized_certificate_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1945
|
+
command = make_simple_command(:patch, 'v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/authorizedCertificates/{authorizedCertificatesId}', options)
|
1946
|
+
command.request_representation = Google::Apis::AppengineV1beta::AuthorizedCertificate::Representation
|
1947
|
+
command.request_object = authorized_certificate_object
|
1948
|
+
command.response_representation = Google::Apis::AppengineV1beta::AuthorizedCertificate::Representation
|
1949
|
+
command.response_class = Google::Apis::AppengineV1beta::AuthorizedCertificate
|
1950
|
+
command.params['projectsId'] = projects_id unless projects_id.nil?
|
1951
|
+
command.params['locationsId'] = locations_id unless locations_id.nil?
|
1952
|
+
command.params['applicationsId'] = applications_id unless applications_id.nil?
|
1953
|
+
command.params['authorizedCertificatesId'] = authorized_certificates_id unless authorized_certificates_id.nil?
|
1954
|
+
command.query['updateMask'] = update_mask unless update_mask.nil?
|
1955
|
+
command.query['fields'] = fields unless fields.nil?
|
1956
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1957
|
+
execute_or_queue_command(command, &block)
|
1958
|
+
end
|
1959
|
+
|
1733
1960
|
# Lists all domains the user is authorized to administer.
|
1734
1961
|
# @param [String] projects_id
|
1735
|
-
# Part of `parent`. Name of the parent Application resource. Example:
|
1962
|
+
# Part of `parent`. Required. Name of the parent Application resource. Example:
|
1963
|
+
# apps/myapp.
|
1736
1964
|
# @param [String] locations_id
|
1737
1965
|
# Part of `parent`. See documentation of `projectsId`.
|
1738
1966
|
# @param [String] applications_id
|
@@ -1772,9 +2000,55 @@ module Google
|
|
1772
2000
|
execute_or_queue_command(command, &block)
|
1773
2001
|
end
|
1774
2002
|
|
2003
|
+
# Maps a domain to an application. A user must be authorized to administer a
|
2004
|
+
# domain in order to map it to an application. For a list of available
|
2005
|
+
# authorized domains, see AuthorizedDomains.ListAuthorizedDomains.
|
2006
|
+
# @param [String] projects_id
|
2007
|
+
# Part of `parent`. Required. Name of the parent Application resource. Example:
|
2008
|
+
# apps/myapp.
|
2009
|
+
# @param [String] locations_id
|
2010
|
+
# Part of `parent`. See documentation of `projectsId`.
|
2011
|
+
# @param [String] applications_id
|
2012
|
+
# Part of `parent`. See documentation of `projectsId`.
|
2013
|
+
# @param [Google::Apis::AppengineV1beta::DomainMapping] domain_mapping_object
|
2014
|
+
# @param [String] override_strategy
|
2015
|
+
# Whether the domain creation should override any existing mappings for this
|
2016
|
+
# domain. By default, overrides are rejected.
|
2017
|
+
# @param [String] fields
|
2018
|
+
# Selector specifying which fields to include in a partial response.
|
2019
|
+
# @param [String] quota_user
|
2020
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
2021
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
2022
|
+
# @param [Google::Apis::RequestOptions] options
|
2023
|
+
# Request-specific options
|
2024
|
+
#
|
2025
|
+
# @yield [result, err] Result & error if block supplied
|
2026
|
+
# @yieldparam result [Google::Apis::AppengineV1beta::Operation] parsed result object
|
2027
|
+
# @yieldparam err [StandardError] error object if request failed
|
2028
|
+
#
|
2029
|
+
# @return [Google::Apis::AppengineV1beta::Operation]
|
2030
|
+
#
|
2031
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
2032
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
2033
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
2034
|
+
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)
|
2035
|
+
command = make_simple_command(:post, 'v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings', options)
|
2036
|
+
command.request_representation = Google::Apis::AppengineV1beta::DomainMapping::Representation
|
2037
|
+
command.request_object = domain_mapping_object
|
2038
|
+
command.response_representation = Google::Apis::AppengineV1beta::Operation::Representation
|
2039
|
+
command.response_class = Google::Apis::AppengineV1beta::Operation
|
2040
|
+
command.params['projectsId'] = projects_id unless projects_id.nil?
|
2041
|
+
command.params['locationsId'] = locations_id unless locations_id.nil?
|
2042
|
+
command.params['applicationsId'] = applications_id unless applications_id.nil?
|
2043
|
+
command.query['overrideStrategy'] = override_strategy unless override_strategy.nil?
|
2044
|
+
command.query['fields'] = fields unless fields.nil?
|
2045
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
2046
|
+
execute_or_queue_command(command, &block)
|
2047
|
+
end
|
2048
|
+
|
1775
2049
|
# Gets the specified domain mapping.
|
1776
2050
|
# @param [String] projects_id
|
1777
|
-
# Part of `name`. Name of the resource requested. Example: apps/myapp/
|
2051
|
+
# Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
|
1778
2052
|
# domainMappings/example.com.
|
1779
2053
|
# @param [String] locations_id
|
1780
2054
|
# Part of `name`. See documentation of `projectsId`.
|
@@ -1814,8 +2088,8 @@ module Google
|
|
1814
2088
|
|
1815
2089
|
# Deletes the specified service and all enclosed versions.
|
1816
2090
|
# @param [String] projects_id
|
1817
|
-
# Part of `name`. Name of the resource requested. Example: apps/myapp/
|
1818
|
-
# default.
|
2091
|
+
# Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
|
2092
|
+
# services/default.
|
1819
2093
|
# @param [String] locations_id
|
1820
2094
|
# Part of `name`. See documentation of `projectsId`.
|
1821
2095
|
# @param [String] applications_id
|
@@ -1854,8 +2128,8 @@ module Google
|
|
1854
2128
|
|
1855
2129
|
# Updates the configuration of the specified service.
|
1856
2130
|
# @param [String] projects_id
|
1857
|
-
# Part of `name`. Name of the resource to update. Example: apps/myapp/
|
1858
|
-
# default.
|
2131
|
+
# Part of `name`. Required. Name of the resource to update. Example: apps/myapp/
|
2132
|
+
# services/default.
|
1859
2133
|
# @param [String] locations_id
|
1860
2134
|
# Part of `name`. See documentation of `projectsId`.
|
1861
2135
|
# @param [String] applications_id
|
@@ -1914,8 +2188,8 @@ module Google
|
|
1914
2188
|
|
1915
2189
|
# Deletes an existing Version resource.
|
1916
2190
|
# @param [String] projects_id
|
1917
|
-
# Part of `name`. Name of the resource requested. Example: apps/myapp/
|
1918
|
-
# default/versions/v1.
|
2191
|
+
# Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
|
2192
|
+
# services/default/versions/v1.
|
1919
2193
|
# @param [String] locations_id
|
1920
2194
|
# Part of `name`. See documentation of `projectsId`.
|
1921
2195
|
# @param [String] applications_id
|
@@ -1995,8 +2269,8 @@ module Google
|
|
1995
2269
|
# instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/
|
1996
2270
|
# v1beta/apps.services.versions#manualscaling)
|
1997
2271
|
# @param [String] projects_id
|
1998
|
-
# Part of `name`. Name of the resource to update. Example: apps/myapp/
|
1999
|
-
# default/versions/1.
|
2272
|
+
# Part of `name`. Required. Name of the resource to update. Example: apps/myapp/
|
2273
|
+
# services/default/versions/1.
|
2000
2274
|
# @param [String] locations_id
|
2001
2275
|
# Part of `name`. See documentation of `projectsId`.
|
2002
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.
|
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.
|
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:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for App Engine Admin API V1beta
|
79
79
|
test_files: []
|