Skip to content

Commit 95040ff

Browse files
1 parent ef79d07 commit 95040ff

File tree

10 files changed

+12
-144
lines changed

10 files changed

+12
-144
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-rev20240410-2.0.0</version>
25+
<version>v1-rev20240425-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-rev20240410-2.0.0'
38+
implementation 'com.google.apis:google-api-services-sts:v1-rev20240425-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: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,6 @@ 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 intended audience(s) of the credential. The audience value(s) should be the name(s) of
46-
* services intended to receive the credential. Example: `["https://pubsub.googleapis.com/",
47-
* "https://storage.googleapis.com/"]`. A maximum of 5 audiences can be included. For each
48-
* provided audience, the maximum length is 262 characters.
49-
* The value may be {@code null}.
50-
*/
51-
@com.google.api.client.util.Key
52-
private java.util.List<java.lang.String> audiences;
53-
5444
/**
5545
* A Google project used for quota and billing purposes when the credential is used to access
5646
* Google APIs. The provided project overrides the project bound to the credential. The value must
@@ -82,29 +72,6 @@ public GoogleIdentityStsV1Options setAccessBoundary(GoogleIdentityStsV1AccessBou
8272
return this;
8373
}
8474

85-
/**
86-
* The intended audience(s) of the credential. The audience value(s) should be the name(s) of
87-
* services intended to receive the credential. Example: `["https://pubsub.googleapis.com/",
88-
* "https://storage.googleapis.com/"]`. A maximum of 5 audiences can be included. For each
89-
* provided audience, the maximum length is 262 characters.
90-
* @return value or {@code null} for none
91-
*/
92-
public java.util.List<java.lang.String> getAudiences() {
93-
return audiences;
94-
}
95-
96-
/**
97-
* The intended audience(s) of the credential. The audience value(s) should be the name(s) of
98-
* services intended to receive the credential. Example: `["https://pubsub.googleapis.com/",
99-
* "https://storage.googleapis.com/"]`. A maximum of 5 audiences can be included. For each
100-
* provided audience, the maximum length is 262 characters.
101-
* @param audiences audiences or {@code null} for none
102-
*/
103-
public GoogleIdentityStsV1Options setAudiences(java.util.List<java.lang.String> audiences) {
104-
this.audiences = audiences;
105-
return this;
106-
}
107-
10875
/**
10976
* A Google project used for quota and billing purposes when the credential is used to access
11077
* Google APIs. The provided project overrides the project bound to the credential. The value must

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

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,6 @@ public final class GoogleIdentityStsV1betaOptions extends com.google.api.client.
4141
@com.google.api.client.util.Key
4242
private GoogleIdentityStsV1betaAccessBoundary accessBoundary;
4343

44-
/**
45-
* The intended audience(s) of the credential. The audience value(s) should be the name(s) of
46-
* services intended to receive the credential. Example: `["https://pubsub.googleapis.com/",
47-
* "https://storage.googleapis.com/"]`. A maximum of 5 audiences can be included. For each
48-
* provided audience, the maximum length is 262 characters.
49-
* The value may be {@code null}.
50-
*/
51-
@com.google.api.client.util.Key
52-
private java.util.List<java.lang.String> audiences;
53-
5444
/**
5545
* A Google project used for quota and billing purposes when the credential is used to access
5646
* Google APIs. The provided project overrides the project bound to the credential. The value must
@@ -82,29 +72,6 @@ public GoogleIdentityStsV1betaOptions setAccessBoundary(GoogleIdentityStsV1betaA
8272
return this;
8373
}
8474

85-
/**
86-
* The intended audience(s) of the credential. The audience value(s) should be the name(s) of
87-
* services intended to receive the credential. Example: `["https://pubsub.googleapis.com/",
88-
* "https://storage.googleapis.com/"]`. A maximum of 5 audiences can be included. For each
89-
* provided audience, the maximum length is 262 characters.
90-
* @return value or {@code null} for none
91-
*/
92-
public java.util.List<java.lang.String> getAudiences() {
93-
return audiences;
94-
}
95-
96-
/**
97-
* The intended audience(s) of the credential. The audience value(s) should be the name(s) of
98-
* services intended to receive the credential. Example: `["https://pubsub.googleapis.com/",
99-
* "https://storage.googleapis.com/"]`. A maximum of 5 audiences can be included. For each
100-
* provided audience, the maximum length is 262 characters.
101-
* @param audiences audiences or {@code null} for none
102-
*/
103-
public GoogleIdentityStsV1betaOptions setAudiences(java.util.List<java.lang.String> audiences) {
104-
this.audiences = audiences;
105-
return this;
106-
}
107-
10875
/**
10976
* A Google project used for quota and billing purposes when the credential is used to access
11077
* 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-rev20240410-2.0.0</version>
12-
<name>Security Token Service API v1-rev20240410-2.0.0</name>
11+
<version>v1-rev20240425-2.0.0</version>
12+
<name>Security Token Service API v1-rev20240425-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-rev20240410-2.0.0</version>
25+
<version>v1-rev20240425-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-rev20240410-2.0.0'
38+
implementation 'com.google.apis:google-api-services-sts:v1-rev20240425-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-rev20240129-2.0.0</version>
25+
<version>v1beta-rev20240425-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-rev20240129-2.0.0'
38+
implementation 'com.google.apis:google-api-services-sts:v1beta-rev20240425-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: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,6 @@ 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 intended audience(s) of the credential. The audience value(s) should be the name(s) of
46-
* services intended to receive the credential. Example: `["https://pubsub.googleapis.com/",
47-
* "https://storage.googleapis.com/"]`. A maximum of 5 audiences can be included. For each
48-
* provided audience, the maximum length is 262 characters.
49-
* The value may be {@code null}.
50-
*/
51-
@com.google.api.client.util.Key
52-
private java.util.List<java.lang.String> audiences;
53-
5444
/**
5545
* A Google project used for quota and billing purposes when the credential is used to access
5646
* Google APIs. The provided project overrides the project bound to the credential. The value must
@@ -82,29 +72,6 @@ public GoogleIdentityStsV1Options setAccessBoundary(GoogleIdentityStsV1AccessBou
8272
return this;
8373
}
8474

85-
/**
86-
* The intended audience(s) of the credential. The audience value(s) should be the name(s) of
87-
* services intended to receive the credential. Example: `["https://pubsub.googleapis.com/",
88-
* "https://storage.googleapis.com/"]`. A maximum of 5 audiences can be included. For each
89-
* provided audience, the maximum length is 262 characters.
90-
* @return value or {@code null} for none
91-
*/
92-
public java.util.List<java.lang.String> getAudiences() {
93-
return audiences;
94-
}
95-
96-
/**
97-
* The intended audience(s) of the credential. The audience value(s) should be the name(s) of
98-
* services intended to receive the credential. Example: `["https://pubsub.googleapis.com/",
99-
* "https://storage.googleapis.com/"]`. A maximum of 5 audiences can be included. For each
100-
* provided audience, the maximum length is 262 characters.
101-
* @param audiences audiences or {@code null} for none
102-
*/
103-
public GoogleIdentityStsV1Options setAudiences(java.util.List<java.lang.String> audiences) {
104-
this.audiences = audiences;
105-
return this;
106-
}
107-
10875
/**
10976
* A Google project used for quota and billing purposes when the credential is used to access
11077
* Google APIs. The provided project overrides the project bound to the credential. The value must

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

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,6 @@ public final class GoogleIdentityStsV1betaOptions extends com.google.api.client.
4141
@com.google.api.client.util.Key
4242
private GoogleIdentityStsV1betaAccessBoundary accessBoundary;
4343

44-
/**
45-
* The intended audience(s) of the credential. The audience value(s) should be the name(s) of
46-
* services intended to receive the credential. Example: `["https://pubsub.googleapis.com/",
47-
* "https://storage.googleapis.com/"]`. A maximum of 5 audiences can be included. For each
48-
* provided audience, the maximum length is 262 characters.
49-
* The value may be {@code null}.
50-
*/
51-
@com.google.api.client.util.Key
52-
private java.util.List<java.lang.String> audiences;
53-
5444
/**
5545
* A Google project used for quota and billing purposes when the credential is used to access
5646
* Google APIs. The provided project overrides the project bound to the credential. The value must
@@ -82,29 +72,6 @@ public GoogleIdentityStsV1betaOptions setAccessBoundary(GoogleIdentityStsV1betaA
8272
return this;
8373
}
8474

85-
/**
86-
* The intended audience(s) of the credential. The audience value(s) should be the name(s) of
87-
* services intended to receive the credential. Example: `["https://pubsub.googleapis.com/",
88-
* "https://storage.googleapis.com/"]`. A maximum of 5 audiences can be included. For each
89-
* provided audience, the maximum length is 262 characters.
90-
* @return value or {@code null} for none
91-
*/
92-
public java.util.List<java.lang.String> getAudiences() {
93-
return audiences;
94-
}
95-
96-
/**
97-
* The intended audience(s) of the credential. The audience value(s) should be the name(s) of
98-
* services intended to receive the credential. Example: `["https://pubsub.googleapis.com/",
99-
* "https://storage.googleapis.com/"]`. A maximum of 5 audiences can be included. For each
100-
* provided audience, the maximum length is 262 characters.
101-
* @param audiences audiences or {@code null} for none
102-
*/
103-
public GoogleIdentityStsV1betaOptions setAudiences(java.util.List<java.lang.String> audiences) {
104-
this.audiences = audiences;
105-
return this;
106-
}
107-
10875
/**
10976
* A Google project used for quota and billing purposes when the credential is used to access
11077
* 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-rev20240129-2.0.0</version>
12-
<name>Security Token Service API v1beta-rev20240129-2.0.0</name>
11+
<version>v1beta-rev20240425-2.0.0</version>
12+
<name>Security Token Service API v1beta-rev20240425-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-rev20240129-2.0.0</version>
25+
<version>v1beta-rev20240425-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-rev20240129-2.0.0'
38+
implementation 'com.google.apis:google-api-services-sts:v1beta-rev20240425-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)