Skip to content

Commit 125f74a

Browse files
feat(appengine): update the api
#### appengine:v1 The following keys were added: - fullyEncodeReservedExpansion (Total Keys: 1) #### appengine:v1alpha The following keys were added: - fullyEncodeReservedExpansion (Total Keys: 1) #### appengine:v1beta The following keys were added: - fullyEncodeReservedExpansion (Total Keys: 1)
1 parent c65dc42 commit 125f74a

10 files changed

+20
-17
lines changed

docs/dyn/appengine_v1.apps.domainMappings.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ <h3>Method Details</h3>
310310
},
311311
}
312312

313-
updateMask: string, Standard field mask for the set of fields to be updated.
313+
updateMask: string, Required. Standard field mask for the set of fields to be updated.
314314
x__xgafv: string, V1 error format.
315315
Allowed values
316316
1 - v1 error format

docs/dyn/appengine_v1.apps.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ <h3>Method Details</h3>
284284
&quot;servingStatus&quot;: &quot;A String&quot;, # Serving status of this application.
285285
}
286286

287-
updateMask: string, Standard field mask for the set of fields to be updated.
287+
updateMask: string, Required. Standard field mask for the set of fields to be updated.
288288
x__xgafv: string, V1 error format.
289289
Allowed values
290290
1 - v1 error format

docs/dyn/appengine_v1.apps.services.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ <h3>Method Details</h3>
244244
}
245245

246246
migrateTraffic: boolean, Set to true to gradually shift traffic to one or more versions that you specify. By default, traffic is shifted immediately. For gradual traffic migration, the target versions must be located within instances that are configured for both warmup requests (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#InboundServiceType) and automatic scaling (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#AutomaticScaling). You must specify the shardBy (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services#ShardBy) field in the Service resource. Gradual traffic migration is not supported in the App Engine flexible environment. For examples, see Migrating and Splitting Traffic (https://cloud.google.com/appengine/docs/admin-api/migrating-splitting-traffic).
247-
updateMask: string, Standard field mask for the set of fields to be updated.
247+
updateMask: string, Required. Standard field mask for the set of fields to be updated.
248248
x__xgafv: string, V1 error format.
249249
Allowed values
250250
1 - v1 error format

docs/dyn/appengine_v1alpha.apps.domainMappings.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ <h3>Method Details</h3>
308308
}
309309

310310
noManagedCertificate: boolean, Whether a managed certificate should be provided by App Engine. If true, a certificate ID must be manually set in the DomainMapping resource to configure SSL for this domain. If false, a managed certificate will be provisioned and a certificate ID will be automatically populated. Only applicable if ssl_settings.certificate_id is specified in the update mask.
311-
updateMask: string, Standard field mask for the set of fields to be updated.
311+
updateMask: string, Required. Standard field mask for the set of fields to be updated.
312312
x__xgafv: string, V1 error format.
313313
Allowed values
314314
1 - v1 error format

docs/dyn/appengine_v1beta.apps.domainMappings.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ <h3>Method Details</h3>
310310
},
311311
}
312312

313-
updateMask: string, Standard field mask for the set of fields to be updated.
313+
updateMask: string, Required. Standard field mask for the set of fields to be updated.
314314
x__xgafv: string, V1 error format.
315315
Allowed values
316316
1 - v1 error format

docs/dyn/appengine_v1beta.apps.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ <h3>Method Details</h3>
284284
&quot;servingStatus&quot;: &quot;A String&quot;, # Serving status of this application.
285285
}
286286

287-
updateMask: string, Standard field mask for the set of fields to be updated.
287+
updateMask: string, Required. Standard field mask for the set of fields to be updated.
288288
x__xgafv: string, V1 error format.
289289
Allowed values
290290
1 - v1 error format

docs/dyn/appengine_v1beta.apps.services.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ <h3>Method Details</h3>
244244
}
245245

246246
migrateTraffic: boolean, Set to true to gradually shift traffic to one or more versions that you specify. By default, traffic is shifted immediately. For gradual traffic migration, the target versions must be located within instances that are configured for both warmup requests (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#InboundServiceType) and automatic scaling (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#AutomaticScaling). You must specify the shardBy (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services#ShardBy) field in the Service resource. Gradual traffic migration is not supported in the App Engine flexible environment. For examples, see Migrating and Splitting Traffic (https://cloud.google.com/appengine/docs/admin-api/migrating-splitting-traffic).
247-
updateMask: string, Standard field mask for the set of fields to be updated.
247+
updateMask: string, Required. Standard field mask for the set of fields to be updated.
248248
x__xgafv: string, V1 error format.
249249
Allowed values
250250
1 - v1 error format

googleapiclient/discovery_cache/documents/appengine.v1.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"description": "Provisions and manages developers' App Engine applications.",
2121
"discoveryVersion": "v1",
2222
"documentationLink": "https://cloud.google.com/appengine/docs/admin-api/",
23+
"fullyEncodeReservedExpansion": true,
2324
"icons": {
2425
"x16": "http://www.google.com/images/icons/product/search-16.gif",
2526
"x32": "http://www.google.com/images/icons/product/search-32.gif"
@@ -171,7 +172,7 @@
171172
"type": "string"
172173
},
173174
"updateMask": {
174-
"description": "Standard field mask for the set of fields to be updated.",
175+
"description": "Required. Standard field mask for the set of fields to be updated.",
175176
"format": "google-fieldmask",
176177
"location": "query",
177178
"type": "string"
@@ -624,7 +625,7 @@
624625
"type": "string"
625626
},
626627
"updateMask": {
627-
"description": "Standard field mask for the set of fields to be updated.",
628+
"description": "Required. Standard field mask for the set of fields to be updated.",
628629
"format": "google-fieldmask",
629630
"location": "query",
630631
"type": "string"
@@ -1140,7 +1141,7 @@
11401141
"type": "string"
11411142
},
11421143
"updateMask": {
1143-
"description": "Standard field mask for the set of fields to be updated.",
1144+
"description": "Required. Standard field mask for the set of fields to be updated.",
11441145
"format": "google-fieldmask",
11451146
"location": "query",
11461147
"type": "string"
@@ -1594,7 +1595,7 @@
15941595
}
15951596
}
15961597
},
1597-
"revision": "20210608",
1598+
"revision": "20210618",
15981599
"rootUrl": "https://appengine.googleapis.com/",
15991600
"schemas": {
16001601
"ApiConfigHandler": {

googleapiclient/discovery_cache/documents/appengine.v1alpha.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"description": "Provisions and manages developers' App Engine applications.",
2121
"discoveryVersion": "v1",
2222
"documentationLink": "https://cloud.google.com/appengine/docs/admin-api/",
23+
"fullyEncodeReservedExpansion": true,
2324
"icons": {
2425
"x16": "http://www.google.com/images/icons/product/search-16.gif",
2526
"x32": "http://www.google.com/images/icons/product/search-32.gif"
@@ -528,7 +529,7 @@
528529
"type": "boolean"
529530
},
530531
"updateMask": {
531-
"description": "Standard field mask for the set of fields to be updated.",
532+
"description": "Required. Standard field mask for the set of fields to be updated.",
532533
"format": "google-fieldmask",
533534
"location": "query",
534535
"type": "string"
@@ -708,7 +709,7 @@
708709
}
709710
}
710711
},
711-
"revision": "20210608",
712+
"revision": "20210618",
712713
"rootUrl": "https://appengine.googleapis.com/",
713714
"schemas": {
714715
"AuthorizedCertificate": {

googleapiclient/discovery_cache/documents/appengine.v1beta.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"description": "Provisions and manages developers' App Engine applications.",
2121
"discoveryVersion": "v1",
2222
"documentationLink": "https://cloud.google.com/appengine/docs/admin-api/",
23+
"fullyEncodeReservedExpansion": true,
2324
"icons": {
2425
"x16": "http://www.google.com/images/icons/product/search-16.gif",
2526
"x32": "http://www.google.com/images/icons/product/search-32.gif"
@@ -171,7 +172,7 @@
171172
"type": "string"
172173
},
173174
"updateMask": {
174-
"description": "Standard field mask for the set of fields to be updated.",
175+
"description": "Required. Standard field mask for the set of fields to be updated.",
175176
"format": "google-fieldmask",
176177
"location": "query",
177178
"type": "string"
@@ -624,7 +625,7 @@
624625
"type": "string"
625626
},
626627
"updateMask": {
627-
"description": "Standard field mask for the set of fields to be updated.",
628+
"description": "Required. Standard field mask for the set of fields to be updated.",
628629
"format": "google-fieldmask",
629630
"location": "query",
630631
"type": "string"
@@ -1140,7 +1141,7 @@
11401141
"type": "string"
11411142
},
11421143
"updateMask": {
1143-
"description": "Standard field mask for the set of fields to be updated.",
1144+
"description": "Required. Standard field mask for the set of fields to be updated.",
11441145
"format": "google-fieldmask",
11451146
"location": "query",
11461147
"type": "string"
@@ -1594,7 +1595,7 @@
15941595
}
15951596
}
15961597
},
1597-
"revision": "20210608",
1598+
"revision": "20210618",
15981599
"rootUrl": "https://appengine.googleapis.com/",
15991600
"schemas": {
16001601
"ApiConfigHandler": {

0 commit comments

Comments
 (0)