Upgrade to latest API versions + code regen

This commit is contained in:
Sebastian Thiel
2017-12-12 14:30:54 +01:00
parent dc30217711
commit 357a0e650e
776 changed files with 356718 additions and 104442 deletions

View File

@@ -1,12 +1,12 @@
{
"kind": "discovery#restDescription",
"etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/QjVvqrUMRW1tTVdJHVqdnKd9gLQ\"",
"etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/6dRjzWCszNTQjv1EQoJBlq-Xgrs\"",
"discoveryVersion": "v1",
"id": "androidpublisher:v2",
"name": "androidpublisher",
"canonicalName": "Android Publisher",
"version": "v2",
"revision": "20170913",
"revision": "20171030",
"title": "Google Play Developer API",
"description": "Lets Android application developers access their Google Play accounts.",
"ownerDomain": "google.com",
@@ -21,7 +21,7 @@
"basePath": "/androidpublisher/v2/applications/",
"rootUrl": "https://www.googleapis.com/",
"servicePath": "androidpublisher/v2/applications/",
"batchPath": "batch",
"batchPath": "batch/androidpublisher/v2",
"parameters": {
"alt": {
"type": "string",
@@ -601,88 +601,6 @@
}
}
},
"InappproductsBatchRequest": {
"id": "InappproductsBatchRequest",
"type": "object",
"properties": {
"entrys": {
"type": "array",
"items": {
"$ref": "InappproductsBatchRequestEntry"
}
}
}
},
"InappproductsBatchRequestEntry": {
"id": "InappproductsBatchRequestEntry",
"type": "object",
"properties": {
"batchId": {
"type": "integer",
"format": "uint32"
},
"inappproductsinsertrequest": {
"$ref": "InappproductsInsertRequest"
},
"inappproductsupdaterequest": {
"$ref": "InappproductsUpdateRequest"
},
"methodName": {
"type": "string"
}
}
},
"InappproductsBatchResponse": {
"id": "InappproductsBatchResponse",
"type": "object",
"properties": {
"entrys": {
"type": "array",
"items": {
"$ref": "InappproductsBatchResponseEntry"
}
},
"kind": {
"type": "string",
"description": "Identifies what kind of resource this is. Value: the fixed string \"androidpublisher#inappproductsBatchResponse\".",
"default": "androidpublisher#inappproductsBatchResponse"
}
}
},
"InappproductsBatchResponseEntry": {
"id": "InappproductsBatchResponseEntry",
"type": "object",
"properties": {
"batchId": {
"type": "integer",
"format": "uint32"
},
"inappproductsinsertresponse": {
"$ref": "InappproductsInsertResponse"
},
"inappproductsupdateresponse": {
"$ref": "InappproductsUpdateResponse"
}
}
},
"InappproductsInsertRequest": {
"id": "InappproductsInsertRequest",
"type": "object",
"properties": {
"inappproduct": {
"$ref": "InAppProduct"
}
}
},
"InappproductsInsertResponse": {
"id": "InappproductsInsertResponse",
"type": "object",
"properties": {
"inappproduct": {
"$ref": "InAppProduct"
}
}
},
"InappproductsListResponse": {
"id": "InappproductsListResponse",
"type": "object",
@@ -706,24 +624,6 @@
}
}
},
"InappproductsUpdateRequest": {
"id": "InappproductsUpdateRequest",
"type": "object",
"properties": {
"inappproduct": {
"$ref": "InAppProduct"
}
}
},
"InappproductsUpdateResponse": {
"id": "InappproductsUpdateResponse",
"type": "object",
"properties": {
"inappproduct": {
"$ref": "InAppProduct"
}
}
},
"Listing": {
"id": "Listing",
"type": "object",
@@ -3051,20 +2951,6 @@
},
"inappproducts": {
"methods": {
"batch": {
"id": "androidpublisher.inappproducts.batch",
"path": "inappproducts/batch",
"httpMethod": "POST",
"request": {
"$ref": "InappproductsBatchRequest"
},
"response": {
"$ref": "InappproductsBatchResponse"
},
"scopes": [
"https://www.googleapis.com/auth/androidpublisher"
]
},
"delete": {
"id": "androidpublisher.inappproducts.delete",
"path": "{packageName}/inappproducts/{sku}",