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

Unified Diff: discovery/googleapis/servicecontrol__v1.json

Issue 2649893002: Api-roll 44: 2017-01-23 (Closed)
Patch Set: Created 3 years, 11 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/runtimeconfig__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 58f1669577a0699eb656f8cf3c73499f690cb69c..aaf9a3453dd6e8107ac7348e74e32410791929f2 100644
--- a/discovery/googleapis/servicecontrol__v1.json
+++ b/discovery/googleapis/servicecontrol__v1.json
@@ -120,7 +120,7 @@
"services": {
"methods": {
"check": {
- "description": "Checks an operation with Google Service Control to decide whether\nthe given operation should proceed. It should be called before the\noperation is executed.\n\nIf feasible, the client should cache the check results and reuse them for\n60 seconds. In case of server errors, the client can rely on the cached\nresults for longer time.\n\nNOTE: the `CheckRequest` has the size limit of 1MB.\n\nThis method requires the `servicemanagement.services.check` permission\non the specified service. For more information, see\n[Google Cloud IAM](https://cloud.google.com/iam).",
+ "description": "Checks an operation with Google Service Control to decide whether\nthe given operation should proceed. It should be called before the\noperation is executed.\n\nIf feasible, the client should cache the check results and reuse them for\n60 seconds. In case of server errors, the client can rely on the cached\nresults for longer time.\n\nNOTE: the `CheckRequest` has the size limit of 64KB.\n\nThis method requires the `servicemanagement.services.check` permission\non the specified service. For more information, see\n[Google Cloud IAM](https://cloud.google.com/iam).",
"httpMethod": "POST",
"id": "servicecontrol.services.check",
"parameterOrder": [
@@ -176,7 +176,7 @@
}
}
},
- "revision": "20161205",
+ "revision": "20170117",
"rootUrl": "https://servicecontrol.googleapis.com/",
"schemas": {
"CheckError": {
@@ -197,6 +197,7 @@
"IP_ADDRESS_BLOCKED",
"REFERER_BLOCKED",
"CLIENT_APP_BLOCKED",
+ "API_TARGET_BLOCKED",
"API_KEY_INVALID",
"API_KEY_EXPIRED",
"API_KEY_NOT_FOUND",
@@ -216,6 +217,7 @@
"The IP address of the consumer is invalid for the specific consumer\nproject.",
"The referer address of the consumer request is invalid for the specific\nconsumer project.",
"The client application of the consumer request is invalid for the\nspecific consumer project.",
+ "The API targeted by this request is invalid for the specified consumer\nproject.",
"The consumer's API key is invalid.",
"The consumer's API Key has expired.",
"The consumer's API Key was not found in config record.",
« no previous file with comments | « discovery/googleapis/runtimeconfig__v1.json ('k') | discovery/googleapis/servicemanagement__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698