Skip to content

Commit 9c6673f

Browse files
1 parent 57c303c commit 9c6673f

File tree

4 files changed

+18
-24
lines changed

4 files changed

+18
-24
lines changed

clients/google-api-services-script/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-script</artifactId>
25-
<version>v1-rev20250623-2.0.0</version>
25+
<version>v1-rev20250824-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-script:v1-rev20250623-2.0.0'
38+
implementation 'com.google.apis:google-api-services-script:v1-rev20250824-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-script/v1/2.0.0/com/google/api/services/script/model/File.java

Lines changed: 12 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@
3232
public 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) {

clients/google-api-services-script/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-script</artifactId>
11-
<version>v1-rev20250623-2.0.0</version>
12-
<name>Apps Script API v1-rev20250623-2.0.0</name>
11+
<version>v1-rev20250824-2.0.0</version>
12+
<name>Apps Script API v1-rev20250824-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-script/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-script</artifactId>
25-
<version>v1-rev20250623-2.0.0</version>
25+
<version>v1-rev20250824-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-script:v1-rev20250623-2.0.0'
38+
implementation 'com.google.apis:google-api-services-script:v1-rev20250824-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)