OLD | NEW |
1 { | 1 { |
2 "auth": { | 2 "auth": { |
3 "oauth2": { | 3 "oauth2": { |
4 "scopes": { | 4 "scopes": { |
5 "https://www.googleapis.com/auth/androidenterprise": { | 5 "https://www.googleapis.com/auth/androidenterprise": { |
6 "description": "Manage corporate Android devices" | 6 "description": "Manage corporate Android devices" |
7 } | 7 } |
8 } | 8 } |
9 } | 9 } |
10 }, | 10 }, |
11 "basePath": "/androidenterprise/v1/", | 11 "basePath": "/androidenterprise/v1/", |
12 "baseUrl": "https://www.googleapis.com/androidenterprise/v1/", | 12 "baseUrl": "https://www.googleapis.com/androidenterprise/v1/", |
13 "batchPath": "batch", | 13 "batchPath": "batch", |
14 "canonicalName": "Android Enterprise", | 14 "canonicalName": "Android Enterprise", |
15 "description": "Manages the deployment of apps to Android for Work users.", | 15 "description": "Manages the deployment of apps to Android for Work users.", |
16 "discoveryVersion": "v1", | 16 "discoveryVersion": "v1", |
17 "documentationLink": "https://developers.google.com/android/work/play/emm-ap
i", | 17 "documentationLink": "https://developers.google.com/android/work/play/emm-ap
i", |
18 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/8faYwvbUN1ZppzZfOus_umKQkJo\"", | 18 "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/lxQ9oaZN8J7PqVmY9vBlq5ZwghI\"", |
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": "androidenterprise:v1", | 23 "id": "androidenterprise:v1", |
24 "kind": "discovery#restDescription", | 24 "kind": "discovery#restDescription", |
25 "name": "androidenterprise", | 25 "name": "androidenterprise", |
26 "ownerDomain": "google.com", | 26 "ownerDomain": "google.com", |
27 "ownerName": "Google", | 27 "ownerName": "Google", |
28 "parameters": { | 28 "parameters": { |
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
406 }, | 406 }, |
407 "path": "enterprises/{enterpriseId}/serviceAccount", | 407 "path": "enterprises/{enterpriseId}/serviceAccount", |
408 "response": { | 408 "response": { |
409 "$ref": "ServiceAccount" | 409 "$ref": "ServiceAccount" |
410 }, | 410 }, |
411 "scopes": [ | 411 "scopes": [ |
412 "https://www.googleapis.com/auth/androidenterprise" | 412 "https://www.googleapis.com/auth/androidenterprise" |
413 ] | 413 ] |
414 }, | 414 }, |
415 "getStoreLayout": { | 415 "getStoreLayout": { |
416 "description": "Returns the store layout for the enterprise.
If the store layout has not been set, or if the store layout has no homepageId
set, returns a NOT_FOUND error.", | 416 "description": "Returns the store layout for the enterprise.
If the store layout has not been set, returns \"basic\" as the store layout typ
e and no homepage.", |
417 "httpMethod": "GET", | 417 "httpMethod": "GET", |
418 "id": "androidenterprise.enterprises.getStoreLayout", | 418 "id": "androidenterprise.enterprises.getStoreLayout", |
419 "parameterOrder": [ | 419 "parameterOrder": [ |
420 "enterpriseId" | 420 "enterpriseId" |
421 ], | 421 ], |
422 "parameters": { | 422 "parameters": { |
423 "enterpriseId": { | 423 "enterpriseId": { |
424 "description": "The ID of the enterprise.", | 424 "description": "The ID of the enterprise.", |
425 "location": "path", | 425 "location": "path", |
426 "required": true, | 426 "required": true, |
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
554 "$ref": "EnterpriseAccount" | 554 "$ref": "EnterpriseAccount" |
555 }, | 555 }, |
556 "response": { | 556 "response": { |
557 "$ref": "EnterpriseAccount" | 557 "$ref": "EnterpriseAccount" |
558 }, | 558 }, |
559 "scopes": [ | 559 "scopes": [ |
560 "https://www.googleapis.com/auth/androidenterprise" | 560 "https://www.googleapis.com/auth/androidenterprise" |
561 ] | 561 ] |
562 }, | 562 }, |
563 "setStoreLayout": { | 563 "setStoreLayout": { |
564 "description": "Sets the store layout for the enterprise. By
default, storeLayoutType is set to \"basic\" and the basic store layout is enab
led. The basic layout only contains apps approved by the admin, and that have be
en added to the available product set for a user (using the setAvailableProduct
Set call). Apps on the page are sorted in order of their product ID value. If yo
u create a custom store layout (by setting storeLayoutType = \"custom\"), the ba
sic store layout is disabled.", | 564 "description": "Sets the store layout for the enterprise. By
default, storeLayoutType is set to \"basic\" and the basic store layout is enab
led. The basic layout only contains apps approved by the admin, and that have be
en added to the available product set for a user (using the setAvailableProduct
Set call). Apps on the page are sorted in order of their product ID value. If yo
u create a custom store layout (by setting storeLayoutType = \"custom\" and sett
ing a homepage), the basic store layout is disabled.", |
565 "httpMethod": "PUT", | 565 "httpMethod": "PUT", |
566 "id": "androidenterprise.enterprises.setStoreLayout", | 566 "id": "androidenterprise.enterprises.setStoreLayout", |
567 "parameterOrder": [ | 567 "parameterOrder": [ |
568 "enterpriseId" | 568 "enterpriseId" |
569 ], | 569 ], |
570 "parameters": { | 570 "parameters": { |
571 "enterpriseId": { | 571 "enterpriseId": { |
572 "description": "The ID of the enterprise.", | 572 "description": "The ID of the enterprise.", |
573 "location": "path", | 573 "location": "path", |
574 "required": true, | 574 "required": true, |
(...skipping 2022 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2597 "response": { | 2597 "response": { |
2598 "$ref": "User" | 2598 "$ref": "User" |
2599 }, | 2599 }, |
2600 "scopes": [ | 2600 "scopes": [ |
2601 "https://www.googleapis.com/auth/androidenterprise" | 2601 "https://www.googleapis.com/auth/androidenterprise" |
2602 ] | 2602 ] |
2603 } | 2603 } |
2604 } | 2604 } |
2605 } | 2605 } |
2606 }, | 2606 }, |
2607 "revision": "20170316", | 2607 "revision": "20170405", |
2608 "rootUrl": "https://www.googleapis.com/", | 2608 "rootUrl": "https://www.googleapis.com/", |
2609 "schemas": { | 2609 "schemas": { |
2610 "Administrator": { | 2610 "Administrator": { |
2611 "description": "This represents an enterprise admin who can manage t
he enterprise in the managed Google Play store.", | 2611 "description": "This represents an enterprise admin who can manage t
he enterprise in the managed Google Play store.", |
2612 "id": "Administrator", | 2612 "id": "Administrator", |
2613 "properties": { | 2613 "properties": { |
2614 "email": { | 2614 "email": { |
2615 "description": "The admin's email address.", | 2615 "description": "The admin's email address.", |
2616 "type": "string" | 2616 "type": "string" |
2617 } | 2617 } |
(...skipping 1129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3747 "type": "array" | 3747 "type": "array" |
3748 } | 3748 } |
3749 }, | 3749 }, |
3750 "type": "object" | 3750 "type": "object" |
3751 }, | 3751 }, |
3752 "StoreLayout": { | 3752 "StoreLayout": { |
3753 "description": "General setting for the managed Google Play store la
yout, currently only specifying the page to display the first time the store is
opened.", | 3753 "description": "General setting for the managed Google Play store la
yout, currently only specifying the page to display the first time the store is
opened.", |
3754 "id": "StoreLayout", | 3754 "id": "StoreLayout", |
3755 "properties": { | 3755 "properties": { |
3756 "homepageId": { | 3756 "homepageId": { |
3757 "description": "The ID of the store page to be used as the h
omepage. The homepage will be used as the first page shown in the managed Google
Play store.\n\nIf a homepage has not been set, the Play store shown on devices
will be empty. Not specifying a homepage on a store layout effectively empties t
he store.\n\nIf there exists at least one page, this field must be set to the ID
of a valid page.", | 3757 "description": "The ID of the store page to be used as the h
omepage. The homepage is the first page shown in the managed Google Play Store.\
n\nNot specifying a homepage is equivalent to setting the store layout type to \
"basic\".", |
3758 "type": "string" | 3758 "type": "string" |
3759 }, | 3759 }, |
3760 "kind": { | 3760 "kind": { |
3761 "default": "androidenterprise#storeLayout", | 3761 "default": "androidenterprise#storeLayout", |
3762 "description": "Identifies what kind of resource this is. Va
lue: the fixed string \"androidenterprise#storeLayout\".", | 3762 "description": "Identifies what kind of resource this is. Va
lue: the fixed string \"androidenterprise#storeLayout\".", |
3763 "type": "string" | 3763 "type": "string" |
3764 }, | 3764 }, |
3765 "storeLayoutType": { | 3765 "storeLayoutType": { |
3766 "description": "The store layout type. By default, this valu
e is set to \"basic\". If set to \"custom\", \"homepageId\" must be specified. I
f set to \"basic\", the layout will consist of all approved apps accessible by t
he user, split in pages of 100 each; in this case, \"homepageId\" must not be sp
ecified. The \"basic\" setting takes precedence over any existing collections se
tup for this enterprise (if any). Should the enterprise use collectionViewers fo
r controlling access rights, these will still be respected.", | 3766 "description": "The store layout type. By default, this valu
e is set to \"basic\" if the homepageId field is not set, and to \"custom\" othe
rwise. If set to \"basic\", the layout will consist of all approved apps that ha
ve been whitelisted for the user.", |
3767 "type": "string" | 3767 "type": "string" |
3768 } | 3768 } |
3769 }, | 3769 }, |
3770 "type": "object" | 3770 "type": "object" |
3771 }, | 3771 }, |
3772 "StoreLayoutClustersListResponse": { | 3772 "StoreLayoutClustersListResponse": { |
3773 "description": "The store page resources for the enterprise.", | 3773 "description": "The store page resources for the enterprise.", |
3774 "id": "StoreLayoutClustersListResponse", | 3774 "id": "StoreLayoutClustersListResponse", |
3775 "properties": { | 3775 "properties": { |
3776 "cluster": { | 3776 "cluster": { |
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3932 "type": "array" | 3932 "type": "array" |
3933 } | 3933 } |
3934 }, | 3934 }, |
3935 "type": "object" | 3935 "type": "object" |
3936 } | 3936 } |
3937 }, | 3937 }, |
3938 "servicePath": "androidenterprise/v1/", | 3938 "servicePath": "androidenterprise/v1/", |
3939 "title": "Google Play EMM API", | 3939 "title": "Google Play EMM API", |
3940 "version": "v1" | 3940 "version": "v1" |
3941 } | 3941 } |
OLD | NEW |