| Index: discovery/googleapis/admin__directory_v1.json
|
| diff --git a/discovery/googleapis/admin__directory_v1.json b/discovery/googleapis/admin__directory_v1.json
|
| index da550fcc0fe3d27790663d07a03ec4191939e71a..41e1de43751249b63509e1c985f9aab552bed50c 100644
|
| --- a/discovery/googleapis/admin__directory_v1.json
|
| +++ b/discovery/googleapis/admin__directory_v1.json
|
| @@ -93,7 +93,7 @@
|
| "description": "The Admin SDK Directory API lets you view and manage enterprise resources such as users and groups, administrative notifications, security features, and more.",
|
| "discoveryVersion": "v1",
|
| "documentationLink": "https://developers.google.com/admin-sdk/directory/",
|
| - "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/Hgzlsu38y56tOKi_wO3_mjV37MM\"",
|
| + "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/976YNPTJkb16sYg_Lp8esJdwsGQ\"",
|
| "icons": {
|
| "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
|
| "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
|
| @@ -377,6 +377,11 @@
|
| "location": "query",
|
| "type": "string"
|
| },
|
| + "orgUnitPath": {
|
| + "description": "Full path of the organization unit or its Id",
|
| + "location": "query",
|
| + "type": "string"
|
| + },
|
| "pageToken": {
|
| "description": "Token to specify next page in the list",
|
| "location": "query",
|
| @@ -3423,7 +3428,7 @@
|
| }
|
| }
|
| },
|
| - "revision": "20170419",
|
| + "revision": "20170530",
|
| "rootUrl": "https://www.googleapis.com/",
|
| "schemas": {
|
| "Alias": {
|
| @@ -5143,6 +5148,9 @@
|
| "readOnly": true,
|
| "type": "string"
|
| },
|
| + "languages": {
|
| + "type": "any"
|
| + },
|
| "lastLoginTime": {
|
| "description": "User's last login time. (Read-only)",
|
| "format": "date-time",
|
| @@ -5389,12 +5397,27 @@
|
| },
|
| "type": "object"
|
| },
|
| + "UserLanguage": {
|
| + "description": "JSON template for a language entry.",
|
| + "id": "UserLanguage",
|
| + "properties": {
|
| + "customLanguage": {
|
| + "description": "Other language. User can provide own language name if there is no corresponding Google III language code. If this is set LanguageCode can't be set",
|
| + "type": "string"
|
| + },
|
| + "languageCode": {
|
| + "description": "Language Code. Should be used for storing Google III LanguageCode string representation for language. Illegal values cause SchemaException.",
|
| + "type": "string"
|
| + }
|
| + },
|
| + "type": "object"
|
| + },
|
| "UserLocation": {
|
| "description": "JSON template for a location entry.",
|
| "id": "UserLocation",
|
| "properties": {
|
| "area": {
|
| - "description": "Textual location. This is most useful for display purposes to concisely describe the location. E.g. \"Mountain View, CA\", \"Near Seattle\", \"US-NYC-9TH 9A209A\".",
|
| + "description": "Textual location. This is most useful for display purposes to concisely describe the location. For example, \"Mountain View, CA\", \"Near Seattle\", \"US-NYC-9TH 9A209A\".",
|
| "type": "string"
|
| },
|
| "buildingId": {
|
| @@ -5414,7 +5437,7 @@
|
| "type": "string"
|
| },
|
| "floorSection": {
|
| - "description": "Floor Section. More specific location within the floor. E.g. if a floor is divided into sections \"A\", \"B\", and \"C\", this field would identify one of those values.",
|
| + "description": "Floor section. More specific location within the floor. For example, if a floor is divided into sections \"A\", \"B\", and \"C\", this field would identify one of those values.",
|
| "type": "string"
|
| },
|
| "type": {
|
| @@ -5493,6 +5516,11 @@
|
| "description": "The domain to which the organization belongs to.",
|
| "type": "string"
|
| },
|
| + "fullTimeEquivalent": {
|
| + "description": "The full-time equivalent percent within the organization (100000 = 100%).",
|
| + "format": "int32",
|
| + "type": "integer"
|
| + },
|
| "location": {
|
| "description": "Location of the organization. This need not be fully qualified address.",
|
| "type": "string"
|
|
|