@@ -40,8 +40,8 @@ public final class Comment extends com.google.api.client.json.GenericJson {
4040 private java .lang .String anchor ;
4141
4242 /**
43- * Output only. The email of the user who is assigned to this comment, if none is assigned this
44- * will be unset.
43+ * Output only. The email address of the user assigned to this comment. If no user is assigned,
44+ * the field is unset.
4545 * The value may be {@code null}.
4646 */
4747 @ com .google .api .client .util .Key
@@ -100,8 +100,8 @@ public final class Comment extends com.google.api.client.json.GenericJson {
100100 private java .lang .String kind ;
101101
102102 /**
103- * Output only. The emails of the users who were mentioned in this comment, if none were mentioned
104- * this will be an empty list .
103+ * Output only. A list of email addresses for users mentioned in this comment. If no users are
104+ * mentioned, the list is empty.
105105 * The value may be {@code null}.
106106 */
107107 @ com .google .api .client .util .Key
@@ -158,17 +158,17 @@ public Comment setAnchor(java.lang.String anchor) {
158158 }
159159
160160 /**
161- * Output only. The email of the user who is assigned to this comment, if none is assigned this
162- * will be unset.
161+ * Output only. The email address of the user assigned to this comment. If no user is assigned,
162+ * the field is unset.
163163 * @return value or {@code null} for none
164164 */
165165 public java .lang .String getAssigneeEmailAddress () {
166166 return assigneeEmailAddress ;
167167 }
168168
169169 /**
170- * Output only. The email of the user who is assigned to this comment, if none is assigned this
171- * will be unset.
170+ * Output only. The email address of the user assigned to this comment. If no user is assigned,
171+ * the field is unset.
172172 * @param assigneeEmailAddress assigneeEmailAddress or {@code null} for none
173173 */
174174 public Comment setAssigneeEmailAddress (java .lang .String assigneeEmailAddress ) {
@@ -302,17 +302,17 @@ public Comment setKind(java.lang.String kind) {
302302 }
303303
304304 /**
305- * Output only. The emails of the users who were mentioned in this comment, if none were mentioned
306- * this will be an empty list .
305+ * Output only. A list of email addresses for users mentioned in this comment. If no users are
306+ * mentioned, the list is empty.
307307 * @return value or {@code null} for none
308308 */
309309 public java .util .List <java .lang .String > getMentionedEmailAddresses () {
310310 return mentionedEmailAddresses ;
311311 }
312312
313313 /**
314- * Output only. The emails of the users who were mentioned in this comment, if none were mentioned
315- * this will be an empty list .
314+ * Output only. A list of email addresses for users mentioned in this comment. If no users are
315+ * mentioned, the list is empty.
316316 * @param mentionedEmailAddresses mentionedEmailAddresses or {@code null} for none
317317 */
318318 public Comment setMentionedEmailAddresses (java .util .List <java .lang .String > mentionedEmailAddresses ) {
0 commit comments