Skip to content

Commit 6288383

Browse files
feat(servicecontrol): update the api
#### servicecontrol:v2 The following keys were added: - schemas.CheckResponse.properties.esfMigrationServerOverride.$ref (Total Keys: 1) - schemas.EsfMigrationServerOverride (Total Keys: 3)
1 parent 850f8bb commit 6288383

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

docs/dyn/servicecontrol_v2.services.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,9 @@ <h3>Method Details</h3>
211211
An object of the form:
212212

213213
{ # Response message for the Check method.
214+
&quot;esfMigrationServerOverride&quot;: { # Esf migration server override during chemist check v2 migration # Esf migration server override during check v2 migration. This is temporary and Chemist internal only.
215+
&quot;overrideMode&quot;: &quot;A String&quot;, # Esf migration override mode
216+
},
214217
&quot;headers&quot;: { # Returns a set of request contexts generated from the `CheckRequest`.
215218
&quot;a_key&quot;: &quot;A String&quot;,
216219
},

googleapiclient/discovery_cache/documents/servicecontrol.v2.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
}
170170
}
171171
},
172-
"revision": "20230124",
172+
"revision": "20230127",
173173
"rootUrl": "https://servicecontrol.googleapis.com/",
174174
"schemas": {
175175
"Api": {
@@ -460,6 +460,10 @@
460460
"description": "Response message for the Check method.",
461461
"id": "CheckResponse",
462462
"properties": {
463+
"esfMigrationServerOverride": {
464+
"$ref": "EsfMigrationServerOverride",
465+
"description": "Esf migration server override during check v2 migration. This is temporary and Chemist internal only."
466+
},
463467
"headers": {
464468
"additionalProperties": {
465469
"type": "string"
@@ -474,6 +478,27 @@
474478
},
475479
"type": "object"
476480
},
481+
"EsfMigrationServerOverride": {
482+
"description": "Esf migration server override during chemist check v2 migration",
483+
"id": "EsfMigrationServerOverride",
484+
"properties": {
485+
"overrideMode": {
486+
"description": "Esf migration override mode",
487+
"enum": [
488+
"ESF_MIGRATION_OVERRIDE_MODE_UNSPECIFIED",
489+
"DRY_RUN",
490+
"NO_OVERRIDE"
491+
],
492+
"enumDescriptions": [
493+
"Default, ESF should use the mode that is determined by the configuration.",
494+
"ESF should send 95% v1 request and 5% dry run request.",
495+
"Same as ESF_MIGRATION_OVERRIDE_MODE_UNSPECIFIED, remove the override mode. This is used for safe unpush."
496+
],
497+
"type": "string"
498+
}
499+
},
500+
"type": "object"
501+
},
477502
"FirstPartyPrincipal": {
478503
"description": "First party identity principal.",
479504
"id": "FirstPartyPrincipal",

0 commit comments

Comments
 (0)