Index: discovery/googleapis/kgsearch__v1.json |
diff --git a/discovery/googleapis/kgsearch__v1.json b/discovery/googleapis/kgsearch__v1.json |
index 383646c989aa69cbee30b8a7b021fcc156f1b133..d991437aeb3c3a859311044cf2282b335dd94bfc 100644 |
--- a/discovery/googleapis/kgsearch__v1.json |
+++ b/discovery/googleapis/kgsearch__v1.json |
@@ -15,13 +15,13 @@ |
"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.", |
+ "access_token": { |
+ "description": "OAuth access token.", |
"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" |
}, |
@@ -36,13 +36,13 @@ |
"location": "query", |
"type": "boolean" |
}, |
- "bearer_token": { |
- "description": "OAuth bearer token.", |
+ "oauth_token": { |
+ "description": "OAuth 2.0 token for the current user.", |
"location": "query", |
"type": "string" |
}, |
- "oauth_token": { |
- "description": "OAuth 2.0 token for the current user.", |
+ "bearer_token": { |
+ "description": "OAuth bearer token.", |
"location": "query", |
"type": "string" |
}, |
@@ -57,18 +57,13 @@ |
"location": "query", |
"type": "boolean" |
}, |
- "uploadType": { |
- "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").", |
- "location": "query", |
- "type": "string" |
- }, |
"fields": { |
"description": "Selector specifying which fields to include in a partial response.", |
"location": "query", |
"type": "string" |
}, |
- "callback": { |
- "description": "JSONP", |
+ "uploadType": { |
+ "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").", |
"location": "query", |
"type": "string" |
}, |
@@ -85,6 +80,11 @@ |
"location": "query", |
"type": "string" |
}, |
+ "callback": { |
+ "description": "JSONP", |
+ "location": "query", |
+ "type": "string" |
+ }, |
"alt": { |
"default": "json", |
"description": "Data format for response.", |
@@ -112,16 +112,6 @@ |
"id": "kgsearch.entities.search", |
"parameterOrder": [], |
"parameters": { |
- "prefix": { |
- "description": "Enables prefix match against names and aliases of entities", |
- "location": "query", |
- "type": "boolean" |
- }, |
- "query": { |
- "description": "The literal query string for search.", |
- "location": "query", |
- "type": "string" |
- }, |
"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", |
@@ -150,6 +140,16 @@ |
"format": "int32", |
"location": "query", |
"type": "integer" |
+ }, |
+ "prefix": { |
+ "description": "Enables prefix match against names and aliases of entities", |
+ "location": "query", |
+ "type": "boolean" |
+ }, |
+ "query": { |
+ "description": "The literal query string for search.", |
+ "location": "query", |
+ "type": "string" |
} |
}, |
"path": "v1/entities:search", |
@@ -167,6 +167,10 @@ |
"description": "Response message includes the context and a list of matching results\nwhich contain the detail of associated entities.", |
"id": "SearchResponse", |
"properties": { |
+ "@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" |
@@ -177,10 +181,6 @@ |
"type": "any" |
}, |
"type": "array" |
- }, |
- "@type": { |
- "description": "The schema type of top-level JSON-LD object, e.g. ItemList.", |
- "type": "any" |
} |
}, |
"type": "object" |