Skip to content

Commit 6c85d3c

Browse files
feat(servicecontrol): update the api
#### servicecontrol:v1 The following keys were deleted: - schemas.CheckResponse.properties.esfMigrationServerOverride.$ref (Total Keys: 1) - schemas.EsfMigrationServerOverride (Total Keys: 3) #### servicecontrol:v2 The following keys were deleted: - schemas.CheckResponse.properties.esfMigrationServerOverride.$ref (Total Keys: 1) - schemas.EsfMigrationServerOverride (Total Keys: 3)
1 parent ba5bd72 commit 6c85d3c

File tree

4 files changed

+2
-58
lines changed

4 files changed

+2
-58
lines changed

docs/dyn/servicecontrol_v1.services.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -481,9 +481,6 @@ <h3>Method Details</h3>
481481
&quot;A String&quot;,
482482
],
483483
},
484-
&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.
485-
&quot;overrideMode&quot;: &quot;A String&quot;, # Esf migration override mode
486-
},
487484
&quot;operationId&quot;: &quot;A String&quot;, # The same operation_id value used in the CheckRequest. Used for logging and diagnostics purposes.
488485
&quot;quotaInfo&quot;: { # Contains the quota information for a quota check response. # Quota information for the check request associated with this response.
489486
&quot;limitExceeded&quot;: [ # Quota Metrics that have exceeded quota limits. For QuotaGroup-based quota, this is QuotaGroup.name For QuotaLimit-based quota, this is QuotaLimit.name See: google.api.Quota Deprecated: Use quota_metrics to get per quota group limit exceeded status.

docs/dyn/servicecontrol_v2.services.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,6 @@ <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-
},
217214
&quot;headers&quot;: { # Returns a set of request contexts generated from the `CheckRequest`.
218215
&quot;a_key&quot;: &quot;A String&quot;,
219216
},

googleapiclient/discovery_cache/documents/servicecontrol.v1.json

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
}
198198
}
199199
},
200-
"revision": "20230127",
200+
"revision": "20230215",
201201
"rootUrl": "https://servicecontrol.googleapis.com/",
202202
"schemas": {
203203
"AllocateInfo": {
@@ -646,10 +646,6 @@
646646
"$ref": "CheckInfo",
647647
"description": "Feedback data returned from the server during processing a Check request."
648648
},
649-
"esfMigrationServerOverride": {
650-
"$ref": "EsfMigrationServerOverride",
651-
"description": "Esf migration server override during check v2 migration. This is temporary and Chemist internal only."
652-
},
653649
"operationId": {
654650
"description": "The same operation_id value used in the CheckRequest. Used for logging and diagnostics purposes.",
655651
"type": "string"
@@ -763,27 +759,6 @@
763759
},
764760
"type": "object"
765761
},
766-
"EsfMigrationServerOverride": {
767-
"description": "Esf migration server override during chemist check v2 migration",
768-
"id": "EsfMigrationServerOverride",
769-
"properties": {
770-
"overrideMode": {
771-
"description": "Esf migration override mode",
772-
"enum": [
773-
"ESF_MIGRATION_OVERRIDE_MODE_UNSPECIFIED",
774-
"DRY_RUN",
775-
"NO_OVERRIDE"
776-
],
777-
"enumDescriptions": [
778-
"Default, ESF should use the mode that is determined by the configuration.",
779-
"ESF should send 95% v1 request and 5% dry run request.",
780-
"Same as ESF_MIGRATION_OVERRIDE_MODE_UNSPECIFIED, remove the override mode. This is used for safe unpush."
781-
],
782-
"type": "string"
783-
}
784-
},
785-
"type": "object"
786-
},
787762
"Exemplar": {
788763
"description": "Exemplars are example points that may be used to annotate aggregated distribution values. They are metadata that gives information about a particular value added to a Distribution bucket, such as a trace ID that was active when a value was added. They may contain further information, such as a example values and timestamps, origin, etc.",
789764
"id": "Exemplar",

googleapiclient/discovery_cache/documents/servicecontrol.v2.json

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
}
170170
}
171171
},
172-
"revision": "20230127",
172+
"revision": "20230215",
173173
"rootUrl": "https://servicecontrol.googleapis.com/",
174174
"schemas": {
175175
"Api": {
@@ -460,10 +460,6 @@
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-
},
467463
"headers": {
468464
"additionalProperties": {
469465
"type": "string"
@@ -478,27 +474,6 @@
478474
},
479475
"type": "object"
480476
},
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-
},
502477
"FirstPartyPrincipal": {
503478
"description": "First party identity principal.",
504479
"id": "FirstPartyPrincipal",

0 commit comments

Comments
 (0)