Skip to content

Commit b90b78a

Browse files
1 parent 493bd91 commit b90b78a

File tree

9 files changed

+41
-41
lines changed

9 files changed

+41
-41
lines changed

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-rev20260116-2.0.0</version>
25+
<version>v1-rev20260123-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-rev20260116-2.0.0'
38+
implementation 'com.google.apis:google-api-services-iam:v1-rev20260123-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: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10790,7 +10790,7 @@ public List set(String parameterName, Object value) {
1079010790
* This request holds the parameters needed by the iam server. After setting any optional
1079110791
* parameters, call the {@link Patch#execute()} method to invoke the remote operation.
1079210792
*
10793-
* @param name Output only. The resource name of the pool.
10793+
* @param name Identifier. The resource name of the pool.
1079410794
* @param content the {@link com.google.api.services.iam.v1.model.WorkloadIdentityPool}
1079510795
* @return the request
1079610796
*/
@@ -10817,7 +10817,7 @@ public class Patch extends IamRequest<com.google.api.services.iam.v1.model.Opera
1081710817
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
1081810818
* be called to initialize this instance immediately after invoking the constructor. </p>
1081910819
*
10820-
* @param name Output only. The resource name of the pool.
10820+
* @param name Identifier. The resource name of the pool.
1082110821
* @param content the {@link com.google.api.services.iam.v1.model.WorkloadIdentityPool}
1082210822
* @since 1.13
1082310823
*/
@@ -10886,17 +10886,17 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
1088610886
return (Patch) super.setUploadProtocol(uploadProtocol);
1088710887
}
1088810888

10889-
/** Output only. The resource name of the pool. */
10889+
/** Identifier. The resource name of the pool. */
1089010890
@com.google.api.client.util.Key
1089110891
private java.lang.String name;
1089210892

10893-
/** Output only. The resource name of the pool.
10893+
/** Identifier. The resource name of the pool.
1089410894
*/
1089510895
public java.lang.String getName() {
1089610896
return name;
1089710897
}
1089810898

10899-
/** Output only. The resource name of the pool. */
10899+
/** Identifier. The resource name of the pool. */
1090010900
public Patch setName(java.lang.String name) {
1090110901
if (!getSuppressPatternChecks()) {
1090210902
com.google.api.client.util.Preconditions.checkArgument(NAME_PATTERN.matcher(name).matches(),
@@ -12012,7 +12012,7 @@ public List set(String parameterName, Object value) {
1201212012
* This request holds the parameters needed by the iam server. After setting any optional
1201312013
* parameters, call the {@link Patch#execute()} method to invoke the remote operation.
1201412014
*
12015-
* @param name Output only. The resource name of the namespace.
12015+
* @param name Identifier. The resource name of the namespace.
1201612016
* @param content the {@link com.google.api.services.iam.v1.model.WorkloadIdentityPoolNamespace}
1201712017
* @return the request
1201812018
*/
@@ -12039,7 +12039,7 @@ public class Patch extends IamRequest<com.google.api.services.iam.v1.model.Opera
1203912039
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
1204012040
* be called to initialize this instance immediately after invoking the constructor. </p>
1204112041
*
12042-
* @param name Output only. The resource name of the namespace.
12042+
* @param name Identifier. The resource name of the namespace.
1204312043
* @param content the {@link com.google.api.services.iam.v1.model.WorkloadIdentityPoolNamespace}
1204412044
* @since 1.13
1204512045
*/
@@ -12108,17 +12108,17 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
1210812108
return (Patch) super.setUploadProtocol(uploadProtocol);
1210912109
}
1211012110

12111-
/** Output only. The resource name of the namespace. */
12111+
/** Identifier. The resource name of the namespace. */
1211212112
@com.google.api.client.util.Key
1211312113
private java.lang.String name;
1211412114

12115-
/** Output only. The resource name of the namespace.
12115+
/** Identifier. The resource name of the namespace.
1211612116
*/
1211712117
public java.lang.String getName() {
1211812118
return name;
1211912119
}
1212012120

12121-
/** Output only. The resource name of the namespace. */
12121+
/** Identifier. The resource name of the namespace. */
1212212122
public Patch setName(java.lang.String name) {
1212312123
if (!getSuppressPatternChecks()) {
1212412124
com.google.api.client.util.Preconditions.checkArgument(NAME_PATTERN.matcher(name).matches(),
@@ -13319,7 +13319,7 @@ public ListAttestationRules set(String parameterName, Object value) {
1331913319
* This request holds the parameters needed by the iam server. After setting any optional
1332013320
* parameters, call the {@link Patch#execute()} method to invoke the remote operation.
1332113321
*
13322-
* @param name Output only. The resource name of the managed identity.
13322+
* @param name Identifier. The resource name of the managed identity.
1332313323
* @param content the {@link com.google.api.services.iam.v1.model.WorkloadIdentityPoolManagedIdentity}
1332413324
* @return the request
1332513325
*/
@@ -13346,7 +13346,7 @@ public class Patch extends IamRequest<com.google.api.services.iam.v1.model.Opera
1334613346
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
1334713347
* be called to initialize this instance immediately after invoking the constructor. </p>
1334813348
*
13349-
* @param name Output only. The resource name of the managed identity.
13349+
* @param name Identifier. The resource name of the managed identity.
1335013350
* @param content the {@link com.google.api.services.iam.v1.model.WorkloadIdentityPoolManagedIdentity}
1335113351
* @since 1.13
1335213352
*/
@@ -13415,17 +13415,17 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
1341513415
return (Patch) super.setUploadProtocol(uploadProtocol);
1341613416
}
1341713417

13418-
/** Output only. The resource name of the managed identity. */
13418+
/** Identifier. The resource name of the managed identity. */
1341913419
@com.google.api.client.util.Key
1342013420
private java.lang.String name;
1342113421

13422-
/** Output only. The resource name of the managed identity.
13422+
/** Identifier. The resource name of the managed identity.
1342313423
*/
1342413424
public java.lang.String getName() {
1342513425
return name;
1342613426
}
1342713427

13428-
/** Output only. The resource name of the managed identity. */
13428+
/** Identifier. The resource name of the managed identity. */
1342913429
public Patch setName(java.lang.String name) {
1343013430
if (!getSuppressPatternChecks()) {
1343113431
com.google.api.client.util.Preconditions.checkArgument(NAME_PATTERN.matcher(name).matches(),
@@ -15205,7 +15205,7 @@ public List set(String parameterName, Object value) {
1520515205
* This request holds the parameters needed by the iam server. After setting any optional
1520615206
* parameters, call the {@link Patch#execute()} method to invoke the remote operation.
1520715207
*
15208-
* @param name Output only. The resource name of the provider.
15208+
* @param name Identifier. The resource name of the provider.
1520915209
* @param content the {@link com.google.api.services.iam.v1.model.WorkloadIdentityPoolProvider}
1521015210
* @return the request
1521115211
*/
@@ -15232,7 +15232,7 @@ public class Patch extends IamRequest<com.google.api.services.iam.v1.model.Opera
1523215232
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
1523315233
* be called to initialize this instance immediately after invoking the constructor. </p>
1523415234
*
15235-
* @param name Output only. The resource name of the provider.
15235+
* @param name Identifier. The resource name of the provider.
1523615236
* @param content the {@link com.google.api.services.iam.v1.model.WorkloadIdentityPoolProvider}
1523715237
* @since 1.13
1523815238
*/
@@ -15301,17 +15301,17 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
1530115301
return (Patch) super.setUploadProtocol(uploadProtocol);
1530215302
}
1530315303

15304-
/** Output only. The resource name of the provider. */
15304+
/** Identifier. The resource name of the provider. */
1530515305
@com.google.api.client.util.Key
1530615306
private java.lang.String name;
1530715307

15308-
/** Output only. The resource name of the provider.
15308+
/** Identifier. The resource name of the provider.
1530915309
*/
1531015310
public java.lang.String getName() {
1531115311
return name;
1531215312
}
1531315313

15314-
/** Output only. The resource name of the provider. */
15314+
/** Identifier. The resource name of the provider. */
1531515315
public Patch setName(java.lang.String name) {
1531615316
if (!getSuppressPatternChecks()) {
1531715317
com.google.api.client.util.Preconditions.checkArgument(NAME_PATTERN.matcher(name).matches(),

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public final class WorkloadIdentityPool extends com.google.api.client.json.Gener
8585
private java.lang.String mode;
8686

8787
/**
88-
* Output only. The resource name of the pool.
88+
* Identifier. The resource name of the pool.
8989
* The value may be {@code null}.
9090
*/
9191
@com.google.api.client.util.Key
@@ -226,15 +226,15 @@ public WorkloadIdentityPool setMode(java.lang.String mode) {
226226
}
227227

228228
/**
229-
* Output only. The resource name of the pool.
229+
* Identifier. The resource name of the pool.
230230
* @return value or {@code null} for none
231231
*/
232232
public java.lang.String getName() {
233233
return name;
234234
}
235235

236236
/**
237-
* Output only. The resource name of the pool.
237+
* Identifier. The resource name of the pool.
238238
* @param name name or {@code null} for none
239239
*/
240240
public WorkloadIdentityPool setName(java.lang.String name) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public final class WorkloadIdentityPoolManagedIdentity extends com.google.api.cl
5454
private String expireTime;
5555

5656
/**
57-
* Output only. The resource name of the managed identity.
57+
* Identifier. The resource name of the managed identity.
5858
* The value may be {@code null}.
5959
*/
6060
@com.google.api.client.util.Key
@@ -123,15 +123,15 @@ public WorkloadIdentityPoolManagedIdentity setExpireTime(String expireTime) {
123123
}
124124

125125
/**
126-
* Output only. The resource name of the managed identity.
126+
* Identifier. The resource name of the managed identity.
127127
* @return value or {@code null} for none
128128
*/
129129
public java.lang.String getName() {
130130
return name;
131131
}
132132

133133
/**
134-
* Output only. The resource name of the managed identity.
134+
* Identifier. The resource name of the managed identity.
135135
* @param name name or {@code null} for none
136136
*/
137137
public WorkloadIdentityPoolManagedIdentity setName(java.lang.String name) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public final class WorkloadIdentityPoolNamespace extends com.google.api.client.j
5555
private String expireTime;
5656

5757
/**
58-
* Output only. The resource name of the namespace.
58+
* Identifier. The resource name of the namespace.
5959
* The value may be {@code null}.
6060
*/
6161
@com.google.api.client.util.Key
@@ -131,15 +131,15 @@ public WorkloadIdentityPoolNamespace setExpireTime(String expireTime) {
131131
}
132132

133133
/**
134-
* Output only. The resource name of the namespace.
134+
* Identifier. The resource name of the namespace.
135135
* @return value or {@code null} for none
136136
*/
137137
public java.lang.String getName() {
138138
return name;
139139
}
140140

141141
/**
142-
* Output only. The resource name of the namespace.
142+
* Identifier. The resource name of the namespace.
143143
* @param name name or {@code null} for none
144144
*/
145145
public WorkloadIdentityPoolNamespace setName(java.lang.String name) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public final class WorkloadIdentityPoolProvider extends com.google.api.client.js
121121
private String expireTime;
122122

123123
/**
124-
* Output only. The resource name of the provider.
124+
* Identifier. The resource name of the provider.
125125
* The value may be {@code null}.
126126
*/
127127
@com.google.api.client.util.Key
@@ -357,15 +357,15 @@ public WorkloadIdentityPoolProvider setExpireTime(String expireTime) {
357357
}
358358

359359
/**
360-
* Output only. The resource name of the provider.
360+
* Identifier. The resource name of the provider.
361361
* @return value or {@code null} for none
362362
*/
363363
public java.lang.String getName() {
364364
return name;
365365
}
366366

367367
/**
368-
* Output only. The resource name of the provider.
368+
* Identifier. The resource name of the provider.
369369
* @param name name or {@code null} for none
370370
*/
371371
public WorkloadIdentityPoolProvider setName(java.lang.String name) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public final class WorkloadIdentityPoolProviderKey extends com.google.api.client
4949
private KeyData keyData;
5050

5151
/**
52-
* Output only. The resource name of the key.
52+
* Identifier. The resource name of the key.
5353
* The value may be {@code null}.
5454
*/
5555
@com.google.api.client.util.Key
@@ -108,15 +108,15 @@ public WorkloadIdentityPoolProviderKey setKeyData(KeyData keyData) {
108108
}
109109

110110
/**
111-
* Output only. The resource name of the key.
111+
* Identifier. The resource name of the key.
112112
* @return value or {@code null} for none
113113
*/
114114
public java.lang.String getName() {
115115
return name;
116116
}
117117

118118
/**
119-
* Output only. The resource name of the key.
119+
* Identifier. The resource name of the key.
120120
* @param name name or {@code null} for none
121121
*/
122122
public WorkloadIdentityPoolProviderKey setName(java.lang.String name) {

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-rev20260116-2.0.0</version>
12-
<name>Identity and Access Management (IAM) API v1-rev20260116-2.0.0</name>
11+
<version>v1-rev20260123-2.0.0</version>
12+
<name>Identity and Access Management (IAM) API v1-rev20260123-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-rev20260116-2.0.0</version>
25+
<version>v1-rev20260123-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-rev20260116-2.0.0'
38+
implementation 'com.google.apis:google-api-services-iam:v1-rev20260123-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)