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

Unified Diff: discovery/googleapis/androidenterprise__v1.json

Issue 3006323002: Api-Roll 54: 2017-09-11 (Closed)
Patch Set: use 2.0.0-dev.infinity sdk constraint in pubspecs Created 3 years, 3 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
Index: discovery/googleapis/androidenterprise__v1.json
diff --git a/discovery/googleapis/androidenterprise__v1.json b/discovery/googleapis/androidenterprise__v1.json
index a82c67f38bb9447d46dafb04fb087056376585f9..948736da4ba9649072f7d59de2c37b699ddba24a 100644
--- a/discovery/googleapis/androidenterprise__v1.json
+++ b/discovery/googleapis/androidenterprise__v1.json
@@ -10,12 +10,12 @@
},
"basePath": "/androidenterprise/v1/",
"baseUrl": "https://www.googleapis.com/androidenterprise/v1/",
- "batchPath": "batch",
+ "batchPath": "batch/androidenterprise/v1",
"canonicalName": "Android Enterprise",
"description": "Manages the deployment of apps to Android for Work users.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/android/work/play/emm-api",
- "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/NquYLxR1-tsUnZG1v-8eQMTpQks\"",
+ "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/RhIHx1SwfJ96Awey5il5_fqGJDg\"",
"icons": {
"x16": "https://www.google.com/images/icons/product/android-16.png",
"x32": "https://www.google.com/images/icons/product/android-32.png"
@@ -535,7 +535,7 @@
]
},
"sendTestPushNotification": {
- "description": "Sends a test push notification to validate the EMM integration with the Google Cloud Pub/Sub service for this enterprise.",
+ "description": "Sends a test notification to validate the EMM integration with the Google Cloud Pub/Sub service for this enterprise.",
"httpMethod": "POST",
"id": "androidenterprise.enterprises.sendTestPushNotification",
"parameterOrder": [
@@ -2653,7 +2653,7 @@
}
}
},
- "revision": "20170809",
+ "revision": "20170830",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"Administrator": {
@@ -3070,7 +3070,7 @@
"type": "object"
},
"GroupLicense": {
- "description": "A group license object indicates a product that an enterprise admin has approved for use in the enterprise. The product may be free or paid. For free products, a group license object is created in these cases: if the enterprise admin approves a product in Google Play, if the product is added to a collection, or if an entitlement for the product is created for a user via the API. For paid products, a group license object is only created as part of the first bulk purchase of that product in Google Play by the enterprise admin.\n\nThe API can be used to query group licenses; the available information includes the total number of licenses purchased (for paid products) and the total number of licenses that have been provisioned, that is, the total number of user entitlements in existence for the product.\n\nGroup license objects are never deleted. If, for example, a free app is added to a collection and then removed, the group license will remain, allowing the enterprise admin to keep track of any remaining entitlements. An enterprise admin may indicate they are no longer interested in the group license by marking it as unapproved in Google Play.",
+ "description": "Group license objects allow you to keep track of licenses (called entitlements) for both free and paid apps. For a free app, a group license is created when an enterprise admin first approves the product in Google Play or when the first entitlement for the product is created for a user via the API. For a paid app, a group license object is only created when an enterprise admin purchases the product in Google Play for the first time.\n\nUse the API to query group licenses. A Grouplicenses resource includes the total number of licenses purchased (paid apps only) and the total number of licenses currently in use. Iyn other words, the total number of Entitlements that exist for the product.\n\nOnly one group license object is created per product and group license objects are never deleted. If a product is unapproved, its group license remains. This allows enterprise admins to keep track of any remaining entitlements for the product.",
"id": "GroupLicense",
"properties": {
"acquisitionKind": {
@@ -3510,7 +3510,7 @@
"id": "Product",
"properties": {
"appVersion": {
- "description": "App versions currently available for this product. The returned list contains only public versions. Alpha and beta versions are not included.",
+ "description": "App versions currently available for this product.",
"items": {
"$ref": "AppVersion"
},
@@ -3549,6 +3549,10 @@
"description": "Deprecated.",
"type": "boolean"
},
+ "signingCertificate": {
+ "$ref": "ProductSigningCertificate",
+ "description": "The certificate used to sign this product."
+ },
"smallIconUrl": {
"description": "A link to a smaller image that can be used as an icon for the product. This image is suitable for use at up to 128px x 128px.",
"type": "string"
@@ -3655,6 +3659,20 @@
},
"type": "object"
},
+ "ProductSigningCertificate": {
+ "id": "ProductSigningCertificate",
+ "properties": {
+ "certificateHashSha1": {
+ "description": "The base64 urlsafe encoded SHA1 hash of the certificate. (This field is deprecated in favor of SHA2-256. It should not be used and may be removed at any time.)",
+ "type": "string"
+ },
+ "certificateHashSha256": {
+ "description": "The base64 urlsafe encoded SHA2-256 hash of the certificate.",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
"ProductsApproveRequest": {
"id": "ProductsApproveRequest",
"properties": {
« no previous file with comments | « discovery/googleapis/androiddeviceprovisioning__v1.json ('k') | discovery/googleapis/androidmanagement__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698