aboutsummaryrefslogtreecommitdiff
path: root/googleapiclient/discovery_cache/documents/admin.directory_v1.json
diff options
context:
space:
mode:
Diffstat (limited to 'googleapiclient/discovery_cache/documents/admin.directory_v1.json')
-rw-r--r--googleapiclient/discovery_cache/documents/admin.directory_v1.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/googleapiclient/discovery_cache/documents/admin.directory_v1.json b/googleapiclient/discovery_cache/documents/admin.directory_v1.json
index 09aa3beb0..0e90eeff7 100644
--- a/googleapiclient/discovery_cache/documents/admin.directory_v1.json
+++ b/googleapiclient/discovery_cache/documents/admin.directory_v1.json
@@ -432,7 +432,7 @@
"type": "string"
},
"orgUnitPath": {
- "description": "The full path of the organizational unit or its unique ID.",
+ "description": "The full path of the organizational unit (minus the leading `/`) or its unique ID.",
"location": "query",
"type": "string"
},
@@ -1935,7 +1935,7 @@
]
},
"list": {
- "description": "Retrieves a paginated list of all mobile devices for an account.",
+ "description": "Retrieves a paginated list of all user-owned mobile devices for an account. To retrieve a list that includes company-owned devices, use the Cloud Identity [Devices API](https://cloud.google.com/identity/docs/concepts/overview-devices) instead.",
"flatPath": "admin/directory/v1/customer/{customerId}/devices/mobile",
"httpMethod": "GET",
"id": "directory.mobiledevices.list",
@@ -2051,7 +2051,7 @@
"type": "string"
},
"orgUnitPath": {
- "description": "The full path of the organizational unit or its unique ID.",
+ "description": "The full path of the organizational unit (minus the leading `/`) or its unique ID.",
"location": "path",
"pattern": "^.*$",
"required": true,
@@ -2080,7 +2080,7 @@
"type": "string"
},
"orgUnitPath": {
- "description": "The full path of the organizational unit or its unique ID.",
+ "description": "The full path of the organizational unit (minus the leading `/`) or its unique ID.",
"location": "path",
"pattern": "^.*$",
"required": true,
@@ -2184,7 +2184,7 @@
"type": "string"
},
"orgUnitPath": {
- "description": "The full path of the organizational unit or its unique ID.",
+ "description": "The full path of the organizational unit (minus the leading `/`) or its unique ID.",
"location": "path",
"pattern": "^.*$",
"required": true,
@@ -2219,7 +2219,7 @@
"type": "string"
},
"orgUnitPath": {
- "description": "The full path of the organizational unit or its unique ID.",
+ "description": "The full path of the organizational unit (minus the leading `/`) or its unique ID.",
"location": "path",
"pattern": "^.*$",
"required": true,
@@ -4402,7 +4402,7 @@
}
}
},
- "revision": "20211207",
+ "revision": "20211221",
"rootUrl": "https://admin.googleapis.com/",
"schemas": {
"Alias": {
@@ -7356,15 +7356,15 @@
"id": "UserLanguage",
"properties": {
"customLanguage": {
- "description": "Other language. User can provide own language name if there is no corresponding ISO 639 language code. If this is set `languageCode` can't be set.",
+ "description": "Other language. User can provide their own language name if there is no corresponding ISO 639 language code. If this is set, `languageCode` can't be set.",
"type": "string"
},
"languageCode": {
- "description": "Language Code. Should be used for storing ISO 639 LanguageCode string representation for language. See the [Language Codes](/admin-sdk/directory/v1/languages) page for the list of supported codes. Valid language codes outside the supported set will be accepted by the API but may lead to unexpected behavior. Illegal values cause SchemaException. If this is set `customLanguage` can't be set.",
+ "description": "ISO 639 string representation of a language. See [Language Codes](/admin-sdk/directory/v1/languages) for the list of supported codes. Valid language codes outside the supported set will be accepted by the API but may lead to unexpected behavior. Illegal values cause `SchemaException`. If this is set, `customLanguage` can't be set.",
"type": "string"
},
"preference": {
- "description": "Preference. Optional field, which if present, controls whether the specified `languageCode` is stored as the user's preferred language. If `customLanguage` is set, this can't be set. Allowed values are `preferred` and `not_preferred`.",
+ "description": "Optional. If present, controls whether the specified `languageCode` is the user's preferred language. If `customLanguage` is set, this can't be set. Allowed values are `preferred` and `not_preferred`.",
"type": "string"
}
},