Skip to content

Commit b1e10bc

Browse files
1 parent ff0af55 commit b1e10bc

7 files changed

Lines changed: 24 additions & 24 deletions

File tree

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

clients/google-api-services-iam/v1/2.0.0/com/google/api/services/iam/v1/Iam.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public class Iam extends com.google.api.client.googleapis.services.json.Abstract
103103
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
104104
* <li>Android: {@code newCompatibleTransport} from
105105
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
106-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
106+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
107107
* </li>
108108
* </ul>
109109
* @param jsonFactory JSON factory, which may be:
@@ -22500,8 +22500,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
2250022500
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
2250122501
* <li>Android: {@code newCompatibleTransport} from
2250222502
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
22503-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
22504-
* </li>
22503+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
2250522504
* </ul>
2250622505
* @param jsonFactory JSON factory, which may be:
2250722506
* <ul>

clients/google-api-services-iam/v1/2.0.0/com/google/api/services/iam/v1/model/WorkforcePoolProvider.java

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,10 @@ public final class WorkforcePoolProvider extends com.google.api.client.json.Gene
142142
private GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2Client extendedAttributesOauth2Client;
143143

144144
/**
145-
* Optional. The configuration for OAuth 2.0 client used to get the additional user attributes.
146-
* This should be used when users can't get the desired claims in authentication credentials.
147-
* Currently, this configuration is only supported with OIDC protocol.
145+
* Optional. Defines the configuration for the OAuth 2.0 client that is used to get the additional
146+
* user attributes in a separate backchannel call to the identity provider. This should be used
147+
* when users can't get the required claims in authentication credentials. Currently, the OAuth
148+
* 2.0 protocol is the only supported authorization method for this backchannel call.
148149
* The value may be {@code null}.
149150
*/
150151
@com.google.api.client.util.Key
@@ -437,19 +438,21 @@ public WorkforcePoolProvider setExtendedAttributesOauth2Client(GoogleIamAdminV1W
437438
}
438439

439440
/**
440-
* Optional. The configuration for OAuth 2.0 client used to get the additional user attributes.
441-
* This should be used when users can't get the desired claims in authentication credentials.
442-
* Currently, this configuration is only supported with OIDC protocol.
441+
* Optional. Defines the configuration for the OAuth 2.0 client that is used to get the additional
442+
* user attributes in a separate backchannel call to the identity provider. This should be used
443+
* when users can't get the required claims in authentication credentials. Currently, the OAuth
444+
* 2.0 protocol is the only supported authorization method for this backchannel call.
443445
* @return value or {@code null} for none
444446
*/
445447
public GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2Client getExtraAttributesOauth2Client() {
446448
return extraAttributesOauth2Client;
447449
}
448450

449451
/**
450-
* Optional. The configuration for OAuth 2.0 client used to get the additional user attributes.
451-
* This should be used when users can't get the desired claims in authentication credentials.
452-
* Currently, this configuration is only supported with OIDC protocol.
452+
* Optional. Defines the configuration for the OAuth 2.0 client that is used to get the additional
453+
* user attributes in a separate backchannel call to the identity provider. This should be used
454+
* when users can't get the required claims in authentication credentials. Currently, the OAuth
455+
* 2.0 protocol is the only supported authorization method for this backchannel call.
453456
* @param extraAttributesOauth2Client extraAttributesOauth2Client or {@code null} for none
454457
*/
455458
public WorkforcePoolProvider setExtraAttributesOauth2Client(GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2Client extraAttributesOauth2Client) {

clients/google-api-services-iam/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-iam</artifactId>
11-
<version>v1-rev20260123-2.0.0</version>
12-
<name>Identity and Access Management (IAM) API v1-rev20260123-2.0.0</name>
11+
<version>v1-rev20260213-2.0.0</version>
12+
<name>Identity and Access Management (IAM) API v1-rev20260213-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

clients/google-api-services-iam/v2/2.0.0/com/google/api/services/iam/v2/Iam.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public class Iam extends com.google.api.client.googleapis.services.json.Abstract
103103
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
104104
* <li>Android: {@code newCompatibleTransport} from
105105
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
106-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
106+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
107107
* </li>
108108
* </ul>
109109
* @param jsonFactory JSON factory, which may be:
@@ -1282,8 +1282,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
12821282
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
12831283
* <li>Android: {@code newCompatibleTransport} from
12841284
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
1285-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
1286-
* </li>
1285+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
12871286
* </ul>
12881287
* @param jsonFactory JSON factory, which may be:
12891288
* <ul>

clients/google-api-services-iam/v2beta/2.0.0/com/google/api/services/iam/v2beta/Iam.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public class Iam extends com.google.api.client.googleapis.services.json.Abstract
103103
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
104104
* <li>Android: {@code newCompatibleTransport} from
105105
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
106-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
106+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
107107
* </li>
108108
* </ul>
109109
* @param jsonFactory JSON factory, which may be:
@@ -1282,8 +1282,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
12821282
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
12831283
* <li>Android: {@code newCompatibleTransport} from
12841284
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
1285-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
1286-
* </li>
1285+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
12871286
* </ul>
12881287
* @param jsonFactory JSON factory, which may be:
12891288
* <ul>

0 commit comments

Comments
 (0)