Skip to content

Commit 296bf8b

Browse files
1 parent 49b6a7e commit 296bf8b

File tree

9 files changed

+49
-49
lines changed

9 files changed

+49
-49
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-rev20250718-2.0.0</version>
25+
<version>v1-rev20250815-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-rev20250718-2.0.0'
38+
implementation 'com.google.apis:google-api-services-iam:v1-rev20250815-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: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13274,7 +13274,7 @@ public ListAttestationRules set(String parameterName, Object value) {
1327413274
* This request holds the parameters needed by the iam server. After setting any optional
1327513275
* parameters, call the {@link Patch#execute()} method to invoke the remote operation.
1327613276
*
13277-
* @param name Output only. The resource name of the managed identity.
13277+
* @param name Identifier. The resource name of the managed identity.
1327813278
* @param content the {@link com.google.api.services.iam.v1.model.WorkloadIdentityPoolManagedIdentity}
1327913279
* @return the request
1328013280
*/
@@ -13301,7 +13301,7 @@ public class Patch extends IamRequest<com.google.api.services.iam.v1.model.Opera
1330113301
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
1330213302
* be called to initialize this instance immediately after invoking the constructor. </p>
1330313303
*
13304-
* @param name Output only. The resource name of the managed identity.
13304+
* @param name Identifier. The resource name of the managed identity.
1330513305
* @param content the {@link com.google.api.services.iam.v1.model.WorkloadIdentityPoolManagedIdentity}
1330613306
* @since 1.13
1330713307
*/
@@ -13370,17 +13370,17 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
1337013370
return (Patch) super.setUploadProtocol(uploadProtocol);
1337113371
}
1337213372

13373-
/** Output only. The resource name of the managed identity. */
13373+
/** Identifier. The resource name of the managed identity. */
1337413374
@com.google.api.client.util.Key
1337513375
private java.lang.String name;
1337613376

13377-
/** Output only. The resource name of the managed identity.
13377+
/** Identifier. The resource name of the managed identity.
1337813378
*/
1337913379
public java.lang.String getName() {
1338013380
return name;
1338113381
}
1338213382

13383-
/** Output only. The resource name of the managed identity. */
13383+
/** Identifier. The resource name of the managed identity. */
1338413384
public Patch setName(java.lang.String name) {
1338513385
if (!getSuppressPatternChecks()) {
1338613386
com.google.api.client.util.Preconditions.checkArgument(NAME_PATTERN.matcher(name).matches(),
@@ -15160,7 +15160,7 @@ public List set(String parameterName, Object value) {
1516015160
* This request holds the parameters needed by the iam server. After setting any optional
1516115161
* parameters, call the {@link Patch#execute()} method to invoke the remote operation.
1516215162
*
15163-
* @param name Output only. The resource name of the provider.
15163+
* @param name Identifier. The resource name of the provider.
1516415164
* @param content the {@link com.google.api.services.iam.v1.model.WorkloadIdentityPoolProvider}
1516515165
* @return the request
1516615166
*/
@@ -15187,7 +15187,7 @@ public class Patch extends IamRequest<com.google.api.services.iam.v1.model.Opera
1518715187
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
1518815188
* be called to initialize this instance immediately after invoking the constructor. </p>
1518915189
*
15190-
* @param name Output only. The resource name of the provider.
15190+
* @param name Identifier. The resource name of the provider.
1519115191
* @param content the {@link com.google.api.services.iam.v1.model.WorkloadIdentityPoolProvider}
1519215192
* @since 1.13
1519315193
*/
@@ -15256,17 +15256,17 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
1525615256
return (Patch) super.setUploadProtocol(uploadProtocol);
1525715257
}
1525815258

15259-
/** Output only. The resource name of the provider. */
15259+
/** Identifier. The resource name of the provider. */
1526015260
@com.google.api.client.util.Key
1526115261
private java.lang.String name;
1526215262

15263-
/** Output only. The resource name of the provider.
15263+
/** Identifier. The resource name of the provider.
1526415264
*/
1526515265
public java.lang.String getName() {
1526615266
return name;
1526715267
}
1526815268

15269-
/** Output only. The resource name of the provider. */
15269+
/** Identifier. The resource name of the provider. */
1527015270
public Patch setName(java.lang.String name) {
1527115271
if (!getSuppressPatternChecks()) {
1527215272
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/WorkloadIdentityPoolManagedIdentity.java

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@
3131
public final class WorkloadIdentityPoolManagedIdentity extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* A description of the managed identity. Cannot exceed 256 characters.
34+
* Optional. A description of the managed identity. Cannot exceed 256 characters.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
3838
private java.lang.String description;
3939

4040
/**
41-
* Whether the managed identity is disabled. If disabled, credentials may no longer be issued for
42-
* the identity, however existing credentials will still be accepted until they expire.
41+
* Optional. Whether the managed identity is disabled. If disabled, credentials may no longer be
42+
* issued for the identity, however existing credentials will still be accepted until they expire.
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
@@ -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
@@ -68,15 +68,15 @@ public final class WorkloadIdentityPoolManagedIdentity extends com.google.api.cl
6868
private java.lang.String state;
6969

7070
/**
71-
* A description of the managed identity. Cannot exceed 256 characters.
71+
* Optional. A description of the managed identity. Cannot exceed 256 characters.
7272
* @return value or {@code null} for none
7373
*/
7474
public java.lang.String getDescription() {
7575
return description;
7676
}
7777

7878
/**
79-
* A description of the managed identity. Cannot exceed 256 characters.
79+
* Optional. A description of the managed identity. Cannot exceed 256 characters.
8080
* @param description description or {@code null} for none
8181
*/
8282
public WorkloadIdentityPoolManagedIdentity setDescription(java.lang.String description) {
@@ -85,17 +85,17 @@ public WorkloadIdentityPoolManagedIdentity setDescription(java.lang.String descr
8585
}
8686

8787
/**
88-
* Whether the managed identity is disabled. If disabled, credentials may no longer be issued for
89-
* the identity, however existing credentials will still be accepted until they expire.
88+
* Optional. Whether the managed identity is disabled. If disabled, credentials may no longer be
89+
* issued for the identity, however existing credentials will still be accepted until they expire.
9090
* @return value or {@code null} for none
9191
*/
9292
public java.lang.Boolean getDisabled() {
9393
return disabled;
9494
}
9595

9696
/**
97-
* Whether the managed identity is disabled. If disabled, credentials may no longer be issued for
98-
* the identity, however existing credentials will still be accepted until they expire.
97+
* Optional. Whether the managed identity is disabled. If disabled, credentials may no longer be
98+
* issued for the identity, however existing credentials will still be accepted until they expire.
9999
* @param disabled disabled or {@code null} for none
100100
*/
101101
public WorkloadIdentityPoolManagedIdentity setDisabled(java.lang.Boolean disabled) {
@@ -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: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232
public final class WorkloadIdentityPoolNamespace extends com.google.api.client.json.GenericJson {
3333

3434
/**
35-
* A description of the namespace. Cannot exceed 256 characters.
35+
* Optional. A description of the namespace. Cannot exceed 256 characters.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
3939
private java.lang.String description;
4040

4141
/**
42-
* Whether the namespace is disabled. If disabled, credentials may no longer be issued for
43-
* identities within this namespace, however existing credentials will still be accepted until
42+
* Optional. Whether the namespace is disabled. If disabled, credentials may no longer be issued
43+
* for identities within this namespace, however existing credentials will still be accepted until
4444
* they expire.
4545
* The value may be {@code null}.
4646
*/
@@ -76,15 +76,15 @@ public final class WorkloadIdentityPoolNamespace extends com.google.api.client.j
7676
private java.lang.String state;
7777

7878
/**
79-
* A description of the namespace. Cannot exceed 256 characters.
79+
* Optional. A description of the namespace. Cannot exceed 256 characters.
8080
* @return value or {@code null} for none
8181
*/
8282
public java.lang.String getDescription() {
8383
return description;
8484
}
8585

8686
/**
87-
* A description of the namespace. Cannot exceed 256 characters.
87+
* Optional. A description of the namespace. Cannot exceed 256 characters.
8888
* @param description description or {@code null} for none
8989
*/
9090
public WorkloadIdentityPoolNamespace setDescription(java.lang.String description) {
@@ -93,8 +93,8 @@ public WorkloadIdentityPoolNamespace setDescription(java.lang.String description
9393
}
9494

9595
/**
96-
* Whether the namespace is disabled. If disabled, credentials may no longer be issued for
97-
* identities within this namespace, however existing credentials will still be accepted until
96+
* Optional. Whether the namespace is disabled. If disabled, credentials may no longer be issued
97+
* for identities within this namespace, however existing credentials will still be accepted until
9898
* they expire.
9999
* @return value or {@code null} for none
100100
*/
@@ -103,8 +103,8 @@ public java.lang.Boolean getDisabled() {
103103
}
104104

105105
/**
106-
* Whether the namespace is disabled. If disabled, credentials may no longer be issued for
107-
* identities within this namespace, however existing credentials will still be accepted until
106+
* Optional. Whether the namespace is disabled. If disabled, credentials may no longer be issued
107+
* for identities within this namespace, however existing credentials will still be accepted until
108108
* they expire.
109109
* @param disabled disabled or {@code null} for none
110110
*/

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/pom.xml

Lines changed: 5 additions & 5 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-rev20250718-2.0.0</version>
12-
<name>Identity and Access Management (IAM) API v1-rev20250718-2.0.0</name>
11+
<version>v1-rev20250815-2.0.0</version>
12+
<name>Identity and Access Management (IAM) API v1-rev20250815-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -89,9 +89,9 @@
8989
<windowtitle>Identity and Access Management (IAM) API ${project.version}</windowtitle>
9090
<links>
9191
<link>http://docs.oracle.com/javase/7/docs/api</link>
92-
<link>https://googleapis.dev/java/google-http-client/2.0.0/</link>
92+
<link>https://googleapis.dev/java/google-http-client/1.47.1/</link>
9393
<link>https://googleapis.dev/java/google-oauth-client/1.39.0/</link>
94-
<link>https://googleapis.dev/java/google-api-client/2.8.1/</link>
94+
<link>https://googleapis.dev/java/google-api-client/2.8.0/</link>
9595
</links>
9696
</configuration>
9797
</plugin>
@@ -124,7 +124,7 @@
124124
<dependency>
125125
<groupId>com.google.api-client</groupId>
126126
<artifactId>google-api-client</artifactId>
127-
<version>2.8.1</version>
127+
<version>2.8.0</version>
128128
</dependency>
129129
</dependencies>
130130

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-rev20250718-2.0.0</version>
25+
<version>v1-rev20250815-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-rev20250718-2.0.0'
38+
implementation 'com.google.apis:google-api-services-iam:v1-rev20250815-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-iam/v2/2.0.0/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@
8989
<windowtitle>Identity and Access Management (IAM) API ${project.version}</windowtitle>
9090
<links>
9191
<link>http://docs.oracle.com/javase/7/docs/api</link>
92-
<link>https://googleapis.dev/java/google-http-client/2.0.0/</link>
92+
<link>https://googleapis.dev/java/google-http-client/1.47.1/</link>
9393
<link>https://googleapis.dev/java/google-oauth-client/1.39.0/</link>
94-
<link>https://googleapis.dev/java/google-api-client/2.8.1/</link>
94+
<link>https://googleapis.dev/java/google-api-client/2.8.0/</link>
9595
</links>
9696
</configuration>
9797
</plugin>
@@ -124,7 +124,7 @@
124124
<dependency>
125125
<groupId>com.google.api-client</groupId>
126126
<artifactId>google-api-client</artifactId>
127-
<version>2.8.1</version>
127+
<version>2.8.0</version>
128128
</dependency>
129129
</dependencies>
130130

clients/google-api-services-iam/v2beta/2.0.0/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@
8989
<windowtitle>Identity and Access Management (IAM) API ${project.version}</windowtitle>
9090
<links>
9191
<link>http://docs.oracle.com/javase/7/docs/api</link>
92-
<link>https://googleapis.dev/java/google-http-client/2.0.0/</link>
92+
<link>https://googleapis.dev/java/google-http-client/1.47.1/</link>
9393
<link>https://googleapis.dev/java/google-oauth-client/1.39.0/</link>
94-
<link>https://googleapis.dev/java/google-api-client/2.8.1/</link>
94+
<link>https://googleapis.dev/java/google-api-client/2.8.0/</link>
9595
</links>
9696
</configuration>
9797
</plugin>
@@ -124,7 +124,7 @@
124124
<dependency>
125125
<groupId>com.google.api-client</groupId>
126126
<artifactId>google-api-client</artifactId>
127-
<version>2.8.1</version>
127+
<version>2.8.0</version>
128128
</dependency>
129129
</dependencies>
130130

0 commit comments

Comments
 (0)