Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clients/google-api-services-iam/v1/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-iam</artifactId>
<version>v1-rev20260123-2.0.0</version>
<version>v1-rev20260206-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-iam:v1-rev20260123-2.0.0'
implementation 'com.google.apis:google-api-services-iam:v1-rev20260206-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public class Iam extends com.google.api.client.googleapis.services.json.Abstract
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
* <li>Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
* </li>
* </ul>
* @param jsonFactory JSON factory, which may be:
Expand Down Expand Up @@ -22500,8 +22500,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
* <li>Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
* </li>
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
* </ul>
* @param jsonFactory JSON factory, which may be:
* <ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,10 @@ public final class WorkforcePoolProvider extends com.google.api.client.json.Gene
private GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2Client extendedAttributesOauth2Client;

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

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

/**
* Optional. The configuration for OAuth 2.0 client used to get the additional user attributes.
* This should be used when users can't get the desired claims in authentication credentials.
* Currently, this configuration is only supported with OIDC protocol.
* Optional. Defines the configuration for the OAuth 2.0 client that is used to get the additional
* user attributes in a separate backchannel call to the identity provider. This should be used
* when users can't get the required claims in authentication credentials. Currently, the OAuth
* 2.0 protocol is the only supported authorization method for this backchannel call.
* @param extraAttributesOauth2Client extraAttributesOauth2Client or {@code null} for none
*/
public WorkforcePoolProvider setExtraAttributesOauth2Client(GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2Client extraAttributesOauth2Client) {
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-iam/v1/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-iam</artifactId>
<version>v1-rev20260123-2.0.0</version>
<name>Identity and Access Management (IAM) API v1-rev20260123-2.0.0</name>
<version>v1-rev20260206-2.0.0</version>
<name>Identity and Access Management (IAM) API v1-rev20260206-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-iam/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-iam</artifactId>
<version>v1-rev20260123-2.0.0</version>
<version>v1-rev20260206-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-iam:v1-rev20260123-2.0.0'
implementation 'com.google.apis:google-api-services-iam:v1-rev20260206-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public class Iam extends com.google.api.client.googleapis.services.json.Abstract
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
* <li>Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
* </li>
* </ul>
* @param jsonFactory JSON factory, which may be:
Expand Down Expand Up @@ -1282,8 +1282,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
* <li>Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
* </li>
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
* </ul>
* @param jsonFactory JSON factory, which may be:
* <ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public class Iam extends com.google.api.client.googleapis.services.json.Abstract
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
* <li>Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
* </li>
* </ul>
* @param jsonFactory JSON factory, which may be:
Expand Down Expand Up @@ -1282,8 +1282,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
* <li>Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
* </li>
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
* </ul>
* @param jsonFactory JSON factory, which may be:
* <ul>
Expand Down