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

Unified Diff: discovery/googleapis/kgsearch__v1.json

Issue 3006323002: Api-Roll 54: 2017-09-11 (Closed)
Patch Set: use 2.0.0-dev.infinity sdk constraint in pubspecs Created 3 years, 3 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/identitytoolkit__v3.json ('k') | discovery/googleapis/language__v1.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: discovery/googleapis/kgsearch__v1.json
diff --git a/discovery/googleapis/kgsearch__v1.json b/discovery/googleapis/kgsearch__v1.json
index ff4ce647d3fc0807b0e940cbfab782e95b58e787..5a8fbbb3c20572fc1a2a0d4ba2e241c97c954d79 100644
--- a/discovery/googleapis/kgsearch__v1.json
+++ b/discovery/googleapis/kgsearch__v1.json
@@ -15,11 +15,6 @@
"ownerDomain": "google.com",
"ownerName": "Google",
"parameters": {
- "upload_protocol": {
- "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
- "location": "query",
- "type": "string"
- },
"prettyPrint": {
"default": "true",
"description": "Returns response with indentations and line breaks.",
@@ -70,13 +65,13 @@
"location": "query",
"type": "string"
},
- "access_token": {
- "description": "OAuth access token.",
+ "key": {
+ "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
"location": "query",
"type": "string"
},
- "key": {
- "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
+ "access_token": {
+ "description": "OAuth access token.",
"location": "query",
"type": "string"
},
@@ -100,6 +95,11 @@
"description": "OAuth bearer token.",
"location": "query",
"type": "string"
+ },
+ "upload_protocol": {
+ "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
+ "location": "query",
+ "type": "string"
}
},
"protocol": "rest",
@@ -112,12 +112,6 @@
"id": "kgsearch.entities.search",
"parameterOrder": [],
"parameters": {
- "limit": {
- "description": "Limits the number of entities to be returned.",
- "format": "int32",
- "location": "query",
- "type": "integer"
- },
"prefix": {
"description": "Enables prefix match against names and aliases of entities",
"location": "query",
@@ -150,6 +144,12 @@
"location": "query",
"repeated": true,
"type": "string"
+ },
+ "limit": {
+ "description": "Limits the number of entities to be returned.",
+ "format": "int32",
+ "location": "query",
+ "type": "integer"
}
},
"path": "v1/entities:search",
« no previous file with comments | « discovery/googleapis/identitytoolkit__v3.json ('k') | discovery/googleapis/language__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698