Skip to content

Commit 593ebdf

Browse files
1 parent 01e17d8 commit 593ebdf

File tree

7 files changed

+18
-18
lines changed

7 files changed

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

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ public final class GoogleIdentityStsV1ExchangeTokenResponse extends com.google.a
5353
/**
5454
* The amount of time, in seconds, between the time when the access token was issued and the time
5555
* when the access token will expire. This field is absent when the `subject_token` in the request
56-
* is a Google-issued, short-lived access token. In this case, the access token has the same
57-
* expiration time as the `subject_token`.
56+
* is a a short-lived access token for a Cloud Identity or Google Workspace user account. In this
57+
* case, the access token has the same expiration time as the `subject_token`.
5858
* The value may be {@code null}.
5959
*/
6060
@com.google.api.client.util.Key("expires_in")
@@ -157,8 +157,8 @@ public GoogleIdentityStsV1ExchangeTokenResponse setAccessToken(java.lang.String
157157
/**
158158
* The amount of time, in seconds, between the time when the access token was issued and the time
159159
* when the access token will expire. This field is absent when the `subject_token` in the request
160-
* is a Google-issued, short-lived access token. In this case, the access token has the same
161-
* expiration time as the `subject_token`.
160+
* is a a short-lived access token for a Cloud Identity or Google Workspace user account. In this
161+
* case, the access token has the same expiration time as the `subject_token`.
162162
* @return value or {@code null} for none
163163
*/
164164
public java.lang.Integer getExpiresIn() {
@@ -168,8 +168,8 @@ public java.lang.Integer getExpiresIn() {
168168
/**
169169
* The amount of time, in seconds, between the time when the access token was issued and the time
170170
* when the access token will expire. This field is absent when the `subject_token` in the request
171-
* is a Google-issued, short-lived access token. In this case, the access token has the same
172-
* expiration time as the `subject_token`.
171+
* is a a short-lived access token for a Cloud Identity or Google Workspace user account. In this
172+
* case, the access token has the same expiration time as the `subject_token`.
173173
* @param expiresIn expiresIn or {@code null} for none
174174
*/
175175
public GoogleIdentityStsV1ExchangeTokenResponse setExpiresIn(java.lang.Integer expiresIn) {

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-rev20240904-2.0.0</version>
12-
<name>Security Token Service API v1-rev20240904-2.0.0</name>
11+
<version>v1-rev20241106-2.0.0</version>
12+
<name>Security Token Service API v1-rev20241106-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-rev20240904-2.0.0</version>
25+
<version>v1-rev20241106-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-rev20240904-2.0.0'
38+
implementation 'com.google.apis:google-api-services-sts:v1-rev20241106-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-rev20240425-2.0.0</version>
25+
<version>v1beta-rev20241106-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-rev20240425-2.0.0'
38+
implementation 'com.google.apis:google-api-services-sts:v1beta-rev20241106-2.0.0'
3939
}
4040
```
4141

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-rev20240425-2.0.0</version>
12-
<name>Security Token Service API v1beta-rev20240425-2.0.0</name>
11+
<version>v1beta-rev20241106-2.0.0</version>
12+
<name>Security Token Service API v1beta-rev20241106-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-rev20240425-2.0.0</version>
25+
<version>v1beta-rev20241106-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-rev20240425-2.0.0'
38+
implementation 'com.google.apis:google-api-services-sts:v1beta-rev20241106-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)