Upadte vendored dependencies

This commit is contained in:
Alexander Neumann
2017-10-22 10:07:36 +02:00
parent 315b7f282f
commit 8d37b723ca
380 changed files with 136541 additions and 78532 deletions

View File

@@ -1,4 +1,6 @@
{
"basePath": "",
"ownerDomain": "google.com",
"name": "kgsearch",
"batchPath": "batch",
"id": "kgsearch:v1",
@@ -12,33 +14,18 @@
"entities": {
"methods": {
"search": {
"description": "Searches Knowledge Graph for entities that match the constraints.\nA list of matched entities will be returned in response, which will be in\nJSON-LD format and compatible with http://schema.org",
"response": {
"$ref": "SearchResponse"
},
"parameterOrder": [],
"httpMethod": "GET",
"parameters": {
"limit": {
"format": "int32",
"description": "Limits the number of entities to be returned.",
"type": "integer",
"location": "query"
},
"prefix": {
"location": "query",
"description": "Enables prefix match against names and aliases of entities",
"type": "boolean"
},
"query": {
"location": "query",
"description": "The literal query string for search.",
"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.",
"type": "string",
"repeated": true,
"location": "query"
"location": "query",
"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.",
"type": "string"
},
"indent": {
"location": "query",
@@ -46,78 +33,56 @@
"type": "boolean"
},
"languages": {
"description": "The list of language codes (defined in ISO 693) to run the query with,\ne.g. 'en'.",
"type": "string",
"repeated": true,
"location": "query"
"location": "query",
"description": "The list of language codes (defined in ISO 693) to run the query with,\ne.g. 'en'.",
"type": "string"
},
"ids": {
"repeated": true,
"location": "query",
"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",
"type": "string"
},
"limit": {
"format": "int32",
"description": "Limits the number of entities to be returned.",
"type": "integer",
"location": "query"
},
"prefix": {
"description": "Enables prefix match against names and aliases of entities",
"type": "boolean",
"location": "query"
},
"query": {
"location": "query",
"description": "The literal query string for search.",
"type": "string"
}
},
"flatPath": "v1/entities:search",
"id": "kgsearch.entities.search",
"path": "v1/entities:search",
"description": "Searches Knowledge Graph for entities that match the constraints.\nA list of matched entities will be returned in response, which will be in\nJSON-LD format and compatible with http://schema.org"
"path": "v1/entities:search"
}
}
}
},
"parameters": {
"alt": {
"location": "query",
"description": "Data format for response.",
"default": "json",
"enum": [
"json",
"media",
"proto"
],
"type": "string",
"enumDescriptions": [
"Responses with Content-Type of application/json",
"Media download with context-dependent Content-Type",
"Responses with Content-Type of application/x-protobuf"
]
},
"access_token": {
"description": "OAuth access token.",
"oauth_token": {
"description": "OAuth 2.0 token for the current user.",
"type": "string",
"location": "query"
},
"key": {
"location": "query",
"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.",
"type": "string"
},
"quotaUser": {
"location": "query",
"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.",
"type": "string"
},
"pp": {
"location": "query",
"description": "Pretty-print response.",
"default": "true",
"type": "boolean"
},
"oauth_token": {
"location": "query",
"description": "OAuth 2.0 token for the current user.",
"type": "string"
},
"bearer_token": {
"location": "query",
"description": "OAuth bearer token.",
"type": "string"
},
"upload_protocol": {
"description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
"type": "string",
"location": "query",
"description": "Upload protocol for media (e.g. \"raw\", \"multipart\")."
"location": "query"
},
"prettyPrint": {
"location": "query",
@@ -125,22 +90,23 @@
"default": "true",
"type": "boolean"
},
"fields": {
"location": "query",
"description": "Selector specifying which fields to include in a partial response.",
"type": "string"
},
"uploadType": {
"location": "query",
"description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
"type": "string"
},
"fields": {
"type": "string",
"location": "query",
"description": "Selector specifying which fields to include in a partial response."
},
"callback": {
"location": "query",
"description": "JSONP",
"type": "string",
"location": "query"
"type": "string"
},
"$.xgafv": {
"description": "V1 error format.",
"type": "string",
"enumDescriptions": [
"v1 error format",
@@ -150,8 +116,44 @@
"enum": [
"1",
"2"
]
},
"alt": {
"enumDescriptions": [
"Responses with Content-Type of application/json",
"Media download with context-dependent Content-Type",
"Responses with Content-Type of application/x-protobuf"
],
"description": "V1 error format."
"location": "query",
"description": "Data format for response.",
"default": "json",
"enum": [
"json",
"media",
"proto"
],
"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.",
"type": "string",
"location": "query"
},
"access_token": {
"description": "OAuth access token.",
"type": "string",
"location": "query"
},
"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.",
"type": "string",
"location": "query"
},
"pp": {
"description": "Pretty-print response.",
"default": "true",
"type": "boolean",
"location": "query"
}
},
"schemas": {
@@ -188,7 +190,5 @@
"kind": "discovery#restDescription",
"description": "Searches the Google Knowledge Graph for entities.",
"servicePath": "",
"rootUrl": "https://kgsearch.googleapis.com/",
"basePath": "",
"ownerDomain": "google.com"
"rootUrl": "https://kgsearch.googleapis.com/"
}