@@ -37,7 +37,8 @@ public final class User extends com.google.api.client.json.GenericJson {
3737 private java .lang .String displayName ;
3838
3939 /**
40- * Output only. The email address of the user.
40+ * Output only. The email address of the user. This may not be present in certain contexts if the
41+ * user has not made their email address visible to the requester.
4142 * The value may be {@code null}.
4243 */
4344 @ com .google .api .client .util .Key
@@ -52,14 +53,14 @@ public final class User extends com.google.api.client.json.GenericJson {
5253 private java .lang .Boolean isAuthenticatedUser ;
5354
5455 /**
55- * Output only. This is always `drive#user`.
56+ * Output only. Identifies what kind of resource this is. Value: the fixed string `drive#user`.
5657 * The value may be {@code null}.
5758 */
5859 @ com .google .api .client .util .Key
5960 private java .lang .String kind ;
6061
6162 /**
62- * Output only. The user's ID as visible in the permissions collection .
63+ * Output only. The user's ID as visible in Permission resources .
6364 * The value may be {@code null}.
6465 */
6566 @ com .google .api .client .util .Key
@@ -90,15 +91,17 @@ public User setDisplayName(java.lang.String displayName) {
9091 }
9192
9293 /**
93- * Output only. The email address of the user.
94+ * Output only. The email address of the user. This may not be present in certain contexts if the
95+ * user has not made their email address visible to the requester.
9496 * @return value or {@code null} for none
9597 */
9698 public java .lang .String getEmailAddress () {
9799 return emailAddress ;
98100 }
99101
100102 /**
101- * Output only. The email address of the user.
103+ * Output only. The email address of the user. This may not be present in certain contexts if the
104+ * user has not made their email address visible to the requester.
102105 * @param emailAddress emailAddress or {@code null} for none
103106 */
104107 public User setEmailAddress (java .lang .String emailAddress ) {
@@ -126,15 +129,15 @@ public User setIsAuthenticatedUser(java.lang.Boolean isAuthenticatedUser) {
126129 }
127130
128131 /**
129- * Output only. This is always `drive#user`.
132+ * Output only. Identifies what kind of resource this is. Value: the fixed string `drive#user`.
130133 * @return value or {@code null} for none
131134 */
132135 public java .lang .String getKind () {
133136 return kind ;
134137 }
135138
136139 /**
137- * Output only. This is always `drive#user`.
140+ * Output only. Identifies what kind of resource this is. Value: the fixed string `drive#user`.
138141 * @param kind kind or {@code null} for none
139142 */
140143 public User setKind (java .lang .String kind ) {
@@ -143,15 +146,15 @@ public User setKind(java.lang.String kind) {
143146 }
144147
145148 /**
146- * Output only. The user's ID as visible in the permissions collection .
149+ * Output only. The user's ID as visible in Permission resources .
147150 * @return value or {@code null} for none
148151 */
149152 public java .lang .String getPermissionId () {
150153 return permissionId ;
151154 }
152155
153156 /**
154- * Output only. The user's ID as visible in the permissions collection .
157+ * Output only. The user's ID as visible in Permission resources .
155158 * @param permissionId permissionId or {@code null} for none
156159 */
157160 public User setPermissionId (java .lang .String permissionId ) {
0 commit comments