Skip to content

Commit 5c04051

Browse files
1 parent e5859fe commit 5c04051

File tree

8 files changed

+36
-24
lines changed

8 files changed

+36
-24
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-rev20250507-2.0.0</version>
25+
<version>v1-rev20250521-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-rev20250507-2.0.0'
38+
implementation 'com.google.apis:google-api-services-sts:v1-rev20250521-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: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,10 @@ public final class GoogleIdentityStsV1ExchangeTokenRequest extends com.google.ap
6969

7070
/**
7171
* The OAuth 2.0 scopes to include on the resulting access token, formatted as a list of space-
72-
* delimited, case-sensitive strings. Required when exchanging an external credential for a Google
73-
* access token.
72+
* delimited, case-sensitive strings; for example, `https://www.googleapis.com/auth/cloud-
73+
* platform`. Required when exchanging an external credential for a Google access token. For a
74+
* list of OAuth 2.0 scopes, see [OAuth 2.0 Scopes for Google
75+
* APIs](https://developers.google.com/identity/protocols/oauth2/scopes).
7476
* The value may be {@code null}.
7577
*/
7678
@com.google.api.client.util.Key
@@ -246,8 +248,10 @@ public GoogleIdentityStsV1ExchangeTokenRequest setRequestedTokenType(java.lang.S
246248

247249
/**
248250
* The OAuth 2.0 scopes to include on the resulting access token, formatted as a list of space-
249-
* delimited, case-sensitive strings. Required when exchanging an external credential for a Google
250-
* access token.
251+
* delimited, case-sensitive strings; for example, `https://www.googleapis.com/auth/cloud-
252+
* platform`. Required when exchanging an external credential for a Google access token. For a
253+
* list of OAuth 2.0 scopes, see [OAuth 2.0 Scopes for Google
254+
* APIs](https://developers.google.com/identity/protocols/oauth2/scopes).
251255
* @return value or {@code null} for none
252256
*/
253257
public java.lang.String getScope() {
@@ -256,8 +260,10 @@ public java.lang.String getScope() {
256260

257261
/**
258262
* The OAuth 2.0 scopes to include on the resulting access token, formatted as a list of space-
259-
* delimited, case-sensitive strings. Required when exchanging an external credential for a Google
260-
* access token.
263+
* delimited, case-sensitive strings; for example, `https://www.googleapis.com/auth/cloud-
264+
* platform`. Required when exchanging an external credential for a Google access token. For a
265+
* list of OAuth 2.0 scopes, see [OAuth 2.0 Scopes for Google
266+
* APIs](https://developers.google.com/identity/protocols/oauth2/scopes).
261267
* @param scope scope or {@code null} for none
262268
*/
263269
public GoogleIdentityStsV1ExchangeTokenRequest setScope(java.lang.String scope) {

clients/google-api-services-sts/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-sts</artifactId>
11-
<version>v1-rev20250507-2.0.0</version>
12-
<name>Security Token Service API v1-rev20250507-2.0.0</name>
11+
<version>v1-rev20250521-2.0.0</version>
12+
<name>Security Token Service API v1-rev20250521-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

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

clients/google-api-services-sts/v1beta/2.0.0/com/google/api/services/sts/v1beta/model/GoogleIdentityStsV1betaExchangeTokenRequest.java

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,10 @@ public final class GoogleIdentityStsV1betaExchangeTokenRequest extends com.googl
6666

6767
/**
6868
* The OAuth 2.0 scopes to include on the resulting access token, formatted as a list of space-
69-
* delimited, case-sensitive strings. Required when exchanging an external credential for a Google
70-
* access token.
69+
* delimited, case-sensitive strings; for example, `https://www.googleapis.com/auth/cloud-
70+
* platform`. Required when exchanging an external credential for a Google access token. For a
71+
* list of OAuth 2.0 scopes, see [OAuth 2.0 Scopes for Google
72+
* APIs](https://developers.google.com/identity/protocols/oauth2/scopes).
7173
* The value may be {@code null}.
7274
*/
7375
@com.google.api.client.util.Key
@@ -229,8 +231,10 @@ public GoogleIdentityStsV1betaExchangeTokenRequest setRequestedTokenType(java.la
229231

230232
/**
231233
* The OAuth 2.0 scopes to include on the resulting access token, formatted as a list of space-
232-
* delimited, case-sensitive strings. Required when exchanging an external credential for a Google
233-
* access token.
234+
* delimited, case-sensitive strings; for example, `https://www.googleapis.com/auth/cloud-
235+
* platform`. Required when exchanging an external credential for a Google access token. For a
236+
* list of OAuth 2.0 scopes, see [OAuth 2.0 Scopes for Google
237+
* APIs](https://developers.google.com/identity/protocols/oauth2/scopes).
234238
* @return value or {@code null} for none
235239
*/
236240
public java.lang.String getScope() {
@@ -239,8 +243,10 @@ public java.lang.String getScope() {
239243

240244
/**
241245
* The OAuth 2.0 scopes to include on the resulting access token, formatted as a list of space-
242-
* delimited, case-sensitive strings. Required when exchanging an external credential for a Google
243-
* access token.
246+
* delimited, case-sensitive strings; for example, `https://www.googleapis.com/auth/cloud-
247+
* platform`. Required when exchanging an external credential for a Google access token. For a
248+
* list of OAuth 2.0 scopes, see [OAuth 2.0 Scopes for Google
249+
* APIs](https://developers.google.com/identity/protocols/oauth2/scopes).
244250
* @param scope scope or {@code null} for none
245251
*/
246252
public GoogleIdentityStsV1betaExchangeTokenRequest setScope(java.lang.String scope) {

clients/google-api-services-sts/v1beta/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-sts</artifactId>
11-
<version>v1beta-rev20250507-2.0.0</version>
12-
<name>Security Token Service API v1beta-rev20250507-2.0.0</name>
11+
<version>v1beta-rev20250521-2.0.0</version>
12+
<name>Security Token Service API v1beta-rev20250521-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)