Skip to content

Commit

Permalink
feat(servicecontrol): update the api
Browse files Browse the repository at this point in the history
#### 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)
  • Loading branch information
yoshi-automation committed Feb 21, 2023
1 parent ba5bd72 commit 6c85d3c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 58 deletions.
3 changes: 0 additions & 3 deletions docs/dyn/servicecontrol_v1.services.html
Original file line number Diff line number Diff line change
Expand Up @@ -481,9 +481,6 @@ <h3>Method Details</h3>
&quot;A String&quot;,
],
},
&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.
&quot;overrideMode&quot;: &quot;A String&quot;, # Esf migration override mode
},
&quot;operationId&quot;: &quot;A String&quot;, # The same operation_id value used in the CheckRequest. Used for logging and diagnostics purposes.
&quot;quotaInfo&quot;: { # Contains the quota information for a quota check response. # Quota information for the check request associated with this response.
&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.
Expand Down
3 changes: 0 additions & 3 deletions docs/dyn/servicecontrol_v2.services.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,6 @@ <h3>Method Details</h3>
An object of the form:

{ # Response message for the Check method.
&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.
&quot;overrideMode&quot;: &quot;A String&quot;, # Esf migration override mode
},
&quot;headers&quot;: { # Returns a set of request contexts generated from the `CheckRequest`.
&quot;a_key&quot;: &quot;A String&quot;,
},
Expand Down
27 changes: 1 addition & 26 deletions googleapiclient/discovery_cache/documents/servicecontrol.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
}
}
},
"revision": "20230127",
"revision": "20230215",
"rootUrl": "https://servicecontrol.googleapis.com/",
"schemas": {
"AllocateInfo": {
Expand Down Expand Up @@ -646,10 +646,6 @@
"$ref": "CheckInfo",
"description": "Feedback data returned from the server during processing a Check request."
},
"esfMigrationServerOverride": {
"$ref": "EsfMigrationServerOverride",
"description": "Esf migration server override during check v2 migration. This is temporary and Chemist internal only."
},
"operationId": {
"description": "The same operation_id value used in the CheckRequest. Used for logging and diagnostics purposes.",
"type": "string"
Expand Down Expand Up @@ -763,27 +759,6 @@
},
"type": "object"
},
"EsfMigrationServerOverride": {
"description": "Esf migration server override during chemist check v2 migration",
"id": "EsfMigrationServerOverride",
"properties": {
"overrideMode": {
"description": "Esf migration override mode",
"enum": [
"ESF_MIGRATION_OVERRIDE_MODE_UNSPECIFIED",
"DRY_RUN",
"NO_OVERRIDE"
],
"enumDescriptions": [
"Default, ESF should use the mode that is determined by the configuration.",
"ESF should send 95% v1 request and 5% dry run request.",
"Same as ESF_MIGRATION_OVERRIDE_MODE_UNSPECIFIED, remove the override mode. This is used for safe unpush."
],
"type": "string"
}
},
"type": "object"
},
"Exemplar": {
"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.",
"id": "Exemplar",
Expand Down
27 changes: 1 addition & 26 deletions googleapiclient/discovery_cache/documents/servicecontrol.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
}
}
},
"revision": "20230127",
"revision": "20230215",
"rootUrl": "https://servicecontrol.googleapis.com/",
"schemas": {
"Api": {
Expand Down Expand Up @@ -460,10 +460,6 @@
"description": "Response message for the Check method.",
"id": "CheckResponse",
"properties": {
"esfMigrationServerOverride": {
"$ref": "EsfMigrationServerOverride",
"description": "Esf migration server override during check v2 migration. This is temporary and Chemist internal only."
},
"headers": {
"additionalProperties": {
"type": "string"
Expand All @@ -478,27 +474,6 @@
},
"type": "object"
},
"EsfMigrationServerOverride": {
"description": "Esf migration server override during chemist check v2 migration",
"id": "EsfMigrationServerOverride",
"properties": {
"overrideMode": {
"description": "Esf migration override mode",
"enum": [
"ESF_MIGRATION_OVERRIDE_MODE_UNSPECIFIED",
"DRY_RUN",
"NO_OVERRIDE"
],
"enumDescriptions": [
"Default, ESF should use the mode that is determined by the configuration.",
"ESF should send 95% v1 request and 5% dry run request.",
"Same as ESF_MIGRATION_OVERRIDE_MODE_UNSPECIFIED, remove the override mode. This is used for safe unpush."
],
"type": "string"
}
},
"type": "object"
},
"FirstPartyPrincipal": {
"description": "First party identity principal.",
"id": "FirstPartyPrincipal",
Expand Down

0 comments on commit 6c85d3c

Please sign in to comment.