Skip to content

Commit ea8c34d

Browse files
1 parent d61edde commit ea8c34d

File tree

4 files changed

+45
-21
lines changed

4 files changed

+45
-21
lines changed

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-rev20251022-2.0.0</version>
25+
<version>v1-rev20260326-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-rev20251022-2.0.0'
38+
implementation 'com.google.apis:google-api-services-iamcredentials:v1-rev20260326-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: 39 additions & 15 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.
185+
* @param name Required. Resource name of workforce pool. Format: `locations/global/workforcePools/{pool_id}`
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.
212+
* @param name Required. Resource name of workforce pool. Format: `locations/global/workforcePools/{pool_id}`
213213
* @since 1.13
214214
*/
215215
protected GetAllowedLocations(java.lang.String name) {
@@ -287,17 +287,23 @@ public GetAllowedLocations setUploadProtocol(java.lang.String uploadProtocol) {
287287
return (GetAllowedLocations) super.setUploadProtocol(uploadProtocol);
288288
}
289289

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

294-
/** Required. Resource name of workforce pool.
297+
/** Required. Resource name of workforce pool. Format: `locations/global/workforcePools/{pool_id}`
295298
*/
296299
public java.lang.String getName() {
297300
return name;
298301
}
299302

300-
/** Required. Resource name of workforce pool. */
303+
/**
304+
* Required. Resource name of workforce pool. Format:
305+
* `locations/global/workforcePools/{pool_id}`
306+
*/
301307
public GetAllowedLocations setName(java.lang.String name) {
302308
if (!getSuppressPatternChecks()) {
303309
com.google.api.client.util.Preconditions.checkArgument(NAME_PATTERN.matcher(name).matches(),
@@ -386,7 +392,8 @@ public class WorkloadIdentityPools {
386392
* optional parameters, call the {@link GetAllowedLocations#execute()} method to invoke the remote
387393
* operation.
388394
*
389-
* @param name Required. Resource name of workload identity pool.
395+
* @param name Required. Resource name of workload identity pool. Format:
396+
* `projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}`
390397
* @return the request
391398
*/
392399
public GetAllowedLocations getAllowedLocations(java.lang.String name) throws java.io.IOException {
@@ -413,7 +420,8 @@ public class GetAllowedLocations extends IAMCredentialsRequest<com.google.api.se
413420
* AbstractGoogleClientRequest)} must be called to initialize this instance immediately after
414421
* invoking the constructor. </p>
415422
*
416-
* @param name Required. Resource name of workload identity pool.
423+
* @param name Required. Resource name of workload identity pool. Format:
424+
* `projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}`
417425
* @since 1.13
418426
*/
419427
protected GetAllowedLocations(java.lang.String name) {
@@ -491,17 +499,24 @@ public GetAllowedLocations setUploadProtocol(java.lang.String uploadProtocol) {
491499
return (GetAllowedLocations) super.setUploadProtocol(uploadProtocol);
492500
}
493501

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

498-
/** Required. Resource name of workload identity pool.
509+
/** Required. Resource name of workload identity pool. Format:
510+
`projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}`
499511
*/
500512
public java.lang.String getName() {
501513
return name;
502514
}
503515

504-
/** Required. Resource name of workload identity pool. */
516+
/**
517+
* Required. Resource name of workload identity pool. Format:
518+
* `projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}`
519+
*/
505520
public GetAllowedLocations setName(java.lang.String name) {
506521
if (!getSuppressPatternChecks()) {
507522
com.google.api.client.util.Preconditions.checkArgument(NAME_PATTERN.matcher(name).matches(),
@@ -845,7 +860,8 @@ public GenerateIdToken set(String parameterName, Object value) {
845860
* optional parameters, call the {@link GetAllowedLocations#execute()} method to invoke the remote
846861
* operation.
847862
*
848-
* @param name Required. Resource name of service account.
863+
* @param name Required. Resource name of service account. Format:
864+
* `projects/-/serviceAccounts/{service_account_email}`
849865
* @return the request
850866
*/
851867
public GetAllowedLocations getAllowedLocations(java.lang.String name) throws java.io.IOException {
@@ -872,7 +888,8 @@ public class GetAllowedLocations extends IAMCredentialsRequest<com.google.api.se
872888
* AbstractGoogleClientRequest)} must be called to initialize this instance immediately after
873889
* invoking the constructor. </p>
874890
*
875-
* @param name Required. Resource name of service account.
891+
* @param name Required. Resource name of service account. Format:
892+
* `projects/-/serviceAccounts/{service_account_email}`
876893
* @since 1.13
877894
*/
878895
protected GetAllowedLocations(java.lang.String name) {
@@ -950,17 +967,24 @@ public GetAllowedLocations setUploadProtocol(java.lang.String uploadProtocol) {
950967
return (GetAllowedLocations) super.setUploadProtocol(uploadProtocol);
951968
}
952969

953-
/** Required. Resource name of service account. */
970+
/**
971+
* Required. Resource name of service account. Format:
972+
* `projects/-/serviceAccounts/{service_account_email}`
973+
*/
954974
@com.google.api.client.util.Key
955975
private java.lang.String name;
956976

957-
/** Required. Resource name of service account.
977+
/** Required. Resource name of service account. Format:
978+
`projects/-/serviceAccounts/{service_account_email}`
958979
*/
959980
public java.lang.String getName() {
960981
return name;
961982
}
962983

963-
/** Required. Resource name of service account. */
984+
/**
985+
* Required. Resource name of service account. Format:
986+
* `projects/-/serviceAccounts/{service_account_email}`
987+
*/
964988
public GetAllowedLocations setName(java.lang.String name) {
965989
if (!getSuppressPatternChecks()) {
966990
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-rev20251022-2.0.0</version>
12-
<name>IAM Service Account Credentials API v1-rev20251022-2.0.0</name>
11+
<version>v1-rev20260326-2.0.0</version>
12+
<name>IAM Service Account Credentials API v1-rev20260326-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-rev20251022-2.0.0</version>
25+
<version>v1-rev20260326-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-rev20251022-2.0.0'
38+
implementation 'com.google.apis:google-api-services-iamcredentials:v1-rev20260326-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)