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

Side by Side Diff: discovery/googleapis/androidenterprise__v1.json

Issue 2571553005: Api-roll 43: 2016-12-13 (Closed)
Patch Set: Created 4 years 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/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": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/IK528lrZ_G3wj2ykOVn5EPb9raM\"", 18 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/C94wtsy8mrHkcQY94KxE1tVMlOU\"",
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 2962 matching lines...) Expand 10 before | Expand all | Expand 10 after
2991 "response": { 2991 "response": {
2992 "$ref": "User" 2992 "$ref": "User"
2993 }, 2993 },
2994 "scopes": [ 2994 "scopes": [
2995 "https://www.googleapis.com/auth/androidenterprise" 2995 "https://www.googleapis.com/auth/androidenterprise"
2996 ] 2996 ]
2997 } 2997 }
2998 } 2998 }
2999 } 2999 }
3000 }, 3000 },
3001 "revision": "20161025", 3001 "revision": "20161207",
3002 "rootUrl": "https://www.googleapis.com/", 3002 "rootUrl": "https://www.googleapis.com/",
3003 "schemas": { 3003 "schemas": {
3004 "Administrator": { 3004 "Administrator": {
3005 "description": "This represents an enterprise administrator who can manage the enterprise in the Google Play for Work Store.", 3005 "description": "This represents an enterprise administrator who can manage the enterprise in the Google Play for Work Store.",
3006 "id": "Administrator", 3006 "id": "Administrator",
3007 "properties": { 3007 "properties": {
3008 "email": { 3008 "email": {
3009 "description": "The administrator's email address.", 3009 "description": "The administrator's email address.",
3010 "type": "string" 3010 "type": "string"
3011 } 3011 }
(...skipping 1014 matching lines...) Expand 10 before | Expand all | Expand 10 after
4026 "type": "string" 4026 "type": "string"
4027 }, 4027 },
4028 "productId": { 4028 "productId": {
4029 "description": "The list of product IDs making up the set of products.", 4029 "description": "The list of product IDs making up the set of products.",
4030 "items": { 4030 "items": {
4031 "type": "string" 4031 "type": "string"
4032 }, 4032 },
4033 "type": "array" 4033 "type": "array"
4034 }, 4034 },
4035 "productSetBehavior": { 4035 "productSetBehavior": {
4036 "description": "The interpretation of this product set. \"un known\" should never be sent and ignored if received. \"whitelist\" means that t his product set constitutes a whitelist. \"includeAll\" means that all products are accessible (the value of the productId field is therefore ignored). If a val ue is not supplied, it is interpreted to be \"whitelist\" for backwards compatib ility.", 4036 "description": "The interpretation of this product set. \"un known\" should never be sent and ignored if received. \"whitelist\" means that t his product set constitutes a whitelist. \"includeAll\" means that all products are accessible, including products that are approved, not approved, and even pro ducts where approval has been revoked. If the value is \"includeAll\", the value of the productId field is therefore ignored. If a value is not supplied, it is interpreted to be \"whitelist\" for backwards compatibility.",
4037 "type": "string" 4037 "type": "string"
4038 } 4038 }
4039 }, 4039 },
4040 "type": "object" 4040 "type": "object"
4041 }, 4041 },
4042 "ProductsApproveRequest": { 4042 "ProductsApproveRequest": {
4043 "id": "ProductsApproveRequest", 4043 "id": "ProductsApproveRequest",
4044 "properties": { 4044 "properties": {
4045 "approvalUrlInfo": { 4045 "approvalUrlInfo": {
4046 "$ref": "ApprovalUrlInfo", 4046 "$ref": "ApprovalUrlInfo",
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
4116 }, 4116 },
4117 "id": { 4117 "id": {
4118 "description": "An opaque, unique identifier for this Servic eAccountKey. Assigned by the server.", 4118 "description": "An opaque, unique identifier for this Servic eAccountKey. Assigned by the server.",
4119 "type": "string" 4119 "type": "string"
4120 }, 4120 },
4121 "kind": { 4121 "kind": {
4122 "default": "androidenterprise#serviceAccountKey", 4122 "default": "androidenterprise#serviceAccountKey",
4123 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"androidenterprise#serviceAccountKey\".", 4123 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"androidenterprise#serviceAccountKey\".",
4124 "type": "string" 4124 "type": "string"
4125 }, 4125 },
4126 "publicData": {
4127 "description": "Public key data for the credentials file. Th is is an X.509 cert. If you are using the googleCredentials key type, this is id entical to the cert that can be retrieved by using the X.509 cert url inside of the credentials file.",
4128 "type": "string"
4129 },
4126 "type": { 4130 "type": {
4127 "annotations": { 4131 "annotations": {
4128 "required": [ 4132 "required": [
4129 "androidenterprise.serviceaccountkeys.insert" 4133 "androidenterprise.serviceaccountkeys.insert"
4130 ] 4134 ]
4131 }, 4135 },
4132 "description": "The file format of the generated key data.", 4136 "description": "The file format of the generated key data.",
4133 "type": "string" 4137 "type": "string"
4134 } 4138 }
4135 }, 4139 },
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
4209 "homepageId": { 4213 "homepageId": {
4210 "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 Google Play fo r Work 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 the store.\n\nIf there exists at least one page, this field must be set to the I D of a valid page.", 4214 "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 Google Play fo r Work 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 the store.\n\nIf there exists at least one page, this field must be set to the I D of a valid page.",
4211 "type": "string" 4215 "type": "string"
4212 }, 4216 },
4213 "kind": { 4217 "kind": {
4214 "default": "androidenterprise#storeLayout", 4218 "default": "androidenterprise#storeLayout",
4215 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"androidenterprise#storeLayout\".", 4219 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"androidenterprise#storeLayout\".",
4216 "type": "string" 4220 "type": "string"
4217 }, 4221 },
4218 "storeLayoutType": { 4222 "storeLayoutType": {
4219 "description": "Sets a store layout type. By default, this v alue is set to \"basic\". If set to \"custom\", \"homepageId\" must be specified . If set to \"basic\", the layout will consist of all approved apps accessible b y the user, split in pages of 100 each; in this case, \"homepageId\" must not be specified. The \"basic\" setting takes precedence over any existing collections setup for this enterprise (if any). Should the enterprise use collectionViewers for controlling access rights, these will still be respected.", 4223 "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.",
4220 "type": "string" 4224 "type": "string"
4221 } 4225 }
4222 }, 4226 },
4223 "type": "object" 4227 "type": "object"
4224 }, 4228 },
4225 "StoreLayoutClustersListResponse": { 4229 "StoreLayoutClustersListResponse": {
4226 "description": "The store page resources for the enterprise.", 4230 "description": "The store page resources for the enterprise.",
4227 "id": "StoreLayoutClustersListResponse", 4231 "id": "StoreLayoutClustersListResponse",
4228 "properties": { 4232 "properties": {
4229 "cluster": { 4233 "cluster": {
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
4385 "type": "array" 4389 "type": "array"
4386 } 4390 }
4387 }, 4391 },
4388 "type": "object" 4392 "type": "object"
4389 } 4393 }
4390 }, 4394 },
4391 "servicePath": "androidenterprise/v1/", 4395 "servicePath": "androidenterprise/v1/",
4392 "title": "Google Play EMM API", 4396 "title": "Google Play EMM API",
4393 "version": "v1" 4397 "version": "v1"
4394 } 4398 }
OLDNEW
« no previous file with comments | « discovery/googleapis/analyticsreporting__v4.json ('k') | discovery/googleapis/androidpublisher__v2.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698