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

Unified Diff: discovery/googleapis/admin__directory_v1.json

Issue 798373003: Api roll 8: 2014-12-15 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « discovery/googleapis/adexchangebuyer__v1.3.json ('k') | discovery/googleapis/admin__reports_v1.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: discovery/googleapis/admin__directory_v1.json
diff --git a/discovery/googleapis/admin__directory_v1.json b/discovery/googleapis/admin__directory_v1.json
index fc54db0ca99557f4872ecd84d3789f73874475f6..f8ac4fbce3512528a26c45435ab101b2f560937b 100644
--- a/discovery/googleapis/admin__directory_v1.json
+++ b/discovery/googleapis/admin__directory_v1.json
@@ -69,7 +69,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": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/l5pod8YqQveewbHEUdz0VFkXQt0\"",
+ "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/G0v1rWSx70VoKr67jXxgcXZaRUc\"",
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
"x32": "http://www.google.com/images/icons/product/search-32.gif"
@@ -2511,7 +2511,7 @@
}
}
},
- "revision": "20141014",
+ "revision": "20141113",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"Alias": {
@@ -3636,6 +3636,9 @@
},
"type": "array"
},
+ "notes": {
+ "type": "any"
+ },
"orgUnitPath": {
"description": "OrgUnit of User",
"type": "string"
@@ -3678,6 +3681,24 @@
"thumbnailPhotoUrl": {
"description": "Photo Url of the user (Read-only)",
"type": "string"
+ },
+ "websites": {
+ "type": "any"
+ }
+ },
+ "type": "object"
+ },
+ "UserAbout": {
+ "description": "JSON template for About (notes) of a user in Directory API.",
+ "id": "UserAbout",
+ "properties": {
+ "contentType": {
+ "description": "About entry can have a type which indicates the content type. It can either be plain or html. By default, notes contents are assumed to contain plain text.",
+ "type": "string"
+ },
+ "value": {
+ "description": "Actual value of notes.",
+ "type": "string"
}
},
"type": "object"
@@ -4019,6 +4040,29 @@
},
"type": "object"
},
+ "UserWebsite": {
+ "description": "JSON template for a website entry.",
+ "id": "UserWebsite",
+ "properties": {
+ "customType": {
+ "description": "Custom Type.",
+ "type": "string"
+ },
+ "primary": {
+ "description": "If this is user's primary website or not.",
+ "type": "boolean"
+ },
+ "type": {
+ "description": "Each entry can have a type which indicates standard types of that entry. For example website could be of home, work, blog etc. In addition to the standard type, an entry can have a custom type and can give it any name. Such types should have the CUSTOM value as type and also have a customType value.",
+ "type": "string"
+ },
+ "value": {
+ "description": "Website.",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
"Users": {
"description": "JSON response template for List Users operation in Apps Directory API.",
"id": "Users",
« no previous file with comments | « discovery/googleapis/adexchangebuyer__v1.3.json ('k') | discovery/googleapis/admin__reports_v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698