Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(975)

Unified Diff: discovery/googleapis/servicecontrol__v1.json

Issue 2281923002: Api-roll 41: 2016-08-26 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « discovery/googleapis/plus__v1.json ('k') | discovery/googleapis/servicemanagement__v1.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « discovery/googleapis/plus__v1.json ('k') | discovery/googleapis/servicemanagement__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698