Skip to content

Commit 246151c

Browse files
1 parent 27cec18 commit 246151c

File tree

8 files changed

+66
-12
lines changed

8 files changed

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

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ public final class GoogleIdentityStsV1Options extends com.google.api.client.json
4141
@com.google.api.client.util.Key
4242
private GoogleIdentityStsV1AccessBoundary accessBoundary;
4343

44+
/**
45+
* The unpadded, base64url-encoded SHA-256 hash of the certificate's DER encoding and it must be
46+
* 43 characters long. The resulting token will be bound to this value.
47+
* The value may be {@code null}.
48+
*/
49+
@com.google.api.client.util.Key
50+
private java.lang.String bindCertFingerprint;
51+
4452
/**
4553
* A Google project used for quota and billing purposes when the credential is used to access
4654
* Google APIs. The provided project overrides the project bound to the credential. The value must
@@ -72,6 +80,25 @@ public GoogleIdentityStsV1Options setAccessBoundary(GoogleIdentityStsV1AccessBou
7280
return this;
7381
}
7482

83+
/**
84+
* The unpadded, base64url-encoded SHA-256 hash of the certificate's DER encoding and it must be
85+
* 43 characters long. The resulting token will be bound to this value.
86+
* @return value or {@code null} for none
87+
*/
88+
public java.lang.String getBindCertFingerprint() {
89+
return bindCertFingerprint;
90+
}
91+
92+
/**
93+
* The unpadded, base64url-encoded SHA-256 hash of the certificate's DER encoding and it must be
94+
* 43 characters long. The resulting token will be bound to this value.
95+
* @param bindCertFingerprint bindCertFingerprint or {@code null} for none
96+
*/
97+
public GoogleIdentityStsV1Options setBindCertFingerprint(java.lang.String bindCertFingerprint) {
98+
this.bindCertFingerprint = bindCertFingerprint;
99+
return this;
100+
}
101+
75102
/**
76103
* A Google project used for quota and billing purposes when the credential is used to access
77104
* Google APIs. The provided project overrides the project bound to the credential. The value must

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

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ public final class GoogleIdentityStsV1Options extends com.google.api.client.json
4141
@com.google.api.client.util.Key
4242
private GoogleIdentityStsV1AccessBoundary accessBoundary;
4343

44+
/**
45+
* The unpadded, base64url-encoded SHA-256 hash of the certificate's DER encoding and it must be
46+
* 43 characters long. The resulting token will be bound to this value.
47+
* The value may be {@code null}.
48+
*/
49+
@com.google.api.client.util.Key
50+
private java.lang.String bindCertFingerprint;
51+
4452
/**
4553
* A Google project used for quota and billing purposes when the credential is used to access
4654
* Google APIs. The provided project overrides the project bound to the credential. The value must
@@ -72,6 +80,25 @@ public GoogleIdentityStsV1Options setAccessBoundary(GoogleIdentityStsV1AccessBou
7280
return this;
7381
}
7482

83+
/**
84+
* The unpadded, base64url-encoded SHA-256 hash of the certificate's DER encoding and it must be
85+
* 43 characters long. The resulting token will be bound to this value.
86+
* @return value or {@code null} for none
87+
*/
88+
public java.lang.String getBindCertFingerprint() {
89+
return bindCertFingerprint;
90+
}
91+
92+
/**
93+
* The unpadded, base64url-encoded SHA-256 hash of the certificate's DER encoding and it must be
94+
* 43 characters long. The resulting token will be bound to this value.
95+
* @param bindCertFingerprint bindCertFingerprint or {@code null} for none
96+
*/
97+
public GoogleIdentityStsV1Options setBindCertFingerprint(java.lang.String bindCertFingerprint) {
98+
this.bindCertFingerprint = bindCertFingerprint;
99+
return this;
100+
}
101+
75102
/**
76103
* A Google project used for quota and billing purposes when the credential is used to access
77104
* Google APIs. The provided project overrides the project bound to the credential. The value must

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

0 commit comments

Comments
 (0)