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

Unified Diff: discovery/googleapis/androidpublisher__v2.json

Issue 2226653002: Api-roll 40: 2016-08-08 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Addressed review comments Created 4 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/androidenterprise__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 d9a22a35f79ca09c7dbb1325edd0a275c60eff21..566a08c466b38960f9891d39487ddac1b8d16b1d 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": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/hwe1B5NL9uDKqCwbWtSuoF1nLf4\"",
+ "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/CVJ4JDuQTFSd-SviB8KBlIKqzv0\"",
"icons": {
"x16": "https://www.google.com/images/icons/product/android-16.png",
"x32": "https://www.google.com/images/icons/product/android-32.png"
@@ -2356,7 +2356,7 @@
}
}
},
- "revision": "20160627",
+ "revision": "20160722",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"Apk": {
@@ -3161,7 +3161,7 @@
"id": "SubscriptionDeferralInfo",
"properties": {
"desiredExpiryTimeMillis": {
- "description": "The desired next expiry time for the subscription in milliseconds since Epoch. The given time must be after the current expiry time for the subscription.",
+ "description": "The desired next expiry time to assign to the subscription, in milliseconds since the Epoch. The given time must be later/greater than the current expiry time for the subscription.",
"format": "int64",
"type": "string"
},
@@ -3182,7 +3182,7 @@
"type": "boolean"
},
"cancelReason": {
- "description": "The cancel reason of the subscription, if the subscription is not auto renewing. Possible values are: \n- User cancelled the subscription \n- Subscription was cancelled by the system, for example because of a billing problem",
+ "description": "The reason why a subscription was cancelled or is not auto-renewing. Possible values are: \n- User cancelled the subscription \n- Subscription was cancelled by the system, for example because of a billing problem",
"format": "int32",
"type": "integer"
},
@@ -3195,7 +3195,7 @@
"type": "string"
},
"expiryTimeMillis": {
- "description": "Time at which the subscription will expire, in milliseconds since Epoch.",
+ "description": "Time at which the subscription will expire, in milliseconds since the Epoch.",
"format": "int64",
"type": "string"
},
@@ -3210,7 +3210,7 @@
"type": "integer"
},
"priceAmountMicros": {
- "description": "Price of the subscription, not including tax. Price is expressed in micro-units, where 1,000,000 micro-units equal one unit of the currency. For example, if the subscription price is €1.99, price_amount_micros is 1990000.",
+ "description": "Price of the subscription, not including tax. Price is expressed in micro-units, where 1,000,000 micro-units represents one unit of the currency. For example, if the subscription price is €1.99, price_amount_micros is 1990000.",
"format": "int64",
"type": "string"
},
@@ -3219,7 +3219,7 @@
"type": "string"
},
"startTimeMillis": {
- "description": "Time at which the subscription was granted, in milliseconds since Epoch.",
+ "description": "Time at which the subscription was granted, in milliseconds since the Epoch.",
"format": "int64",
"type": "string"
}
« no previous file with comments | « discovery/googleapis/androidenterprise__v1.json ('k') | discovery/googleapis/appengine__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698