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

Side by Side Diff: discovery/googleapis/manufacturers__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/logging__v2.json ('k') | discovery/googleapis/mirror__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 "auth": { 2 "auth": {
3 "oauth2": { 3 "oauth2": {
4 "scopes": { 4 "scopes": {
5 "https://www.googleapis.com/auth/manufacturercenter": { 5 "https://www.googleapis.com/auth/manufacturercenter": {
6 "description": "Manage your product listings for Google Manu facturer Center" 6 "description": "Manage your product listings for Google Manu facturer Center"
7 } 7 }
8 } 8 }
9 } 9 }
10 }, 10 },
11 "basePath": "", 11 "basePath": "",
12 "baseUrl": "https://manufacturers.googleapis.com/", 12 "baseUrl": "https://manufacturers.googleapis.com/",
13 "batchPath": "batch", 13 "batchPath": "batch",
14 "canonicalName": "Manufacturer Center", 14 "canonicalName": "Manufacturer Center",
15 "description": "Public API for managing Manufacturer Center related data.", 15 "description": "Public API for managing Manufacturer Center related data.",
16 "discoveryVersion": "v1", 16 "discoveryVersion": "v1",
17 "documentationLink": "https://developers.google.com/manufacturers/", 17 "documentationLink": "https://developers.google.com/manufacturers/",
18 "icons": { 18 "icons": {
19 "x16": "http://www.google.com/images/icons/product/search-16.gif", 19 "x16": "http://www.google.com/images/icons/product/search-16.gif",
20 "x32": "http://www.google.com/images/icons/product/search-32.gif" 20 "x32": "http://www.google.com/images/icons/product/search-32.gif"
21 }, 21 },
22 "id": "manufacturers:v1", 22 "id": "manufacturers:v1",
23 "kind": "discovery#restDescription", 23 "kind": "discovery#restDescription",
24 "name": "manufacturers", 24 "name": "manufacturers",
25 "ownerDomain": "google.com", 25 "ownerDomain": "google.com",
26 "ownerName": "Google", 26 "ownerName": "Google",
27 "parameters": { 27 "parameters": {
28 "bearer_token": {
29 "description": "OAuth bearer token.",
30 "location": "query",
31 "type": "string"
32 },
28 "oauth_token": { 33 "oauth_token": {
29 "description": "OAuth 2.0 token for the current user.", 34 "description": "OAuth 2.0 token for the current user.",
30 "location": "query", 35 "location": "query",
31 "type": "string" 36 "type": "string"
32 }, 37 },
33 "bearer_token": {
34 "description": "OAuth bearer token.",
35 "location": "query",
36 "type": "string"
37 },
38 "upload_protocol": { 38 "upload_protocol": {
39 "description": "Upload protocol for media (e.g. \"raw\", \"multipart \").", 39 "description": "Upload protocol for media (e.g. \"raw\", \"multipart \").",
40 "location": "query", 40 "location": "query",
41 "type": "string" 41 "type": "string"
42 }, 42 },
43 "prettyPrint": { 43 "prettyPrint": {
44 "default": "true", 44 "default": "true",
45 "description": "Returns response with indentations and line breaks." , 45 "description": "Returns response with indentations and line breaks." ,
46 "location": "query", 46 "location": "query",
47 "type": "boolean" 47 "type": "boolean"
48 }, 48 },
49 "uploadType": {
50 "description": "Legacy upload protocol for media (e.g. \"media\", \" multipart\").",
51 "location": "query",
52 "type": "string"
53 },
49 "fields": { 54 "fields": {
50 "description": "Selector specifying which fields to include in a par tial response.", 55 "description": "Selector specifying which fields to include in a par tial response.",
51 "location": "query", 56 "location": "query",
52 "type": "string" 57 "type": "string"
53 }, 58 },
54 "uploadType": { 59 "callback": {
55 "description": "Legacy upload protocol for media (e.g. \"media\", \" multipart\").", 60 "description": "JSONP",
56 "location": "query", 61 "location": "query",
57 "type": "string" 62 "type": "string"
58 }, 63 },
59 "$.xgafv": { 64 "$.xgafv": {
60 "description": "V1 error format.", 65 "description": "V1 error format.",
61 "enum": [ 66 "enum": [
62 "1", 67 "1",
63 "2" 68 "2"
64 ], 69 ],
65 "enumDescriptions": [ 70 "enumDescriptions": [
66 "v1 error format", 71 "v1 error format",
67 "v2 error format" 72 "v2 error format"
68 ], 73 ],
69 "location": "query", 74 "location": "query",
70 "type": "string" 75 "type": "string"
71 }, 76 },
72 "callback": {
73 "description": "JSONP",
74 "location": "query",
75 "type": "string"
76 },
77 "alt": { 77 "alt": {
78 "default": "json", 78 "default": "json",
79 "description": "Data format for response.", 79 "description": "Data format for response.",
80 "enum": [ 80 "enum": [
81 "json", 81 "json",
82 "media", 82 "media",
83 "proto" 83 "proto"
84 ], 84 ],
85 "enumDescriptions": [ 85 "enumDescriptions": [
86 "Responses with Content-Type of application/json", 86 "Responses with Content-Type of application/json",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 "products": { 119 "products": {
120 "methods": { 120 "methods": {
121 "list": { 121 "list": {
122 "description": "Lists all the products in a Manufact urer Center account.", 122 "description": "Lists all the products in a Manufact urer Center account.",
123 "httpMethod": "GET", 123 "httpMethod": "GET",
124 "id": "manufacturers.accounts.products.list", 124 "id": "manufacturers.accounts.products.list",
125 "parameterOrder": [ 125 "parameterOrder": [
126 "parent" 126 "parent"
127 ], 127 ],
128 "parameters": { 128 "parameters": {
129 "pageSize": {
130 "description": "Maximum number of product st atuses to return in the response, used for\npaging.",
131 "format": "int32",
132 "location": "query",
133 "type": "integer"
134 },
129 "parent": { 135 "parent": {
130 "description": "Parent ID in the format `acc ounts/{account_id}`.\n\n`account_id` - The ID of the Manufacturer Center account .", 136 "description": "Parent ID in the format `acc ounts/{account_id}`.\n\n`account_id` - The ID of the Manufacturer Center account .",
131 "location": "path", 137 "location": "path",
132 "pattern": "^accounts/[^/]+$", 138 "pattern": "^accounts/[^/]+$",
133 "required": true, 139 "required": true,
134 "type": "string" 140 "type": "string"
135 }, 141 },
136 "pageToken": { 142 "pageToken": {
137 "description": "The token returned by the pr evious request.", 143 "description": "The token returned by the pr evious request.",
138 "location": "query", 144 "location": "query",
139 "type": "string" 145 "type": "string"
140 },
141 "pageSize": {
142 "description": "Maximum number of product st atuses to return in the response, used for\npaging.",
143 "format": "int32",
144 "location": "query",
145 "type": "integer"
146 } 146 }
147 }, 147 },
148 "path": "v1/{+parent}/products", 148 "path": "v1/{+parent}/products",
149 "response": { 149 "response": {
150 "$ref": "ListProductsResponse" 150 "$ref": "ListProductsResponse"
151 }, 151 },
152 "scopes": [ 152 "scopes": [
153 "https://www.googleapis.com/auth/manufacturercen ter" 153 "https://www.googleapis.com/auth/manufacturercen ter"
154 ] 154 ]
155 }, 155 },
(...skipping 27 matching lines...) Expand all
183 }, 183 },
184 "scopes": [ 184 "scopes": [
185 "https://www.googleapis.com/auth/manufacturercen ter" 185 "https://www.googleapis.com/auth/manufacturercen ter"
186 ] 186 ]
187 } 187 }
188 } 188 }
189 } 189 }
190 } 190 }
191 } 191 }
192 }, 192 },
193 "revision": "20170322", 193 "revision": "20170412",
194 "rootUrl": "https://manufacturers.googleapis.com/", 194 "rootUrl": "https://manufacturers.googleapis.com/",
195 "schemas": { 195 "schemas": {
196 "ListProductsResponse": {
197 "id": "ListProductsResponse",
198 "properties": {
199 "products": {
200 "description": "List of the products.",
201 "items": {
202 "$ref": "Product"
203 },
204 "type": "array"
205 },
206 "nextPageToken": {
207 "description": "The token for the retrieval of the next page of product statuses.",
208 "type": "string"
209 }
210 },
211 "type": "object"
212 },
213 "ProductDetail": {
214 "description": "A product detail of the product. For more informatio n, see\nhttps://support.google.com/manufacturers/answer/6124116#productdetail.",
215 "id": "ProductDetail",
216 "properties": {
217 "attributeValue": {
218 "description": "The value of the attribute.",
219 "type": "string"
220 },
221 "sectionName": {
222 "description": "A short section name that can be reused betw een multiple product details.",
223 "type": "string"
224 },
225 "attributeName": {
226 "description": "The name of the attribute.",
227 "type": "string"
228 }
229 },
230 "type": "object"
231 },
232 "Issue": {
233 "description": "Product issue.",
234 "id": "Issue",
235 "properties": {
236 "description": {
237 "description": "Description of the issue.",
238 "type": "string"
239 },
240 "type": {
241 "description": "The server-generated type of the issue, for example,\n“INCORRECT_TEXT_FORMATTING”, “IMAGE_NOT_SERVEABLE”, etc.",
242 "type": "string"
243 },
244 "attribute": {
245 "description": "If present, the attribute that triggered the issue. For more information\nabout attributes, see\nhttps://support.google.com/ manufacturers/answer/6124116.",
246 "type": "string"
247 },
248 "timestamp": {
249 "description": "The timestamp when this issue appeared.",
250 "format": "google-datetime",
251 "type": "string"
252 },
253 "severity": {
254 "description": "The severity of the issue.",
255 "enum": [
256 "SEVERITY_UNSPECIFIED",
257 "ERROR",
258 "WARNING",
259 "INFO"
260 ],
261 "enumDescriptions": [
262 "Unspecified severity, never used.",
263 "Error severity. The issue prevents the usage of the who le item.",
264 "Warning severity. The issue is either one that prevents the usage of the\nattribute that triggered it or one that will soon prevent the usage of\nthe whole item.",
265 "Info severity. The issue is one that doesn't require im mediate attention.\nIt is, for example, used to communicate which attributes are still\npending review."
266 ],
267 "type": "string"
268 }
269 },
270 "type": "object"
271 },
272 "FeatureDescription": {
273 "description": "A feature description of the product. For more infor mation, see\nhttps://support.google.com/manufacturers/answer/6124116#featuredesc .",
274 "id": "FeatureDescription",
275 "properties": {
276 "text": {
277 "description": "A detailed description of the feature.",
278 "type": "string"
279 },
280 "image": {
281 "$ref": "Image",
282 "description": "An optional image describing the feature."
283 },
284 "headline": {
285 "description": "A short description of the feature.",
286 "type": "string"
287 }
288 },
289 "type": "object"
290 },
291 "Price": { 196 "Price": {
292 "description": "A price.", 197 "description": "A price.",
293 "id": "Price", 198 "id": "Price",
294 "properties": { 199 "properties": {
200 "amount": {
201 "description": "The numeric value of the price.",
202 "type": "string"
203 },
295 "currency": { 204 "currency": {
296 "description": "The currency in which the price is denoted." , 205 "description": "The currency in which the price is denoted." ,
297 "type": "string" 206 "type": "string"
298 },
299 "amount": {
300 "description": "The numeric value of the price.",
301 "type": "string"
302 } 207 }
303 }, 208 },
304 "type": "object" 209 "type": "object"
305 }, 210 },
306 "Image": { 211 "Image": {
307 "description": "An image.", 212 "description": "An image.",
308 "id": "Image", 213 "id": "Image",
309 "properties": { 214 "properties": {
215 "type": {
216 "description": "The type of the image, i.e., crawled or uplo aded.\n@OutputOnly",
217 "enum": [
218 "TYPE_UNSPECIFIED",
219 "CRAWLED",
220 "UPLOADED"
221 ],
222 "enumDescriptions": [
223 "Type is unspecified. Should not be used.",
224 "The image was crawled from a provided URL.",
225 "The image was uploaded."
226 ],
227 "type": "string"
228 },
229 "imageUrl": {
230 "description": "The URL of the image. For crawled images, th is is the provided URL. For\nuploaded images, this is a serving URL from Google if the image has been\nprocessed successfully.",
231 "type": "string"
232 },
310 "status": { 233 "status": {
311 "description": "The status of the image.\n@OutputOnly", 234 "description": "The status of the image.\n@OutputOnly",
312 "enum": [ 235 "enum": [
313 "STATUS_UNSPECIFIED", 236 "STATUS_UNSPECIFIED",
314 "PENDING_PROCESSING", 237 "PENDING_PROCESSING",
315 "PENDING_CRAWL", 238 "PENDING_CRAWL",
316 "OK", 239 "OK",
317 "ROBOTED", 240 "ROBOTED",
318 "XROBOTED", 241 "XROBOTED",
319 "CRAWL_ERROR", 242 "CRAWL_ERROR",
320 "PROCESSING_ERROR", 243 "PROCESSING_ERROR",
321 "DECODING_ERROR", 244 "DECODING_ERROR",
322 "TOO_BIG", 245 "TOO_BIG",
323 "CRAWL_SKIPPED" 246 "CRAWL_SKIPPED"
324 ], 247 ],
325 "enumDescriptions": [ 248 "enumDescriptions": [
326 "Status is unspecified. Should not be used.", 249 "Status is unspecified. Should not be used.",
327 "Image was uploaded and is being processed.", 250 "Image was uploaded and is being processed.",
328 "The image crawl is still pending.", 251 "The image crawl is still pending.",
329 "The image was processed and it meets the requirements." , 252 "The image was processed and it meets the requirements." ,
330 "The image URL is protected by robots.txt file and canno t be crawled.", 253 "The image URL is protected by robots.txt file and canno t be crawled.",
331 "The image URL is protected by X-Robots-Tag and cannot b e crawled.", 254 "The image URL is protected by X-Robots-Tag and cannot b e crawled.",
332 "There was an error while crawling the image.", 255 "There was an error while crawling the image.",
333 "The image cannot be processed.", 256 "The image cannot be processed.",
334 "The image cannot be decoded.", 257 "The image cannot be decoded.",
335 "The image is too big.", 258 "The image is too big.",
336 "The image was manually overridden and will not be crawl ed." 259 "The image was manually overridden and will not be crawl ed."
337 ], 260 ],
338 "type": "string" 261 "type": "string"
339 },
340 "type": {
341 "description": "The type of the image, i.e., crawled or uplo aded.\n@OutputOnly",
342 "enum": [
343 "TYPE_UNSPECIFIED",
344 "CRAWLED",
345 "UPLOADED"
346 ],
347 "enumDescriptions": [
348 "Type is unspecified. Should not be used.",
349 "The image was crawled from a provided URL.",
350 "The image was uploaded."
351 ],
352 "type": "string"
353 },
354 "imageUrl": {
355 "description": "The URL of the image. For crawled images, th is is the provided URL. For\nuploaded images, this is a serving URL from Google if the image has been\nprocessed successfully.",
356 "type": "string"
357 } 262 }
358 }, 263 },
359 "type": "object" 264 "type": "object"
360 }, 265 },
361 "Attributes": { 266 "Attributes": {
362 "description": "Attributes of the product. For more information, see \nhttps://support.google.com/manufacturers/answer/6124116.", 267 "description": "Attributes of the product. For more information, see \nhttps://support.google.com/manufacturers/answer/6124116.",
363 "id": "Attributes", 268 "id": "Attributes",
364 "properties": { 269 "properties": {
365 "productName": {
366 "description": "The canonical name of the product. For more information, see\nhttps://support.google.com/manufacturers/answer/6124116#produc tname.",
367 "type": "string"
368 },
369 "sizeType": {
370 "description": "The size type of the product. For more infor mation, see\nhttps://support.google.com/manufacturers/answer/6124116#sizetype.",
371 "type": "string"
372 },
373 "suggestedRetailPrice": { 270 "suggestedRetailPrice": {
374 "$ref": "Price", 271 "$ref": "Price",
375 "description": "The suggested retail price (MSRP) of the pro duct. For more information,\nsee https://support.google.com/manufacturers/answer /6124116#price." 272 "description": "The suggested retail price (MSRP) of the pro duct. For more information,\nsee https://support.google.com/manufacturers/answer /6124116#price."
376 }, 273 },
377 "featureDescription": { 274 "featureDescription": {
378 "description": "The rich format description of the product. For more information, see\nhttps://support.google.com/manufacturers/answer/61241 16#featuredesc.", 275 "description": "The rich format description of the product. For more information, see\nhttps://support.google.com/manufacturers/answer/61241 16#featuredesc.",
379 "items": { 276 "items": {
380 "$ref": "FeatureDescription" 277 "$ref": "FeatureDescription"
381 }, 278 },
382 "type": "array" 279 "type": "array"
383 }, 280 },
384 "size": { 281 "size": {
385 "description": "The size of the product. For more informatio n, see\nhttps://support.google.com/manufacturers/answer/6124116#size.", 282 "description": "The size of the product. For more informatio n, see\nhttps://support.google.com/manufacturers/answer/6124116#size.",
386 "type": "string" 283 "type": "string"
387 }, 284 },
388 "title": { 285 "title": {
389 "description": "The title of the product. For more informati on, see\nhttps://support.google.com/manufacturers/answer/6124116#title.", 286 "description": "The title of the product. For more informati on, see\nhttps://support.google.com/manufacturers/answer/6124116#title.",
390 "type": "string" 287 "type": "string"
391 }, 288 },
392 "count": { 289 "count": {
393 "$ref": "Count", 290 "$ref": "Count",
394 "description": "The count of the product. For more informati on, see\nhttps://support.google.com/manufacturers/answer/6124116#count." 291 "description": "The count of the product. For more informati on, see\nhttps://support.google.com/manufacturers/answer/6124116#count."
395 }, 292 },
396 "brand": { 293 "brand": {
397 "description": "The brand name of the product. For more info rmation, see\nhttps://support.google.com/manufacturers/answer/6124116#brand.", 294 "description": "The brand name of the product. For more info rmation, see\nhttps://support.google.com/manufacturers/answer/6124116#brand.",
398 "type": "string" 295 "type": "string"
399 }, 296 },
297 "material": {
298 "description": "The material of the product. For more inform ation, see\nhttps://support.google.com/manufacturers/answer/6124116#material.",
299 "type": "string"
300 },
400 "disclosureDate": { 301 "disclosureDate": {
401 "description": "The disclosure date of the product. For more information, see\nhttps://support.google.com/manufacturers/answer/6124116#discl osure.", 302 "description": "The disclosure date of the product. For more information, see\nhttps://support.google.com/manufacturers/answer/6124116#discl osure.",
402 "type": "string" 303 "type": "string"
403 }, 304 },
404 "material": {
405 "description": "The material of the product. For more inform ation, see\nhttps://support.google.com/manufacturers/answer/6124116#material.",
406 "type": "string"
407 },
408 "scent": { 305 "scent": {
409 "description": "The scent of the product. For more informati on, see\n https://support.google.com/manufacturers/answer/6124116#scent.", 306 "description": "The scent of the product. For more informati on, see\n https://support.google.com/manufacturers/answer/6124116#scent.",
410 "type": "string" 307 "type": "string"
411 }, 308 },
412 "ageGroup": { 309 "ageGroup": {
413 "description": "The target age group of the product. For mor e information, see\nhttps://support.google.com/manufacturers/answer/6124116#ageg roup.", 310 "description": "The target age group of the product. For mor e information, see\nhttps://support.google.com/manufacturers/answer/6124116#ageg roup.",
414 "type": "string" 311 "type": "string"
415 }, 312 },
416 "productDetail": { 313 "productDetail": {
417 "description": "The details of the product. For more informa tion, see\nhttps://support.google.com/manufacturers/answer/6124116#productdetail .", 314 "description": "The details of the product. For more informa tion, see\nhttps://support.google.com/manufacturers/answer/6124116#productdetail .",
418 "items": { 315 "items": {
419 "$ref": "ProductDetail" 316 "$ref": "ProductDetail"
420 }, 317 },
421 "type": "array" 318 "type": "array"
422 }, 319 },
423 "flavor": { 320 "flavor": {
424 "description": "The flavor of the product. For more informat ion, see\nhttps://support.google.com/manufacturers/answer/6124116#flavor.", 321 "description": "The flavor of the product. For more informat ion, see\nhttps://support.google.com/manufacturers/answer/6124116#flavor.",
425 "type": "string" 322 "type": "string"
426 }, 323 },
324 "mpn": {
325 "description": "The Manufacturer Part Number (MPN) of the pr oduct. For more information,\nsee https://support.google.com/manufacturers/answe r/6124116#mpn.",
326 "type": "string"
327 },
427 "productPageUrl": { 328 "productPageUrl": {
428 "description": "The URL of the detail page of the product. F or more information, see\nhttps://support.google.com/manufacturers/answer/612411 6#productpage.", 329 "description": "The URL of the detail page of the product. F or more information, see\nhttps://support.google.com/manufacturers/answer/612411 6#productpage.",
429 "type": "string" 330 "type": "string"
430 }, 331 },
431 "mpn": {
432 "description": "The Manufacturer Part Number (MPN) of the pr oduct. For more information,\nsee https://support.google.com/manufacturers/answe r/6124116#mpn.",
433 "type": "string"
434 },
435 "releaseDate": { 332 "releaseDate": {
436 "description": "The release date of the product. For more in formation, see\nhttps://support.google.com/manufacturers/answer/6124116#release. ", 333 "description": "The release date of the product. For more in formation, see\nhttps://support.google.com/manufacturers/answer/6124116#release. ",
437 "type": "string" 334 "type": "string"
438 }, 335 },
439 "gtin": { 336 "gtin": {
440 "description": "The Global Trade Item Number (GTIN) of the p roduct. For more information,\nsee https://support.google.com/manufacturers/answ er/6124116#gtin.", 337 "description": "The Global Trade Item Number (GTIN) of the p roduct. For more information,\nsee https://support.google.com/manufacturers/answ er/6124116#gtin.",
441 "items": { 338 "items": {
442 "type": "string" 339 "type": "string"
443 }, 340 },
444 "type": "array" 341 "type": "array"
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
500 "videoLink": { 397 "videoLink": {
501 "description": "The videos of the product. For more informat ion, see\nhttps://support.google.com/manufacturers/answer/6124116#video.", 398 "description": "The videos of the product. For more informat ion, see\nhttps://support.google.com/manufacturers/answer/6124116#video.",
502 "items": { 399 "items": {
503 "type": "string" 400 "type": "string"
504 }, 401 },
505 "type": "array" 402 "type": "array"
506 }, 403 },
507 "color": { 404 "color": {
508 "description": "The color of the product. For more informati on, see\nhttps://support.google.com/manufacturers/answer/6124116#color.", 405 "description": "The color of the product. For more informati on, see\nhttps://support.google.com/manufacturers/answer/6124116#color.",
509 "type": "string" 406 "type": "string"
407 },
408 "productName": {
409 "description": "The canonical name of the product. For more information, see\nhttps://support.google.com/manufacturers/answer/6124116#produc tname.",
410 "type": "string"
411 },
412 "sizeType": {
413 "description": "The size type of the product. For more infor mation, see\nhttps://support.google.com/manufacturers/answer/6124116#sizetype.",
414 "type": "string"
510 } 415 }
511 }, 416 },
512 "type": "object" 417 "type": "object"
513 }, 418 },
514 "Count": { 419 "Count": {
515 "description": "The number of products in a single package. For more information, see\nhttps://support.google.com/manufacturers/answer/6124116#count .", 420 "description": "The number of products in a single package. For more information, see\nhttps://support.google.com/manufacturers/answer/6124116#count .",
516 "id": "Count", 421 "id": "Count",
517 "properties": { 422 "properties": {
518 "value": { 423 "value": {
519 "description": "The numeric value of the number of products in a package.", 424 "description": "The numeric value of the number of products in a package.",
520 "format": "int64", 425 "format": "int64",
521 "type": "string" 426 "type": "string"
522 }, 427 },
523 "unit": { 428 "unit": {
524 "description": "The unit in which these products are counted .", 429 "description": "The unit in which these products are counted .",
525 "type": "string" 430 "type": "string"
526 } 431 }
527 }, 432 },
528 "type": "object" 433 "type": "object"
529 }, 434 },
530 "Product": { 435 "Product": {
531 "description": "Product data.", 436 "description": "Product data.",
532 "id": "Product", 437 "id": "Product",
533 "properties": { 438 "properties": {
439 "productId": {
440 "description": "The ID of the product. For more information, see\nhttps://support.google.com/manufacturers/answer/6124116#id.\n@OutputOnly",
441 "type": "string"
442 },
534 "uploadedAttributes": { 443 "uploadedAttributes": {
535 "$ref": "Attributes", 444 "$ref": "Attributes",
536 "description": "Attributes of the product uploaded via the M anufacturer Center API or via\nfeeds." 445 "description": "Attributes of the product uploaded via the M anufacturer Center API or via\nfeeds."
537 }, 446 },
538 "parent": { 447 "parent": {
539 "description": "Parent ID in the format `accounts/{account_i d}`.\n\n`account_id` - The ID of the Manufacturer Center account.\n@OutputOnly", 448 "description": "Parent ID in the format `accounts/{account_i d}`.\n\n`account_id` - The ID of the Manufacturer Center account.\n@OutputOnly",
540 "type": "string" 449 "type": "string"
541 }, 450 },
542 "manuallyProvidedAttributes": { 451 "manuallyProvidedAttributes": {
543 "$ref": "Attributes", 452 "$ref": "Attributes",
(...skipping 21 matching lines...) Expand all
565 "manuallyDeletedAttributes": { 474 "manuallyDeletedAttributes": {
566 "description": "Names of the attributes of the product delet ed manually via the\nManufacturer Center UI.\n@OutputOnly", 475 "description": "Names of the attributes of the product delet ed manually via the\nManufacturer Center UI.\n@OutputOnly",
567 "items": { 476 "items": {
568 "type": "string" 477 "type": "string"
569 }, 478 },
570 "type": "array" 479 "type": "array"
571 }, 480 },
572 "finalAttributes": { 481 "finalAttributes": {
573 "$ref": "Attributes", 482 "$ref": "Attributes",
574 "description": "Final attributes of the product. The final a ttributes are obtained by\noverriding the uploaded attributes with the manually provided and deleted\nattributes. Google systems only process, evaluate, review, and/or use final\nattributes.\n@OutputOnly" 483 "description": "Final attributes of the product. The final a ttributes are obtained by\noverriding the uploaded attributes with the manually provided and deleted\nattributes. Google systems only process, evaluate, review, and/or use final\nattributes.\n@OutputOnly"
575 },
576 "productId": {
577 "description": "The ID of the product. For more information, see\nhttps://support.google.com/manufacturers/answer/6124116#id.\n@OutputOnly",
578 "type": "string"
579 } 484 }
580 }, 485 },
581 "type": "object" 486 "type": "object"
582 }, 487 },
583 "Capacity": { 488 "Capacity": {
584 "description": "The capacity of a product. For more information, see \nhttps://support.google.com/manufacturers/answer/6124116#capacity.", 489 "description": "The capacity of a product. For more information, see \nhttps://support.google.com/manufacturers/answer/6124116#capacity.",
585 "id": "Capacity", 490 "id": "Capacity",
586 "properties": { 491 "properties": {
587 "value": { 492 "value": {
588 "description": "The numeric value of the capacity.", 493 "description": "The numeric value of the capacity.",
589 "format": "int64", 494 "format": "int64",
590 "type": "string" 495 "type": "string"
591 }, 496 },
592 "unit": { 497 "unit": {
593 "description": "The unit of the capacity, i.e., MB, GB, or T B.", 498 "description": "The unit of the capacity, i.e., MB, GB, or T B.",
594 "type": "string" 499 "type": "string"
595 } 500 }
596 }, 501 },
597 "type": "object" 502 "type": "object"
503 },
504 "ListProductsResponse": {
505 "id": "ListProductsResponse",
506 "properties": {
507 "products": {
508 "description": "List of the products.",
509 "items": {
510 "$ref": "Product"
511 },
512 "type": "array"
513 },
514 "nextPageToken": {
515 "description": "The token for the retrieval of the next page of product statuses.",
516 "type": "string"
517 }
518 },
519 "type": "object"
520 },
521 "ProductDetail": {
522 "description": "A product detail of the product. For more informatio n, see\nhttps://support.google.com/manufacturers/answer/6124116#productdetail.",
523 "id": "ProductDetail",
524 "properties": {
525 "attributeValue": {
526 "description": "The value of the attribute.",
527 "type": "string"
528 },
529 "sectionName": {
530 "description": "A short section name that can be reused betw een multiple product details.",
531 "type": "string"
532 },
533 "attributeName": {
534 "description": "The name of the attribute.",
535 "type": "string"
536 }
537 },
538 "type": "object"
539 },
540 "FeatureDescription": {
541 "description": "A feature description of the product. For more infor mation, see\nhttps://support.google.com/manufacturers/answer/6124116#featuredesc .",
542 "id": "FeatureDescription",
543 "properties": {
544 "image": {
545 "$ref": "Image",
546 "description": "An optional image describing the feature."
547 },
548 "headline": {
549 "description": "A short description of the feature.",
550 "type": "string"
551 },
552 "text": {
553 "description": "A detailed description of the feature.",
554 "type": "string"
555 }
556 },
557 "type": "object"
558 },
559 "Issue": {
560 "description": "Product issue.",
561 "id": "Issue",
562 "properties": {
563 "description": {
564 "description": "Description of the issue.",
565 "type": "string"
566 },
567 "type": {
568 "description": "The server-generated type of the issue, for example,\n“INCORRECT_TEXT_FORMATTING”, “IMAGE_NOT_SERVEABLE”, etc.",
569 "type": "string"
570 },
571 "attribute": {
572 "description": "If present, the attribute that triggered the issue. For more information\nabout attributes, see\nhttps://support.google.com/ manufacturers/answer/6124116.",
573 "type": "string"
574 },
575 "timestamp": {
576 "description": "The timestamp when this issue appeared.",
577 "format": "google-datetime",
578 "type": "string"
579 },
580 "severity": {
581 "description": "The severity of the issue.",
582 "enum": [
583 "SEVERITY_UNSPECIFIED",
584 "ERROR",
585 "WARNING",
586 "INFO"
587 ],
588 "enumDescriptions": [
589 "Unspecified severity, never used.",
590 "Error severity. The issue prevents the usage of the who le item.",
591 "Warning severity. The issue is either one that prevents the usage of the\nattribute that triggered it or one that will soon prevent the usage of\nthe whole item.",
592 "Info severity. The issue is one that doesn't require im mediate attention.\nIt is, for example, used to communicate which attributes are still\npending review."
593 ],
594 "type": "string"
595 }
596 },
597 "type": "object"
598 } 598 }
599 }, 599 },
600 "servicePath": "", 600 "servicePath": "",
601 "title": "Manufacturer Center API", 601 "title": "Manufacturer Center API",
602 "version": "v1" 602 "version": "v1"
603 } 603 }
OLDNEW
« no previous file with comments | « discovery/googleapis/logging__v2.json ('k') | discovery/googleapis/mirror__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698