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

Unified Diff: discovery/googleapis/androidpublisher__v2.json

Issue 2649893002: Api-roll 44: 2017-01-23 (Closed)
Patch Set: Created 3 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « discovery/googleapis/androidenterprise__v1.json ('k') | discovery/googleapis/appstate__v1.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: discovery/googleapis/androidpublisher__v2.json
diff --git a/discovery/googleapis/androidpublisher__v2.json b/discovery/googleapis/androidpublisher__v2.json
index 1ca2d4c9da6f7afa9ecccc6cb0e45b13205136ed..f11392d1c1c59c91b8002fc18d06608dd3082323 100644
--- a/discovery/googleapis/androidpublisher__v2.json
+++ b/discovery/googleapis/androidpublisher__v2.json
@@ -15,7 +15,7 @@
"description": "Lets Android application developers access their Google Play accounts.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/android-publisher",
- "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/lK1rSeSt4REctli37J8Co4N4a5s\"",
+ "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/wBOBQg7Gs1S9CwApK0nCAqVzk_Y\"",
"icons": {
"x16": "https://www.google.com/images/icons/product/android-16.png",
"x32": "https://www.google.com/images/icons/product/android-32.png"
@@ -2321,6 +2321,59 @@
]
}
}
+ },
+ "voidedpurchases": {
+ "methods": {
+ "list": {
+ "description": "Lists the purchases that were cancelled, refunded or charged-back.",
+ "httpMethod": "GET",
+ "id": "androidpublisher.purchases.voidedpurchases.list",
+ "parameterOrder": [
+ "packageName"
+ ],
+ "parameters": {
+ "endTime": {
+ "description": "The time, in milliseconds since the Epoch, of the newest voided in-app product purchase that you want to see in the response. The value of this parameter cannot be greater than the current time and is ignored if a pagination token is set. Default value is current time.",
+ "format": "int64",
+ "location": "query",
+ "type": "string"
+ },
+ "maxResults": {
+ "format": "uint32",
+ "location": "query",
+ "type": "integer"
+ },
+ "packageName": {
+ "description": "The package name of the application for which voided purchases need to be returned (for example, 'com.some.thing').",
+ "location": "path",
+ "required": true,
+ "type": "string"
+ },
+ "startIndex": {
+ "format": "uint32",
+ "location": "query",
+ "type": "integer"
+ },
+ "startTime": {
+ "description": "The time, in milliseconds since the Epoch, of the oldest voided in-app product purchase that you want to see in the response. The value of this parameter cannot be older than 30 days and is ignored if a pagination token is set. Default value is current time minus 30 days.",
+ "format": "int64",
+ "location": "query",
+ "type": "string"
+ },
+ "token": {
+ "location": "query",
+ "type": "string"
+ }
+ },
+ "path": "{packageName}/purchases/voidedpurchases",
+ "response": {
+ "$ref": "VoidedPurchasesListResponse"
+ },
+ "scopes": [
+ "https://www.googleapis.com/auth/androidpublisher"
+ ]
+ }
+ }
}
}
},
@@ -2345,6 +2398,10 @@
"location": "path",
"required": true,
"type": "string"
+ },
+ "translationLanguage": {
+ "location": "query",
+ "type": "string"
}
},
"path": "{packageName}/reviews/{reviewId}",
@@ -2382,6 +2439,10 @@
"token": {
"location": "query",
"type": "string"
+ },
+ "translationLanguage": {
+ "location": "query",
+ "type": "string"
}
},
"path": "{packageName}/reviews",
@@ -2427,7 +2488,7 @@
}
}
},
- "revision": "20161017",
+ "revision": "20170105",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"Apk": {
@@ -2609,6 +2670,61 @@
},
"type": "object"
},
+ "DeviceMetadata": {
+ "id": "DeviceMetadata",
+ "properties": {
+ "cpuMake": {
+ "description": "Device CPU make e.g. \"Qualcomm\"",
+ "type": "string"
+ },
+ "cpuModel": {
+ "description": "Device CPU model e.g. \"MSM8974\"",
+ "type": "string"
+ },
+ "deviceClass": {
+ "description": "Device class (e.g. tablet)",
+ "type": "string"
+ },
+ "glEsVersion": {
+ "description": "OpenGL version",
+ "format": "int32",
+ "type": "integer"
+ },
+ "manufacturer": {
+ "description": "Device manufacturer (e.g. Motorola)",
+ "type": "string"
+ },
+ "nativePlatform": {
+ "description": "Comma separated list of native platforms (e.g. \"arm\", \"arm7\")",
+ "type": "string"
+ },
+ "productName": {
+ "description": "Device model name (e.g. Droid)",
+ "type": "string"
+ },
+ "ramMb": {
+ "description": "Device RAM in Megabytes e.g. \"2048\"",
+ "format": "int32",
+ "type": "integer"
+ },
+ "screenDensityDpi": {
+ "description": "Screen density in DPI",
+ "format": "int32",
+ "type": "integer"
+ },
+ "screenHeightPx": {
+ "description": "Screen height in pixels",
+ "format": "int32",
+ "type": "integer"
+ },
+ "screenWidthPx": {
+ "description": "Screen width in pixels",
+ "format": "int32",
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ },
"Entitlement": {
"description": "An Entitlement resource indicates a user's current entitlement to an inapp item or subscription.",
"id": "Entitlement",
@@ -3440,10 +3556,18 @@
"description": "Codename for the reviewer's device, e.g. klte, flounder. May be absent.",
"type": "string"
},
+ "deviceMetadata": {
+ "$ref": "DeviceMetadata",
+ "description": "Some information about the characteristics of the user's device"
+ },
"lastModified": {
"$ref": "Timestamp",
"description": "The last time at which this comment was updated."
},
+ "originalText": {
+ "description": "Untranslated text of the review, in the case where the review has been translated. If the review has not been translated this is left blank.",
+ "type": "string"
+ },
"reviewerLanguage": {
"description": "Language code for the reviewer. This is taken from the device settings so is not guaranteed to match the language the review is written in. May be absent.",
"type": "string"
@@ -3456,6 +3580,60 @@
"text": {
"description": "The content of the comment, i.e. review body. In some cases users have been able to write a review with separate title and body; in those cases the title and body are concatenated and separated by a tab character.",
"type": "string"
+ },
+ "thumbsDownCount": {
+ "description": "Number of users who have given this review a thumbs down",
+ "format": "int32",
+ "type": "integer"
+ },
+ "thumbsUpCount": {
+ "description": "Number of users who have given this review a thumbs up",
+ "format": "int32",
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ },
+ "VoidedPurchase": {
+ "description": "A VoidedPurchase resource indicates a purchase that was either cancelled/refunded/charged-back.",
+ "id": "VoidedPurchase",
+ "properties": {
+ "kind": {
+ "default": "androidpublisher#voidedPurchase",
+ "description": "This kind represents a voided purchase object in the androidpublisher service.",
+ "type": "string"
+ },
+ "purchaseTimeMillis": {
+ "description": "The time at which the purchase was made, in milliseconds since the epoch (Jan 1, 1970).",
+ "format": "int64",
+ "type": "string"
+ },
+ "purchaseToken": {
+ "description": "The token that was generated when a purchase was made. This uniquely identifies a purchase.",
+ "type": "string"
+ },
+ "voidedTimeMillis": {
+ "description": "The time at which the purchase was cancelled/refunded/charged-back, in milliseconds since the epoch (Jan 1, 1970).",
+ "format": "int64",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "VoidedPurchasesListResponse": {
+ "id": "VoidedPurchasesListResponse",
+ "properties": {
+ "pageInfo": {
+ "$ref": "PageInfo"
+ },
+ "tokenPagination": {
+ "$ref": "TokenPagination"
+ },
+ "voidedPurchases": {
+ "items": {
+ "$ref": "VoidedPurchase"
+ },
+ "type": "array"
}
},
"type": "object"
« no previous file with comments | « discovery/googleapis/androidenterprise__v1.json ('k') | discovery/googleapis/appstate__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698