Skip to content

Commit f04cec3

Browse files
1 parent 5b68cc7 commit f04cec3

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

clients/google-api-services-sts/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-sts</artifactId>
25-
<version>v1-rev20250521-2.0.0</version>
25+
<version>v1-rev20250813-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-sts:v1-rev20250521-2.0.0'
38+
implementation 'com.google.apis:google-api-services-sts:v1-rev20250813-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-sts/v1/2.0.0/com/google/api/services/sts/v1/model/GoogleIdentityStsV1ExchangeTokenRequest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public final class GoogleIdentityStsV1ExchangeTokenRequest extends com.google.ap
5252
/**
5353
* A set of features that Security Token Service supports, in addition to the standard OAuth 2.0
5454
* token exchange, formatted as a serialized JSON object of Options. The size of the parameter
55-
* value must not exceed 4096 characters.
55+
* value must not exceed 4 * 1024 * 1024 characters (4 MB).
5656
* The value may be {@code null}.
5757
*/
5858
@com.google.api.client.util.Key
@@ -207,7 +207,7 @@ public GoogleIdentityStsV1ExchangeTokenRequest setGrantType(java.lang.String gra
207207
/**
208208
* A set of features that Security Token Service supports, in addition to the standard OAuth 2.0
209209
* token exchange, formatted as a serialized JSON object of Options. The size of the parameter
210-
* value must not exceed 4096 characters.
210+
* value must not exceed 4 * 1024 * 1024 characters (4 MB).
211211
* @return value or {@code null} for none
212212
*/
213213
public java.lang.String getOptions() {
@@ -217,7 +217,7 @@ public java.lang.String getOptions() {
217217
/**
218218
* A set of features that Security Token Service supports, in addition to the standard OAuth 2.0
219219
* token exchange, formatted as a serialized JSON object of Options. The size of the parameter
220-
* value must not exceed 4096 characters.
220+
* value must not exceed 4 * 1024 * 1024 characters (4 MB).
221221
* @param options options or {@code null} for none
222222
*/
223223
public GoogleIdentityStsV1ExchangeTokenRequest setOptions(java.lang.String options) {

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

Lines changed: 6 additions & 6 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-sts</artifactId>
11-
<version>v1-rev20250521-2.0.0</version>
12-
<name>Security Token Service API v1-rev20250521-2.0.0</name>
11+
<version>v1-rev20250813-2.0.0</version>
12+
<name>Security Token Service API v1-rev20250813-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -89,9 +89,9 @@
8989
<windowtitle>Security Token Service API ${project.version}</windowtitle>
9090
<links>
9191
<link>http://docs.oracle.com/javase/7/docs/api</link>
92-
<link>https://googleapis.dev/java/google-http-client/1.47.1/</link>
93-
<link>https://googleapis.dev/java/google-oauth-client/1.39.0/</link>
94-
<link>https://googleapis.dev/java/google-api-client/2.8.0/</link>
92+
<link>https://googleapis.dev/java/google-http-client/${httpClientLibrary}/</link>
93+
<link>https://googleapis.dev/java/google-oauth-client/${oauthClientLibrary}/</link>
94+
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
9595
</links>
9696
</configuration>
9797
</plugin>
@@ -124,7 +124,7 @@
124124
<dependency>
125125
<groupId>com.google.api-client</groupId>
126126
<artifactId>google-api-client</artifactId>
127-
<version>2.8.0</version>
127+
<version>2.7.2</version>
128128
</dependency>
129129
</dependencies>
130130

clients/google-api-services-sts/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-sts</artifactId>
25-
<version>v1-rev20250521-2.0.0</version>
25+
<version>v1-rev20250813-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-sts:v1-rev20250521-2.0.0'
38+
implementation 'com.google.apis:google-api-services-sts:v1-rev20250813-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-sts/v1beta/2.0.0/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@
8989
<windowtitle>Security Token Service API ${project.version}</windowtitle>
9090
<links>
9191
<link>http://docs.oracle.com/javase/7/docs/api</link>
92-
<link>https://googleapis.dev/java/google-http-client/1.47.1/</link>
93-
<link>https://googleapis.dev/java/google-oauth-client/1.39.0/</link>
94-
<link>https://googleapis.dev/java/google-api-client/2.8.0/</link>
92+
<link>https://googleapis.dev/java/google-http-client/${httpClientLibrary}/</link>
93+
<link>https://googleapis.dev/java/google-oauth-client/${oauthClientLibrary}/</link>
94+
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
9595
</links>
9696
</configuration>
9797
</plugin>
@@ -124,7 +124,7 @@
124124
<dependency>
125125
<groupId>com.google.api-client</groupId>
126126
<artifactId>google-api-client</artifactId>
127-
<version>2.8.0</version>
127+
<version>2.7.2</version>
128128
</dependency>
129129
</dependencies>
130130

0 commit comments

Comments
 (0)