| Index: discovery/googleapis/servicecontrol__v1.json
|
| diff --git a/discovery/googleapis/servicecontrol__v1.json b/discovery/googleapis/servicecontrol__v1.json
|
| index a2b8e75bac98df5c9653ab0d2f23c3bd3d4520a9..384b630a5f0f2fff846b13a87fff9537803026f6 100644
|
| --- a/discovery/googleapis/servicecontrol__v1.json
|
| +++ b/discovery/googleapis/servicecontrol__v1.json
|
| @@ -15,7 +15,7 @@
|
| "baseUrl": "https://servicecontrol.googleapis.com/",
|
| "batchPath": "batch",
|
| "canonicalName": "Service Control",
|
| - "description": "The Service Control API",
|
| + "description": "Google Service Control provides control plane functionality to managed services, such as logging, monitoring, and status checks.",
|
| "discoveryVersion": "v1",
|
| "documentationLink": "https://cloud.google.com/service-control/",
|
| "icons": {
|
| @@ -176,7 +176,7 @@
|
| }
|
| }
|
| },
|
| - "revision": "20160801",
|
| + "revision": "20160815",
|
| "rootUrl": "https://servicecontrol.googleapis.com/",
|
| "schemas": {
|
| "CheckError": {
|
| @@ -321,14 +321,14 @@
|
| "type": "object"
|
| },
|
| "importance": {
|
| - "description": "The importance of the data contained in the operation.",
|
| + "description": "DO NOT USE. This is an experimental field.",
|
| "enum": [
|
| "LOW",
|
| "HIGH"
|
| ],
|
| "enumDescriptions": [
|
| - "The operation doesn't contain significant monetary value or audit\ntrail. The API implementation may cache and aggregate the data.\nThere is no deduplication based on `operation_id`. The data\nmay be lost when rare and unexpected system failures occur.",
|
| - "The operation contains significant monetary value or audit trail.\nThe API implementation doesn't cache and aggregate the data.\nDeduplication based on `operation_id` is performed for monetary\nvalues. If the method returns successfully, it's guaranteed that\nthe data are persisted in durable storage."
|
| + "The API implementation may cache and aggregate the data.\nThe data may be lost when rare and unexpected system failures occur.",
|
| + "The API implementation doesn't cache and aggregate the data.\nIf the method returns successfully, it's guaranteed that the data has\nbeen persisted in durable storage."
|
| ],
|
| "type": "string"
|
| },
|
| @@ -510,6 +510,10 @@
|
| "operationId": {
|
| "description": "The same operation_id value used in the CheckRequest.\nUsed for logging and diagnostics purposes.",
|
| "type": "string"
|
| + },
|
| + "serviceConfigId": {
|
| + "description": "The actual config id used to process the request.",
|
| + "type": "string"
|
| }
|
| },
|
| "type": "object"
|
| @@ -524,6 +528,10 @@
|
| "$ref": "ReportError"
|
| },
|
| "type": "array"
|
| + },
|
| + "serviceConfigId": {
|
| + "description": "The actual config id used to process the request.",
|
| + "type": "string"
|
| }
|
| },
|
| "type": "object"
|
|
|