Index: discovery/googleapis/kgsearch__v1.json |
diff --git a/discovery/googleapis/kgsearch__v1.json b/discovery/googleapis/kgsearch__v1.json |
index 70e8382c8c0f1de797aa1567cdc5bdebeeeeddbe..8c87a12145a872724642ded2366b5ca6f93e849e 100644 |
--- a/discovery/googleapis/kgsearch__v1.json |
+++ b/discovery/googleapis/kgsearch__v1.json |
@@ -15,30 +15,45 @@ |
"ownerDomain": "google.com", |
"ownerName": "Google", |
"parameters": { |
+ "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" |
+ }, |
"access_token": { |
"description": "OAuth access token.", |
"location": "query", |
"type": "string" |
}, |
- "prettyPrint": { |
+ "quotaUser": { |
+ "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.", |
+ "location": "query", |
+ "type": "string" |
+ }, |
+ "pp": { |
"default": "true", |
- "description": "Returns response with indentations and line breaks.", |
+ "description": "Pretty-print response.", |
"location": "query", |
"type": "boolean" |
}, |
- "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.", |
+ "oauth_token": { |
+ "description": "OAuth 2.0 token for the current user.", |
"location": "query", |
"type": "string" |
}, |
- "quotaUser": { |
- "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.", |
+ "bearer_token": { |
+ "description": "OAuth bearer token.", |
"location": "query", |
"type": "string" |
}, |
- "pp": { |
+ "upload_protocol": { |
+ "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").", |
+ "location": "query", |
+ "type": "string" |
+ }, |
+ "prettyPrint": { |
"default": "true", |
- "description": "Pretty-print response.", |
+ "description": "Returns response with indentations and line breaks.", |
"location": "query", |
"type": "boolean" |
}, |
@@ -47,19 +62,8 @@ |
"location": "query", |
"type": "string" |
}, |
- "alt": { |
- "default": "json", |
- "description": "Data format for response.", |
- "enum": [ |
- "json", |
- "media", |
- "proto" |
- ], |
- "enumDescriptions": [ |
- "Responses with Content-Type of application/json", |
- "Media download with context-dependent Content-Type", |
- "Responses with Content-Type of application/x-protobuf" |
- ], |
+ "uploadType": { |
+ "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").", |
"location": "query", |
"type": "string" |
}, |
@@ -81,23 +85,19 @@ |
"location": "query", |
"type": "string" |
}, |
- "oauth_token": { |
- "description": "OAuth 2.0 token for the current user.", |
- "location": "query", |
- "type": "string" |
- }, |
- "uploadType": { |
- "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").", |
- "location": "query", |
- "type": "string" |
- }, |
- "bearer_token": { |
- "description": "OAuth bearer token.", |
- "location": "query", |
- "type": "string" |
- }, |
- "upload_protocol": { |
- "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").", |
+ "alt": { |
+ "default": "json", |
+ "description": "Data format for response.", |
+ "enum": [ |
+ "json", |
+ "media", |
+ "proto" |
+ ], |
+ "enumDescriptions": [ |
+ "Responses with Content-Type of application/json", |
+ "Media download with context-dependent Content-Type", |
+ "Responses with Content-Type of application/x-protobuf" |
+ ], |
"location": "query", |
"type": "string" |
} |
@@ -112,18 +112,18 @@ |
"id": "kgsearch.entities.search", |
"parameterOrder": [], |
"parameters": { |
- "limit": { |
- "description": "Limits the number of entities to be returned.", |
- "format": "int32", |
- "location": "query", |
- "type": "integer" |
- }, |
"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", |
"repeated": true, |
"type": "string" |
}, |
+ "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", |
@@ -134,17 +134,17 @@ |
"location": "query", |
"type": "string" |
}, |
- "indent": { |
- "description": "Enables indenting of json results.", |
- "location": "query", |
- "type": "boolean" |
- }, |
"types": { |
"description": "Restricts returned entities with these types, e.g. Person\n(as defined in http://schema.org/Person). If multiple types are specified,\nreturned entities will contain one or more of these types.", |
"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", |
@@ -167,14 +167,14 @@ |
"description": "Response message includes the context and a list of matching results\nwhich contain the detail of associated entities.", |
"id": "SearchResponse", |
"properties": { |
- "@context": { |
- "description": "The local context applicable for the response. See more details at\nhttp://www.w3.org/TR/json-ld/#context-definitions.", |
- "type": "any" |
- }, |
"@type": { |
"description": "The schema type of top-level JSON-LD object, e.g. ItemList.", |
"type": "any" |
}, |
+ "@context": { |
+ "description": "The local context applicable for the response. See more details at\nhttp://www.w3.org/TR/json-ld/#context-definitions.", |
+ "type": "any" |
+ }, |
"itemListElement": { |
"description": "The item list of search results.", |
"items": { |