Skip to content

Commit 67de403

Browse files
1 parent 30dd601 commit 67de403

4 files changed

Lines changed: 16 additions & 31 deletions

File tree

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

clients/google-api-services-iamcredentials/v1/2.0.0/com/google/api/services/iamcredentials/v1/IAMCredentials.java

Lines changed: 10 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ public class WorkforcePools {
182182
* optional parameters, call the {@link GetAllowedLocations#execute()} method to invoke the remote
183183
* operation.
184184
*
185-
* @param name Required. Resource name of workforce pool. Format: `locations/global/workforcePools/{pool_id}`
185+
* @param name Required. Resource name of workforce pool.
186186
* @return the request
187187
*/
188188
public GetAllowedLocations getAllowedLocations(java.lang.String name) throws java.io.IOException {
@@ -209,7 +209,7 @@ public class GetAllowedLocations extends IAMCredentialsRequest<com.google.api.se
209209
* AbstractGoogleClientRequest)} must be called to initialize this instance immediately after
210210
* invoking the constructor. </p>
211211
*
212-
* @param name Required. Resource name of workforce pool. Format: `locations/global/workforcePools/{pool_id}`
212+
* @param name Required. Resource name of workforce pool.
213213
* @since 1.13
214214
*/
215215
protected GetAllowedLocations(java.lang.String name) {
@@ -287,23 +287,17 @@ public GetAllowedLocations setUploadProtocol(java.lang.String uploadProtocol) {
287287
return (GetAllowedLocations) super.setUploadProtocol(uploadProtocol);
288288
}
289289

290-
/**
291-
* Required. Resource name of workforce pool. Format:
292-
* `locations/global/workforcePools/{pool_id}`
293-
*/
290+
/** Required. Resource name of workforce pool. */
294291
@com.google.api.client.util.Key
295292
private java.lang.String name;
296293

297-
/** Required. Resource name of workforce pool. Format: `locations/global/workforcePools/{pool_id}`
294+
/** Required. Resource name of workforce pool.
298295
*/
299296
public java.lang.String getName() {
300297
return name;
301298
}
302299

303-
/**
304-
* Required. Resource name of workforce pool. Format:
305-
* `locations/global/workforcePools/{pool_id}`
306-
*/
300+
/** Required. Resource name of workforce pool. */
307301
public GetAllowedLocations setName(java.lang.String name) {
308302
if (!getSuppressPatternChecks()) {
309303
com.google.api.client.util.Preconditions.checkArgument(NAME_PATTERN.matcher(name).matches(),
@@ -392,8 +386,7 @@ public class WorkloadIdentityPools {
392386
* optional parameters, call the {@link GetAllowedLocations#execute()} method to invoke the remote
393387
* operation.
394388
*
395-
* @param name Required. Resource name of workload identity pool. Format:
396-
* `projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}`
389+
* @param name Required. Resource name of workload identity pool.
397390
* @return the request
398391
*/
399392
public GetAllowedLocations getAllowedLocations(java.lang.String name) throws java.io.IOException {
@@ -420,8 +413,7 @@ public class GetAllowedLocations extends IAMCredentialsRequest<com.google.api.se
420413
* AbstractGoogleClientRequest)} must be called to initialize this instance immediately after
421414
* invoking the constructor. </p>
422415
*
423-
* @param name Required. Resource name of workload identity pool. Format:
424-
* `projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}`
416+
* @param name Required. Resource name of workload identity pool.
425417
* @since 1.13
426418
*/
427419
protected GetAllowedLocations(java.lang.String name) {
@@ -499,24 +491,17 @@ public GetAllowedLocations setUploadProtocol(java.lang.String uploadProtocol) {
499491
return (GetAllowedLocations) super.setUploadProtocol(uploadProtocol);
500492
}
501493

502-
/**
503-
* Required. Resource name of workload identity pool. Format:
504-
* `projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}`
505-
*/
494+
/** Required. Resource name of workload identity pool. */
506495
@com.google.api.client.util.Key
507496
private java.lang.String name;
508497

509-
/** Required. Resource name of workload identity pool. Format:
510-
`projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}`
498+
/** Required. Resource name of workload identity pool.
511499
*/
512500
public java.lang.String getName() {
513501
return name;
514502
}
515503

516-
/**
517-
* Required. Resource name of workload identity pool. Format:
518-
* `projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}`
519-
*/
504+
/** Required. Resource name of workload identity pool. */
520505
public GetAllowedLocations setName(java.lang.String name) {
521506
if (!getSuppressPatternChecks()) {
522507
com.google.api.client.util.Preconditions.checkArgument(NAME_PATTERN.matcher(name).matches(),

clients/google-api-services-iamcredentials/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-iamcredentials</artifactId>
11-
<version>v1-rev20260326-2.0.0</version>
12-
<name>IAM Service Account Credentials API v1-rev20260326-2.0.0</name>
11+
<version>v1-rev20260604-2.0.0</version>
12+
<name>IAM Service Account Credentials API v1-rev20260604-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)