mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
fix(all): update all code to latest version
* add new APIs * remove old ones * add latest json files
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"kind": "discovery#restDescription",
|
||||
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/Jg5IFKTqCcIBJROG8QNmsXQ1iso\"",
|
||||
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/sWwx6biSrC_gtsZDUBqZWGBMUuA\"",
|
||||
"discoveryVersion": "v1",
|
||||
"id": "content:v2",
|
||||
"name": "content",
|
||||
"canonicalName": "Shopping Content",
|
||||
"version": "v2",
|
||||
"revision": "20150317",
|
||||
"revision": "20150421",
|
||||
"title": "Content API for Shopping",
|
||||
"description": "Manage product items, inventory, and Merchant Center accounts for Google Shopping.",
|
||||
"ownerDomain": "google.com",
|
||||
@@ -88,7 +88,7 @@
|
||||
},
|
||||
"adwordsLinks": {
|
||||
"type": "array",
|
||||
"description": "List of linked AdWords accounts.",
|
||||
"description": "List of linked AdWords accounts, active or pending approval. To create a new link request, add a new link with status active to the list. It will remain is state pending until approved or rejected in the AdWords interface. To delete an active link or to cancel a link request, remove it from the list.",
|
||||
"items": {
|
||||
"$ref": "AccountAdwordsLink"
|
||||
}
|
||||
@@ -150,7 +150,7 @@
|
||||
},
|
||||
"status": {
|
||||
"type": "string",
|
||||
"description": "Status of the link between this Merchant Center account and the AdWords account."
|
||||
"description": "Status of the link between this Merchant Center account and the AdWords account. Upon retrieval, it represents the actual status of the link and can be either active if it was approved in Google AdWords or pending if it's pending approval. Upon insertion, it represents the intended status of the link. Re-uploading a link with status active when it's still pending or with status pending when it's already active will have no effect: the status will remain unchanged. Re-uploading a link with deprecated status inactive is equivalent to not submitting the link at all and will delete the link if it was active or cancel the link request if it was pending."
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -1302,6 +1302,10 @@
|
||||
"description": "Identifies what kind of resource this is. Value: the fixed string \"content#datafeedStatus\".",
|
||||
"default": "content#datafeedStatus"
|
||||
},
|
||||
"lastUploadDate": {
|
||||
"type": "string",
|
||||
"description": "The last date at which the feed was uploaded."
|
||||
},
|
||||
"processingStatus": {
|
||||
"type": "string",
|
||||
"description": "The processing status of the feed."
|
||||
@@ -2911,6 +2915,13 @@
|
||||
"path": "accountshipping/batch",
|
||||
"httpMethod": "POST",
|
||||
"description": "Retrieves and updates the shipping settings of multiple accounts in a single request.",
|
||||
"parameters": {
|
||||
"dryRun": {
|
||||
"type": "boolean",
|
||||
"description": "Flag to run the request in dry-run mode.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
"request": {
|
||||
"$ref": "AccountshippingCustomBatchRequest"
|
||||
},
|
||||
@@ -3001,6 +3012,11 @@
|
||||
"format": "uint64",
|
||||
"location": "path"
|
||||
},
|
||||
"dryRun": {
|
||||
"type": "boolean",
|
||||
"description": "Flag to run the request in dry-run mode.",
|
||||
"location": "query"
|
||||
},
|
||||
"merchantId": {
|
||||
"type": "string",
|
||||
"description": "The ID of the managing account.",
|
||||
@@ -3036,6 +3052,11 @@
|
||||
"format": "uint64",
|
||||
"location": "path"
|
||||
},
|
||||
"dryRun": {
|
||||
"type": "boolean",
|
||||
"description": "Flag to run the request in dry-run mode.",
|
||||
"location": "query"
|
||||
},
|
||||
"merchantId": {
|
||||
"type": "string",
|
||||
"description": "The ID of the managing account.",
|
||||
@@ -3152,6 +3173,13 @@
|
||||
"path": "accounttax/batch",
|
||||
"httpMethod": "POST",
|
||||
"description": "Retrieves and updates tax settings of multiple accounts in a single request.",
|
||||
"parameters": {
|
||||
"dryRun": {
|
||||
"type": "boolean",
|
||||
"description": "Flag to run the request in dry-run mode.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
"request": {
|
||||
"$ref": "AccounttaxCustomBatchRequest"
|
||||
},
|
||||
@@ -3242,6 +3270,11 @@
|
||||
"format": "uint64",
|
||||
"location": "path"
|
||||
},
|
||||
"dryRun": {
|
||||
"type": "boolean",
|
||||
"description": "Flag to run the request in dry-run mode.",
|
||||
"location": "query"
|
||||
},
|
||||
"merchantId": {
|
||||
"type": "string",
|
||||
"description": "The ID of the managing account.",
|
||||
@@ -3277,6 +3310,11 @@
|
||||
"format": "uint64",
|
||||
"location": "path"
|
||||
},
|
||||
"dryRun": {
|
||||
"type": "boolean",
|
||||
"description": "Flag to run the request in dry-run mode.",
|
||||
"location": "query"
|
||||
},
|
||||
"merchantId": {
|
||||
"type": "string",
|
||||
"description": "The ID of the managing account.",
|
||||
|
||||
Reference in New Issue
Block a user