chore(json): fetch latest json and re-gen all code

This commit is contained in:
Sebastian Thiel
2016-12-16 11:25:26 +01:00
parent e04b6d023d
commit 06caa1de02
657 changed files with 237602 additions and 19201 deletions

View File

@@ -1,20 +1,20 @@
{
"kind": "discovery#restDescription",
"etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/tVkq2fforoBT9yvJW6dzQX6ja6Q\"",
"etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/MJXmm78_R4W8L6tex9cqkPyvKmM\"",
"discoveryVersion": "v1",
"id": "admin:directory_v1",
"name": "admin",
"canonicalName": "directory",
"version": "directory_v1",
"revision": "20160824",
"revision": "20161124",
"title": "Admin Directory API",
"description": "The Admin SDK Directory API lets you view and manage enterprise resources such as users and groups, administrative notifications, security features, and more.",
"ownerDomain": "google.com",
"ownerName": "Google",
"packagePath": "admin",
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
"x32": "http://www.google.com/images/icons/product/search-32.gif"
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://developers.google.com/admin-sdk/directory/",
"protocol": "rest",
@@ -533,6 +533,25 @@
}
}
},
"ChromeOsDeviceAction": {
"id": "ChromeOsDeviceAction",
"type": "object",
"description": "JSON request template for firing actions on ChromeOs Device in Directory Devices API.",
"properties": {
"action": {
"type": "string",
"description": "Action to be taken on the ChromeOs Device",
"annotations": {
"required": [
"directory.chromeosdevices.action"
]
}
},
"deprovisionReason": {
"type": "string"
}
}
},
"ChromeOsDevices": {
"id": "ChromeOsDevices",
"type": "object",
@@ -973,6 +992,14 @@
"type": "string",
"description": "Mobile Device Baseband version (Read-only)"
},
"bootloaderVersion": {
"type": "string",
"description": "Mobile Device Bootloader version (Read-only)"
},
"brand": {
"type": "string",
"description": "Mobile Device Brand (Read-only)"
},
"buildNumber": {
"type": "string",
"description": "Mobile Device Build number (Read-only)"
@@ -993,6 +1020,10 @@
"type": "string",
"description": "Mobile Device serial number (Read-only)"
},
"devicePasswordStatus": {
"type": "string",
"description": "DevicePasswordStatus (Read-only)"
},
"email": {
"type": "array",
"description": "List of owner user's email addresses (Read-only)",
@@ -1000,6 +1031,10 @@
"type": "string"
}
},
"encryptionStatus": {
"type": "string",
"description": "Mobile Device Encryption Status (Read-only)"
},
"etag": {
"type": "string",
"description": "ETag of the resource."
@@ -1009,6 +1044,10 @@
"description": "Date and time the device was first synchronized with the policy settings in the Google Apps administrator control panel (Read-only)",
"format": "date-time"
},
"hardware": {
"type": "string",
"description": "Mobile Device Hardware (Read-only)"
},
"hardwareId": {
"type": "string",
"description": "Mobile Device Hardware Id (Read-only)"
@@ -1035,6 +1074,10 @@
"type": "boolean",
"description": "Boolean indicating if this account is on owner/primary profile or not (Read-only)"
},
"manufacturer": {
"type": "string",
"description": "Mobile Device manufacturer (Read-only)"
},
"meid": {
"type": "string",
"description": "Mobile Device MEID number (Read-only)"
@@ -1065,10 +1108,23 @@
"type": "string"
}
},
"privilege": {
"type": "string",
"description": "DMAgentPermission (Read-only)"
},
"releaseVersion": {
"type": "string",
"description": "Mobile Device release version version (Read-only)"
},
"resourceId": {
"type": "string",
"description": "Unique identifier of Mobile Device (Read-only)"
},
"securityPatchLevel": {
"type": "string",
"description": "Mobile Device Security patch level (Read-only)",
"format": "int64"
},
"serialNumber": {
"type": "string",
"description": "Mobile Device SSN or Serial Number (Read-only)"
@@ -2452,6 +2508,36 @@
},
"chromeosdevices": {
"methods": {
"action": {
"id": "directory.chromeosdevices.action",
"path": "customer/{customerId}/devices/chromeos/{resourceId}/action",
"httpMethod": "POST",
"description": "Take action on Chrome OS Device",
"parameters": {
"customerId": {
"type": "string",
"description": "Immutable id of the Google Apps account",
"required": true,
"location": "path"
},
"resourceId": {
"type": "string",
"description": "Immutable id of Chrome OS Device",
"required": true,
"location": "path"
}
},
"parameterOrder": [
"customerId",
"resourceId"
],
"request": {
"$ref": "ChromeOsDeviceAction"
},
"scopes": [
"https://www.googleapis.com/auth/admin.directory.device.chromeos"
]
},
"get": {
"id": "directory.chromeosdevices.get",
"path": "customer/{customerId}/devices/chromeos/{deviceId}",