diff --git a/clients/google-api-services-iamcredentials/v1/2.0.0/README.md b/clients/google-api-services-iamcredentials/v1/2.0.0/README.md
index 0efc11eadbd..128ce6f5fdc 100644
--- a/clients/google-api-services-iamcredentials/v1/2.0.0/README.md
+++ b/clients/google-api-services-iamcredentials/v1/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-iamcredentials
- v1-rev20260326-2.0.0
+ v1-rev20260604-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-iamcredentials:v1-rev20260326-2.0.0'
+ implementation 'com.google.apis:google-api-services-iamcredentials:v1-rev20260604-2.0.0'
}
```
diff --git a/clients/google-api-services-iamcredentials/v1/2.0.0/com/google/api/services/iamcredentials/v1/IAMCredentials.java b/clients/google-api-services-iamcredentials/v1/2.0.0/com/google/api/services/iamcredentials/v1/IAMCredentials.java
index edc00a6a70c..46bfe9d145f 100644
--- a/clients/google-api-services-iamcredentials/v1/2.0.0/com/google/api/services/iamcredentials/v1/IAMCredentials.java
+++ b/clients/google-api-services-iamcredentials/v1/2.0.0/com/google/api/services/iamcredentials/v1/IAMCredentials.java
@@ -182,7 +182,7 @@ public class WorkforcePools {
* optional parameters, call the {@link GetAllowedLocations#execute()} method to invoke the remote
* operation.
*
- * @param name Required. Resource name of workforce pool. Format: `locations/global/workforcePools/{pool_id}`
+ * @param name Required. Resource name of workforce pool.
* @return the request
*/
public GetAllowedLocations getAllowedLocations(java.lang.String name) throws java.io.IOException {
@@ -209,7 +209,7 @@ public class GetAllowedLocations extends IAMCredentialsRequest
*
- * @param name Required. Resource name of workforce pool. Format: `locations/global/workforcePools/{pool_id}`
+ * @param name Required. Resource name of workforce pool.
* @since 1.13
*/
protected GetAllowedLocations(java.lang.String name) {
@@ -287,23 +287,17 @@ public GetAllowedLocations setUploadProtocol(java.lang.String uploadProtocol) {
return (GetAllowedLocations) super.setUploadProtocol(uploadProtocol);
}
- /**
- * Required. Resource name of workforce pool. Format:
- * `locations/global/workforcePools/{pool_id}`
- */
+ /** Required. Resource name of workforce pool. */
@com.google.api.client.util.Key
private java.lang.String name;
- /** Required. Resource name of workforce pool. Format: `locations/global/workforcePools/{pool_id}`
+ /** Required. Resource name of workforce pool.
*/
public java.lang.String getName() {
return name;
}
- /**
- * Required. Resource name of workforce pool. Format:
- * `locations/global/workforcePools/{pool_id}`
- */
+ /** Required. Resource name of workforce pool. */
public GetAllowedLocations setName(java.lang.String name) {
if (!getSuppressPatternChecks()) {
com.google.api.client.util.Preconditions.checkArgument(NAME_PATTERN.matcher(name).matches(),
@@ -392,8 +386,7 @@ public class WorkloadIdentityPools {
* optional parameters, call the {@link GetAllowedLocations#execute()} method to invoke the remote
* operation.
*
- * @param name Required. Resource name of workload identity pool. Format:
- * `projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}`
+ * @param name Required. Resource name of workload identity pool.
* @return the request
*/
public GetAllowedLocations getAllowedLocations(java.lang.String name) throws java.io.IOException {
@@ -420,8 +413,7 @@ public class GetAllowedLocations extends IAMCredentialsRequest
*
- * @param name Required. Resource name of workload identity pool. Format:
- * `projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}`
+ * @param name Required. Resource name of workload identity pool.
* @since 1.13
*/
protected GetAllowedLocations(java.lang.String name) {
@@ -499,24 +491,17 @@ public GetAllowedLocations setUploadProtocol(java.lang.String uploadProtocol) {
return (GetAllowedLocations) super.setUploadProtocol(uploadProtocol);
}
- /**
- * Required. Resource name of workload identity pool. Format:
- * `projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}`
- */
+ /** Required. Resource name of workload identity pool. */
@com.google.api.client.util.Key
private java.lang.String name;
- /** Required. Resource name of workload identity pool. Format:
- `projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}`
+ /** Required. Resource name of workload identity pool.
*/
public java.lang.String getName() {
return name;
}
- /**
- * Required. Resource name of workload identity pool. Format:
- * `projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}`
- */
+ /** Required. Resource name of workload identity pool. */
public GetAllowedLocations setName(java.lang.String name) {
if (!getSuppressPatternChecks()) {
com.google.api.client.util.Preconditions.checkArgument(NAME_PATTERN.matcher(name).matches(),
diff --git a/clients/google-api-services-iamcredentials/v1/2.0.0/pom.xml b/clients/google-api-services-iamcredentials/v1/2.0.0/pom.xml
index 39d5e90fdb8..b4a22e37b5a 100644
--- a/clients/google-api-services-iamcredentials/v1/2.0.0/pom.xml
+++ b/clients/google-api-services-iamcredentials/v1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-iamcredentials
- v1-rev20260326-2.0.0
- IAM Service Account Credentials API v1-rev20260326-2.0.0
+ v1-rev20260604-2.0.0
+ IAM Service Account Credentials API v1-rev20260604-2.0.0
jar
2011
diff --git a/clients/google-api-services-iamcredentials/v1/README.md b/clients/google-api-services-iamcredentials/v1/README.md
index 0efc11eadbd..128ce6f5fdc 100644
--- a/clients/google-api-services-iamcredentials/v1/README.md
+++ b/clients/google-api-services-iamcredentials/v1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-iamcredentials
- v1-rev20260326-2.0.0
+ v1-rev20260604-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-iamcredentials:v1-rev20260326-2.0.0'
+ implementation 'com.google.apis:google-api-services-iamcredentials:v1-rev20260604-2.0.0'
}
```