File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
clients/google-api-services-script/v1
com/google/api/services/script/model Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff 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-rev20250130 -2.0.0</version >
25+ <version >v1-rev20250406 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-script:v1-rev20250130 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-script:v1-rev20250406 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ public final class Project extends com.google.api.client.json.GenericJson {
5252
5353 /**
5454 * The parent's Drive ID that the script will be attached to. This is usually the ID of a Google
55- * Document or Google Sheet. This filed is optional, and if not set, a stand-alone script will be
55+ * Document or Google Sheet. This field is optional, and if not set, a stand-alone script will be
5656 * created.
5757 * The value may be {@code null}.
5858 */
@@ -133,7 +133,7 @@ public Project setLastModifyUser(GoogleAppsScriptTypeUser lastModifyUser) {
133133
134134 /**
135135 * The parent's Drive ID that the script will be attached to. This is usually the ID of a Google
136- * Document or Google Sheet. This filed is optional, and if not set, a stand-alone script will be
136+ * Document or Google Sheet. This field is optional, and if not set, a stand-alone script will be
137137 * created.
138138 * @return value or {@code null} for none
139139 */
@@ -143,7 +143,7 @@ public java.lang.String getParentId() {
143143
144144 /**
145145 * The parent's Drive ID that the script will be attached to. This is usually the ID of a Google
146- * Document or Google Sheet. This filed is optional, and if not set, a stand-alone script will be
146+ * Document or Google Sheet. This field is optional, and if not set, a stand-alone script will be
147147 * created.
148148 * @param parentId parentId or {@code null} for none
149149 */
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-script</artifactId >
11- <version >v1-rev20250130 -2.0.0</version >
12- <name >Apps Script API v1-rev20250130 -2.0.0</name >
11+ <version >v1-rev20250406 -2.0.0</version >
12+ <name >Apps Script API v1-rev20250406 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff 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-rev20250130 -2.0.0</version >
25+ <version >v1-rev20250406 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-script:v1-rev20250130 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-script:v1-rev20250406 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments