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

Unified Diff: discovery/googleapis/androidpublisher__v2.json

Issue 3003493002: Api-Roll 53: 2017-08-21 (Closed)
Patch Set: Created 3 years, 4 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/androidmanagement__v1.json ('k') | discovery/googleapis/appengine__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 3994994dca4bf2762b333d82a03e97919d348572..603f7f18f5af4beed740887808330e4ff1ecde9a 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": "\"YWOzh2SDasdU84ArJnpYek-OMdg/fkMKFYhAB3V0ia83SVxm8xZB5LU\"",
+ "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/e4AtolObWHB9RMWbWiGGnmazpNA\"",
"icons": {
"x16": "https://www.google.com/images/icons/product/android-16.png",
"x32": "https://www.google.com/images/icons/product/android-32.png"
@@ -2333,7 +2333,7 @@
],
"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.",
+ "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. Note: This filter is applied on the time at which the record is seen as voided by our systems and not the actual voided time returned in the response.",
"format": "int64",
"location": "query",
"type": "string"
@@ -2355,7 +2355,7 @@
"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.",
+ "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. Note: This filter is applied on the time at which the record is seen as voided by our systems and not the actual voided time returned in the response.",
"format": "int64",
"location": "query",
"type": "string"
@@ -2488,7 +2488,7 @@
}
}
},
- "revision": "20170504",
+ "revision": "20170815",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"Apk": {
@@ -2513,6 +2513,10 @@
"sha1": {
"description": "A sha1 hash of the APK payload, encoded as a hex string and matching the output of the sha1sum command.",
"type": "string"
+ },
+ "sha256": {
+ "description": "A sha256 hash of the APK payload, encoded as a hex string and matching the output of the sha256sum command.",
+ "type": "string"
}
},
"type": "object"
@@ -3243,6 +3247,10 @@
"description": "This kind represents an inappPurchase object in the androidpublisher service.",
"type": "string"
},
+ "orderId": {
+ "description": "The order id associated with the purchase of the inapp product.",
+ "type": "string"
+ },
"purchaseState": {
"description": "The purchase state of the order. Possible values are: \n- Purchased \n- Cancelled",
"format": "int32",
@@ -3411,8 +3419,12 @@
"description": "This kind represents a subscriptionPurchase object in the androidpublisher service.",
"type": "string"
},
+ "orderId": {
+ "description": "The order id of the latest recurring order associated with the purchase of the subscription.",
+ "type": "string"
+ },
"paymentState": {
- "description": "The payment state of the subscription. Possible values are: \n- Payment pending \n- Payment received",
+ "description": "The payment state of the subscription. Possible values are: \n- Payment pending \n- Payment received \n- Free trial",
"format": "int32",
"type": "integer"
},
« no previous file with comments | « discovery/googleapis/androidmanagement__v1.json ('k') | discovery/googleapis/appengine__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698