| Index: discovery/googleapis/kgsearch__v1.json
|
| diff --git a/discovery/googleapis/kgsearch__v1.json b/discovery/googleapis/kgsearch__v1.json
|
| index d991437aeb3c3a859311044cf2282b335dd94bfc..e9765fe95e145c3e39c01b405a478f9f72e5ab81 100644
|
| --- a/discovery/googleapis/kgsearch__v1.json
|
| +++ b/discovery/googleapis/kgsearch__v1.json
|
| @@ -15,37 +15,6 @@
|
| "ownerDomain": "google.com",
|
| "ownerName": "Google",
|
| "parameters": {
|
| - "access_token": {
|
| - "description": "OAuth access 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.",
|
| - "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.",
|
| - "location": "query",
|
| - "type": "string"
|
| - },
|
| - "pp": {
|
| - "default": "true",
|
| - "description": "Pretty-print response.",
|
| - "location": "query",
|
| - "type": "boolean"
|
| - },
|
| - "oauth_token": {
|
| - "description": "OAuth 2.0 token for the current user.",
|
| - "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\").",
|
| "location": "query",
|
| @@ -100,6 +69,37 @@
|
| ],
|
| "location": "query",
|
| "type": "string"
|
| + },
|
| + "access_token": {
|
| + "description": "OAuth access 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.",
|
| + "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.",
|
| + "location": "query",
|
| + "type": "string"
|
| + },
|
| + "pp": {
|
| + "default": "true",
|
| + "description": "Pretty-print response.",
|
| + "location": "query",
|
| + "type": "boolean"
|
| + },
|
| + "bearer_token": {
|
| + "description": "OAuth bearer token.",
|
| + "location": "query",
|
| + "type": "string"
|
| + },
|
| + "oauth_token": {
|
| + "description": "OAuth 2.0 token for the current user.",
|
| + "location": "query",
|
| + "type": "string"
|
| }
|
| },
|
| "protocol": "rest",
|
| @@ -112,23 +112,6 @@
|
| "id": "kgsearch.entities.search",
|
| "parameterOrder": [],
|
| "parameters": {
|
| - "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",
|
| - "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",
|
| @@ -150,6 +133,23 @@
|
| "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",
|
| + "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",
|
| @@ -167,20 +167,20 @@
|
| "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"
|
| - },
|
| "itemListElement": {
|
| "description": "The item list of search results.",
|
| "items": {
|
| "type": "any"
|
| },
|
| "type": "array"
|
| + },
|
| + "@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"
|
| }
|
| },
|
| "type": "object"
|
|
|