Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Side by Side Diff: discovery/googleapis/kgsearch__v1.json

Issue 2824163002: Api-roll 48: 2017-04-18 (Closed)
Patch Set: Revert changes to pubspecs Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « discovery/googleapis/identitytoolkit__v3.json ('k') | discovery/googleapis/language__v1.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "basePath": "", 2 "basePath": "",
3 "baseUrl": "https://kgsearch.googleapis.com/", 3 "baseUrl": "https://kgsearch.googleapis.com/",
4 "batchPath": "batch", 4 "batchPath": "batch",
5 "description": "Searches the Google Knowledge Graph for entities.", 5 "description": "Searches the Google Knowledge Graph for entities.",
6 "discoveryVersion": "v1", 6 "discoveryVersion": "v1",
7 "documentationLink": "https://developers.google.com/knowledge-graph/", 7 "documentationLink": "https://developers.google.com/knowledge-graph/",
8 "icons": { 8 "icons": {
9 "x16": "http://www.google.com/images/icons/product/search-16.gif", 9 "x16": "http://www.google.com/images/icons/product/search-16.gif",
10 "x32": "http://www.google.com/images/icons/product/search-32.gif" 10 "x32": "http://www.google.com/images/icons/product/search-32.gif"
11 }, 11 },
12 "id": "kgsearch:v1", 12 "id": "kgsearch:v1",
13 "kind": "discovery#restDescription", 13 "kind": "discovery#restDescription",
14 "name": "kgsearch", 14 "name": "kgsearch",
15 "ownerDomain": "google.com", 15 "ownerDomain": "google.com",
16 "ownerName": "Google", 16 "ownerName": "Google",
17 "parameters": { 17 "parameters": {
18 "upload_protocol": { 18 "uploadType": {
19 "description": "Upload protocol for media (e.g. \"raw\", \"multipart \").", 19 "description": "Legacy upload protocol for media (e.g. \"media\", \" multipart\").",
20 "location": "query", 20 "location": "query",
21 "type": "string" 21 "type": "string"
22 }, 22 },
23 "prettyPrint": {
24 "default": "true",
25 "description": "Returns response with indentations and line breaks." ,
26 "location": "query",
27 "type": "boolean"
28 },
29 "fields": { 23 "fields": {
30 "description": "Selector specifying which fields to include in a par tial response.", 24 "description": "Selector specifying which fields to include in a par tial response.",
31 "location": "query", 25 "location": "query",
32 "type": "string" 26 "type": "string"
33 }, 27 },
34 "uploadType": {
35 "description": "Legacy upload protocol for media (e.g. \"media\", \" multipart\").",
36 "location": "query",
37 "type": "string"
38 },
39 "$.xgafv": { 28 "$.xgafv": {
40 "description": "V1 error format.", 29 "description": "V1 error format.",
41 "enum": [ 30 "enum": [
42 "1", 31 "1",
43 "2" 32 "2"
44 ], 33 ],
45 "enumDescriptions": [ 34 "enumDescriptions": [
46 "v1 error format", 35 "v1 error format",
47 "v2 error format" 36 "v2 error format"
48 ], 37 ],
(...skipping 14 matching lines...) Expand all
63 "proto" 52 "proto"
64 ], 53 ],
65 "enumDescriptions": [ 54 "enumDescriptions": [
66 "Responses with Content-Type of application/json", 55 "Responses with Content-Type of application/json",
67 "Media download with context-dependent Content-Type", 56 "Media download with context-dependent Content-Type",
68 "Responses with Content-Type of application/x-protobuf" 57 "Responses with Content-Type of application/x-protobuf"
69 ], 58 ],
70 "location": "query", 59 "location": "query",
71 "type": "string" 60 "type": "string"
72 }, 61 },
62 "key": {
63 "description": "API key. Your API key identifies your project and pr ovides you with API access, quota, and reports. Required unless you provide an O Auth 2.0 token.",
64 "location": "query",
65 "type": "string"
66 },
73 "access_token": { 67 "access_token": {
74 "description": "OAuth access token.", 68 "description": "OAuth access token.",
75 "location": "query", 69 "location": "query",
76 "type": "string" 70 "type": "string"
77 }, 71 },
78 "key": {
79 "description": "API key. Your API key identifies your project and pr ovides you with API access, quota, and reports. Required unless you provide an O Auth 2.0 token.",
80 "location": "query",
81 "type": "string"
82 },
83 "quotaUser": { 72 "quotaUser": {
84 "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exc eed 40 characters.", 73 "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exc eed 40 characters.",
85 "location": "query", 74 "location": "query",
86 "type": "string" 75 "type": "string"
87 }, 76 },
88 "pp": { 77 "pp": {
89 "default": "true", 78 "default": "true",
90 "description": "Pretty-print response.", 79 "description": "Pretty-print response.",
91 "location": "query", 80 "location": "query",
92 "type": "boolean" 81 "type": "boolean"
93 }, 82 },
94 "oauth_token": { 83 "oauth_token": {
95 "description": "OAuth 2.0 token for the current user.", 84 "description": "OAuth 2.0 token for the current user.",
96 "location": "query", 85 "location": "query",
97 "type": "string" 86 "type": "string"
98 }, 87 },
99 "bearer_token": { 88 "bearer_token": {
100 "description": "OAuth bearer token.", 89 "description": "OAuth bearer token.",
101 "location": "query", 90 "location": "query",
102 "type": "string" 91 "type": "string"
92 },
93 "upload_protocol": {
94 "description": "Upload protocol for media (e.g. \"raw\", \"multipart \").",
95 "location": "query",
96 "type": "string"
97 },
98 "prettyPrint": {
99 "default": "true",
100 "description": "Returns response with indentations and line breaks." ,
101 "location": "query",
102 "type": "boolean"
103 } 103 }
104 }, 104 },
105 "protocol": "rest", 105 "protocol": "rest",
106 "resources": { 106 "resources": {
107 "entities": { 107 "entities": {
108 "methods": { 108 "methods": {
109 "search": { 109 "search": {
110 "description": "Searches Knowledge Graph for entities that m atch 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", 110 "description": "Searches Knowledge Graph for entities that m atch 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",
111 "httpMethod": "GET", 111 "httpMethod": "GET",
112 "id": "kgsearch.entities.search", 112 "id": "kgsearch.entities.search",
113 "parameterOrder": [], 113 "parameterOrder": [],
114 "parameters": { 114 "parameters": {
115 "indent": {
116 "description": "Enables indenting of json results.",
117 "location": "query",
118 "type": "boolean"
119 },
120 "languages": {
121 "description": "The list of language codes (defined in ISO 693) to run the query with,\ne.g. 'en'.",
122 "location": "query",
123 "repeated": true,
124 "type": "string"
125 },
115 "ids": { 126 "ids": {
116 "description": "The list of entity id to be used for search instead of query string.\nTo specify multiple ids in the HTTP request, r epeat the parameter in the\nURL as in ...?ids=A&ids=B", 127 "description": "The list of entity id to be used for search instead of query string.\nTo specify multiple ids in the HTTP request, r epeat the parameter in the\nURL as in ...?ids=A&ids=B",
117 "location": "query", 128 "location": "query",
118 "repeated": true, 129 "repeated": true,
119 "type": "string" 130 "type": "string"
120 }, 131 },
121 "limit": { 132 "limit": {
122 "description": "Limits the number of entities to be returned.", 133 "description": "Limits the number of entities to be returned.",
123 "format": "int32", 134 "format": "int32",
124 "location": "query", 135 "location": "query",
125 "type": "integer" 136 "type": "integer"
126 }, 137 },
127 "prefix": { 138 "prefix": {
128 "description": "Enables prefix match against names a nd aliases of entities", 139 "description": "Enables prefix match against names a nd aliases of entities",
129 "location": "query", 140 "location": "query",
130 "type": "boolean" 141 "type": "boolean"
131 }, 142 },
132 "query": { 143 "query": {
133 "description": "The literal query string for search. ", 144 "description": "The literal query string for search. ",
134 "location": "query", 145 "location": "query",
135 "type": "string" 146 "type": "string"
136 }, 147 },
137 "types": { 148 "types": {
138 "description": "Restricts returned entities with the se types, e.g. Person\n(as defined in http://schema.org/Person). If multiple typ es are specified,\nreturned entities will contain one or more of these types.", 149 "description": "Restricts returned entities with the se types, e.g. Person\n(as defined in http://schema.org/Person). If multiple typ es are specified,\nreturned entities will contain one or more of these types.",
139 "location": "query", 150 "location": "query",
140 "repeated": true, 151 "repeated": true,
141 "type": "string" 152 "type": "string"
142 },
143 "indent": {
144 "description": "Enables indenting of json results.",
145 "location": "query",
146 "type": "boolean"
147 },
148 "languages": {
149 "description": "The list of language codes (defined in ISO 693) to run the query with,\ne.g. 'en'.",
150 "location": "query",
151 "repeated": true,
152 "type": "string"
153 } 153 }
154 }, 154 },
155 "path": "v1/entities:search", 155 "path": "v1/entities:search",
156 "response": { 156 "response": {
157 "$ref": "SearchResponse" 157 "$ref": "SearchResponse"
158 } 158 }
159 } 159 }
160 } 160 }
161 } 161 }
162 }, 162 },
(...skipping 20 matching lines...) Expand all
183 "type": "any" 183 "type": "any"
184 } 184 }
185 }, 185 },
186 "type": "object" 186 "type": "object"
187 } 187 }
188 }, 188 },
189 "servicePath": "", 189 "servicePath": "",
190 "title": "Knowledge Graph Search API", 190 "title": "Knowledge Graph Search API",
191 "version": "v1" 191 "version": "v1"
192 } 192 }
OLDNEW
« no previous file with comments | « discovery/googleapis/identitytoolkit__v3.json ('k') | discovery/googleapis/language__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698