3232public final class File extends com .google .api .client .json .GenericJson {
3333
3434 /**
35- * Creation date timestamp. This read-only field is only visible to users who have WRITER
36- * permission for the script project.
35+ * Creation date timestamp.
3736 * The value may be {@code null}.
3837 */
3938 @ com .google .api .client .util .Key
@@ -47,8 +46,8 @@ public final class File extends com.google.api.client.json.GenericJson {
4746 private GoogleAppsScriptTypeFunctionSet functionSet ;
4847
4948 /**
50- * The user who modified the file most recently. This read-only field is only visible to users who
51- * have WRITER permission for the script project .
49+ * The user who modified the file most recently. The details visible in this object are controlled
50+ * by the profile visibility settings of the last modifying user .
5251 * The value may be {@code null}.
5352 */
5453 @ com .google .api .client .util .Key
@@ -77,25 +76,22 @@ public final class File extends com.google.api.client.json.GenericJson {
7776 private java .lang .String type ;
7877
7978 /**
80- * Last modified date timestamp. This read-only field is only visible to users who have WRITER
81- * permission for the script project.
79+ * Last modified date timestamp.
8280 * The value may be {@code null}.
8381 */
8482 @ com .google .api .client .util .Key
8583 private String updateTime ;
8684
8785 /**
88- * Creation date timestamp. This read-only field is only visible to users who have WRITER
89- * permission for the script project.
86+ * Creation date timestamp.
9087 * @return value or {@code null} for none
9188 */
9289 public String getCreateTime () {
9390 return createTime ;
9491 }
9592
9693 /**
97- * Creation date timestamp. This read-only field is only visible to users who have WRITER
98- * permission for the script project.
94+ * Creation date timestamp.
9995 * @param createTime createTime or {@code null} for none
10096 */
10197 public File setCreateTime (String createTime ) {
@@ -121,17 +117,17 @@ public File setFunctionSet(GoogleAppsScriptTypeFunctionSet functionSet) {
121117 }
122118
123119 /**
124- * The user who modified the file most recently. This read-only field is only visible to users who
125- * have WRITER permission for the script project .
120+ * The user who modified the file most recently. The details visible in this object are controlled
121+ * by the profile visibility settings of the last modifying user .
126122 * @return value or {@code null} for none
127123 */
128124 public GoogleAppsScriptTypeUser getLastModifyUser () {
129125 return lastModifyUser ;
130126 }
131127
132128 /**
133- * The user who modified the file most recently. This read-only field is only visible to users who
134- * have WRITER permission for the script project .
129+ * The user who modified the file most recently. The details visible in this object are controlled
130+ * by the profile visibility settings of the last modifying user .
135131 * @param lastModifyUser lastModifyUser or {@code null} for none
136132 */
137133 public File setLastModifyUser (GoogleAppsScriptTypeUser lastModifyUser ) {
@@ -193,17 +189,15 @@ public File setType(java.lang.String type) {
193189 }
194190
195191 /**
196- * Last modified date timestamp. This read-only field is only visible to users who have WRITER
197- * permission for the script project.
192+ * Last modified date timestamp.
198193 * @return value or {@code null} for none
199194 */
200195 public String getUpdateTime () {
201196 return updateTime ;
202197 }
203198
204199 /**
205- * Last modified date timestamp. This read-only field is only visible to users who have WRITER
206- * permission for the script project.
200+ * Last modified date timestamp.
207201 * @param updateTime updateTime or {@code null} for none
208202 */
209203 public File setUpdateTime (String updateTime ) {
0 commit comments