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", |