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

Side by Side 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "auth": { 2 "auth": {
3 "oauth2": { 3 "oauth2": {
4 "scopes": { 4 "scopes": {
5 "https://www.googleapis.com/auth/androidpublisher": { 5 "https://www.googleapis.com/auth/androidpublisher": {
6 "description": "View and manage your Google Play Developer a ccount" 6 "description": "View and manage your Google Play Developer a ccount"
7 } 7 }
8 } 8 }
9 } 9 }
10 }, 10 },
11 "basePath": "/androidpublisher/v2/applications/", 11 "basePath": "/androidpublisher/v2/applications/",
12 "baseUrl": "https://www.googleapis.com/androidpublisher/v2/applications/", 12 "baseUrl": "https://www.googleapis.com/androidpublisher/v2/applications/",
13 "batchPath": "batch", 13 "batchPath": "batch",
14 "canonicalName": "Android Publisher", 14 "canonicalName": "Android Publisher",
15 "description": "Lets Android application developers access their Google Play accounts.", 15 "description": "Lets Android application developers access their Google Play accounts.",
16 "discoveryVersion": "v1", 16 "discoveryVersion": "v1",
17 "documentationLink": "https://developers.google.com/android-publisher", 17 "documentationLink": "https://developers.google.com/android-publisher",
18 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/hwe1B5NL9uDKqCwbWtSuoF1nLf4\"", 18 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/CVJ4JDuQTFSd-SviB8KBlIKqzv0\"",
19 "icons": { 19 "icons": {
20 "x16": "https://www.google.com/images/icons/product/android-16.png", 20 "x16": "https://www.google.com/images/icons/product/android-16.png",
21 "x32": "https://www.google.com/images/icons/product/android-32.png" 21 "x32": "https://www.google.com/images/icons/product/android-32.png"
22 }, 22 },
23 "id": "androidpublisher:v2", 23 "id": "androidpublisher:v2",
24 "kind": "discovery#restDescription", 24 "kind": "discovery#restDescription",
25 "name": "androidpublisher", 25 "name": "androidpublisher",
26 "ownerDomain": "google.com", 26 "ownerDomain": "google.com",
27 "ownerName": "Google", 27 "ownerName": "Google",
28 "parameters": { 28 "parameters": {
(...skipping 2320 matching lines...) Expand 10 before | Expand all | Expand 10 after
2349 "response": { 2349 "response": {
2350 "$ref": "ReviewsReplyResponse" 2350 "$ref": "ReviewsReplyResponse"
2351 }, 2351 },
2352 "scopes": [ 2352 "scopes": [
2353 "https://www.googleapis.com/auth/androidpublisher" 2353 "https://www.googleapis.com/auth/androidpublisher"
2354 ] 2354 ]
2355 } 2355 }
2356 } 2356 }
2357 } 2357 }
2358 }, 2358 },
2359 "revision": "20160627", 2359 "revision": "20160722",
2360 "rootUrl": "https://www.googleapis.com/", 2360 "rootUrl": "https://www.googleapis.com/",
2361 "schemas": { 2361 "schemas": {
2362 "Apk": { 2362 "Apk": {
2363 "id": "Apk", 2363 "id": "Apk",
2364 "properties": { 2364 "properties": {
2365 "binary": { 2365 "binary": {
2366 "$ref": "ApkBinary", 2366 "$ref": "ApkBinary",
2367 "description": "Information about the binary payload of this APK." 2367 "description": "Information about the binary payload of this APK."
2368 }, 2368 },
2369 "versionCode": { 2369 "versionCode": {
(...skipping 784 matching lines...) Expand 10 before | Expand all | Expand 10 after
3154 "description": "Inclusive start date of the recurrence perio d." 3154 "description": "Inclusive start date of the recurrence perio d."
3155 } 3155 }
3156 }, 3156 },
3157 "type": "object" 3157 "type": "object"
3158 }, 3158 },
3159 "SubscriptionDeferralInfo": { 3159 "SubscriptionDeferralInfo": {
3160 "description": "A SubscriptionDeferralInfo contains the data needed to defer a subscription purchase to a future expiry time.", 3160 "description": "A SubscriptionDeferralInfo contains the data needed to defer a subscription purchase to a future expiry time.",
3161 "id": "SubscriptionDeferralInfo", 3161 "id": "SubscriptionDeferralInfo",
3162 "properties": { 3162 "properties": {
3163 "desiredExpiryTimeMillis": { 3163 "desiredExpiryTimeMillis": {
3164 "description": "The desired next expiry time for the subscri ption in milliseconds since Epoch. The given time must be after the current expi ry time for the subscription.", 3164 "description": "The desired next expiry time to assign to th e subscription, in milliseconds since the Epoch. The given time must be later/gr eater than the current expiry time for the subscription.",
3165 "format": "int64", 3165 "format": "int64",
3166 "type": "string" 3166 "type": "string"
3167 }, 3167 },
3168 "expectedExpiryTimeMillis": { 3168 "expectedExpiryTimeMillis": {
3169 "description": "The expected expiry time for the subscriptio n. If the current expiry time for the subscription is not the value specified he re, the deferral will not occur.", 3169 "description": "The expected expiry time for the subscriptio n. If the current expiry time for the subscription is not the value specified he re, the deferral will not occur.",
3170 "format": "int64", 3170 "format": "int64",
3171 "type": "string" 3171 "type": "string"
3172 } 3172 }
3173 }, 3173 },
3174 "type": "object" 3174 "type": "object"
3175 }, 3175 },
3176 "SubscriptionPurchase": { 3176 "SubscriptionPurchase": {
3177 "description": "A SubscriptionPurchase resource indicates the status of a user's subscription purchase.", 3177 "description": "A SubscriptionPurchase resource indicates the status of a user's subscription purchase.",
3178 "id": "SubscriptionPurchase", 3178 "id": "SubscriptionPurchase",
3179 "properties": { 3179 "properties": {
3180 "autoRenewing": { 3180 "autoRenewing": {
3181 "description": "Whether the subscription will automatically be renewed when it reaches its current expiry time.", 3181 "description": "Whether the subscription will automatically be renewed when it reaches its current expiry time.",
3182 "type": "boolean" 3182 "type": "boolean"
3183 }, 3183 },
3184 "cancelReason": { 3184 "cancelReason": {
3185 "description": "The cancel reason of the subscription, if th e subscription is not auto renewing. Possible values are: \n- User cancelled th e subscription \n- Subscription was cancelled by the system, for example because of a billing problem", 3185 "description": "The reason why a subscription was cancelled or is not auto-renewing. Possible values are: \n- User cancelled the subscripti on \n- Subscription was cancelled by the system, for example because of a billin g problem",
3186 "format": "int32", 3186 "format": "int32",
3187 "type": "integer" 3187 "type": "integer"
3188 }, 3188 },
3189 "countryCode": { 3189 "countryCode": {
3190 "description": "ISO 3166-1 alpha-2 billing country/region co de of the user at the time the subscription was granted.", 3190 "description": "ISO 3166-1 alpha-2 billing country/region co de of the user at the time the subscription was granted.",
3191 "type": "string" 3191 "type": "string"
3192 }, 3192 },
3193 "developerPayload": { 3193 "developerPayload": {
3194 "description": "A developer-specified string that contains s upplemental information about an order.", 3194 "description": "A developer-specified string that contains s upplemental information about an order.",
3195 "type": "string" 3195 "type": "string"
3196 }, 3196 },
3197 "expiryTimeMillis": { 3197 "expiryTimeMillis": {
3198 "description": "Time at which the subscription will expire, in milliseconds since Epoch.", 3198 "description": "Time at which the subscription will expire, in milliseconds since the Epoch.",
3199 "format": "int64", 3199 "format": "int64",
3200 "type": "string" 3200 "type": "string"
3201 }, 3201 },
3202 "kind": { 3202 "kind": {
3203 "default": "androidpublisher#subscriptionPurchase", 3203 "default": "androidpublisher#subscriptionPurchase",
3204 "description": "This kind represents a subscriptionPurchase object in the androidpublisher service.", 3204 "description": "This kind represents a subscriptionPurchase object in the androidpublisher service.",
3205 "type": "string" 3205 "type": "string"
3206 }, 3206 },
3207 "paymentState": { 3207 "paymentState": {
3208 "description": "The payment state of the subscription. Possi ble values are: \n- Payment pending \n- Payment received", 3208 "description": "The payment state of the subscription. Possi ble values are: \n- Payment pending \n- Payment received",
3209 "format": "int32", 3209 "format": "int32",
3210 "type": "integer" 3210 "type": "integer"
3211 }, 3211 },
3212 "priceAmountMicros": { 3212 "priceAmountMicros": {
3213 "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_m icros is 1990000.", 3213 "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_amo unt_micros is 1990000.",
3214 "format": "int64", 3214 "format": "int64",
3215 "type": "string" 3215 "type": "string"
3216 }, 3216 },
3217 "priceCurrencyCode": { 3217 "priceCurrencyCode": {
3218 "description": "ISO 4217 currency code for the subscription price. For example, if the price is specified in British pounds sterling, price_ currency_code is \"GBP\".", 3218 "description": "ISO 4217 currency code for the subscription price. For example, if the price is specified in British pounds sterling, price_ currency_code is \"GBP\".",
3219 "type": "string" 3219 "type": "string"
3220 }, 3220 },
3221 "startTimeMillis": { 3221 "startTimeMillis": {
3222 "description": "Time at which the subscription was granted, in milliseconds since Epoch.", 3222 "description": "Time at which the subscription was granted, in milliseconds since the Epoch.",
3223 "format": "int64", 3223 "format": "int64",
3224 "type": "string" 3224 "type": "string"
3225 } 3225 }
3226 }, 3226 },
3227 "type": "object" 3227 "type": "object"
3228 }, 3228 },
3229 "SubscriptionPurchasesDeferRequest": { 3229 "SubscriptionPurchasesDeferRequest": {
3230 "id": "SubscriptionPurchasesDeferRequest", 3230 "id": "SubscriptionPurchasesDeferRequest",
3231 "properties": { 3231 "properties": {
3232 "deferralInfo": { 3232 "deferralInfo": {
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
3367 "type": "string" 3367 "type": "string"
3368 } 3368 }
3369 }, 3369 },
3370 "type": "object" 3370 "type": "object"
3371 } 3371 }
3372 }, 3372 },
3373 "servicePath": "androidpublisher/v2/applications/", 3373 "servicePath": "androidpublisher/v2/applications/",
3374 "title": "Google Play Developer API", 3374 "title": "Google Play Developer API",
3375 "version": "v2" 3375 "version": "v2"
3376 } 3376 }
OLDNEW
« 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