Skip to content

Commit 65a292c

Browse files
1 parent fb9238b commit 65a292c

File tree

4 files changed

+6
-26
lines changed

4 files changed

+6
-26
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-rev20240108-2.0.0</version>
25+
<version>v1-rev20250130-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-rev20240108-2.0.0'
38+
implementation 'com.google.apis:google-api-services-script:v1-rev20250130-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2695,16 +2695,6 @@ public Scripts scripts() {
26952695
public class Scripts {
26962696

26972697
/**
2698-
* Runs a function in an Apps Script project. The script project must be deployed for use with the
2699-
* Apps Script API and the calling application must share the same Cloud Platform project. This
2700-
* method requires authorization with an OAuth 2.0 token that includes at least one of the scopes
2701-
* listed in the [Authorization](#authorization-scopes) section; script projects that do not require
2702-
* authorization cannot be executed through this API. To find the correct scopes to include in the
2703-
* authentication token, open the script project **Overview** page and scroll down to "Project OAuth
2704-
* Scopes." The error `403, PERMISSION_DENIED: The caller does not have permission` indicates that
2705-
* the Cloud Platform project used to authorize the request is not the same as the one used by the
2706-
* script.
2707-
*
27082698
* Create a request for the method "scripts.run".
27092699
*
27102700
* This request holds the parameters needed by the script server. After setting any optional
@@ -2728,16 +2718,6 @@ public class Run extends ScriptRequest<com.google.api.services.script.model.Oper
27282718
private static final String REST_PATH = "v1/scripts/{scriptId}:run";
27292719

27302720
/**
2731-
* Runs a function in an Apps Script project. The script project must be deployed for use with the
2732-
* Apps Script API and the calling application must share the same Cloud Platform project. This
2733-
* method requires authorization with an OAuth 2.0 token that includes at least one of the scopes
2734-
* listed in the [Authorization](#authorization-scopes) section; script projects that do not
2735-
* require authorization cannot be executed through this API. To find the correct scopes to
2736-
* include in the authentication token, open the script project **Overview** page and scroll down
2737-
* to "Project OAuth Scopes." The error `403, PERMISSION_DENIED: The caller does not have
2738-
* permission` indicates that the Cloud Platform project used to authorize the request is not the
2739-
* same as the one used by the script.
2740-
*
27412721
* Create a request for the method "scripts.run".
27422722
*
27432723
* This request holds the parameters needed by the the script server. After setting any optional

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-rev20240108-2.0.0</version>
12-
<name>Apps Script API v1-rev20240108-2.0.0</name>
11+
<version>v1-rev20250130-2.0.0</version>
12+
<name>Apps Script API v1-rev20250130-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-rev20240108-2.0.0</version>
25+
<version>v1-rev20250130-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-rev20240108-2.0.0'
38+
implementation 'com.google.apis:google-api-services-script:v1-rev20250130-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)