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

Unified Diff: discovery/googleapis/kgsearch__v1.json

Issue 2824163002: Api-roll 48: 2017-04-18 (Closed)
Patch Set: Revert changes to pubspecs Created 3 years, 8 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 9231b9130b782613b2fab3601d028ded4a0dcad4..ca8cb6b0686b59472d623fa319a5a9a804c21ccb 100644
--- a/discovery/googleapis/kgsearch__v1.json
+++ b/discovery/googleapis/kgsearch__v1.json
@@ -15,27 +15,16 @@
"ownerDomain": "google.com",
"ownerName": "Google",
"parameters": {
- "upload_protocol": {
- "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
+ "uploadType": {
+ "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
"location": "query",
"type": "string"
},
- "prettyPrint": {
- "default": "true",
- "description": "Returns response with indentations and line breaks.",
- "location": "query",
- "type": "boolean"
- },
"fields": {
"description": "Selector specifying which fields to include in a partial response.",
"location": "query",
"type": "string"
},
- "uploadType": {
- "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
- "location": "query",
- "type": "string"
- },
"$.xgafv": {
"description": "V1 error format.",
"enum": [
@@ -70,13 +59,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 +89,17 @@
"description": "OAuth bearer token.",
"location": "query",
"type": "string"
+ },
+ "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.",
+ "location": "query",
+ "type": "boolean"
}
},
"protocol": "rest",
@@ -112,6 +112,17 @@
"id": "kgsearch.entities.search",
"parameterOrder": [],
"parameters": {
+ "indent": {
+ "description": "Enables indenting of json results.",
+ "location": "query",
+ "type": "boolean"
+ },
+ "languages": {
+ "description": "The list of language codes (defined in ISO 693) to run the query with,\ne.g. 'en'.",
+ "location": "query",
+ "repeated": true,
+ "type": "string"
+ },
"ids": {
"description": "The list of entity id to be used for search instead of query string.\nTo specify multiple ids in the HTTP request, repeat the parameter in the\nURL as in ...?ids=A&ids=B",
"location": "query",
@@ -139,17 +150,6 @@
"location": "query",
"repeated": true,
"type": "string"
- },
- "indent": {
- "description": "Enables indenting of json results.",
- "location": "query",
- "type": "boolean"
- },
- "languages": {
- "description": "The list of language codes (defined in ISO 693) to run the query with,\ne.g. 'en'.",
- "location": "query",
- "repeated": true,
- "type": "string"
}
},
"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