Skip to content

Commit 1792c22

Browse files
1 parent 0e5d412 commit 1792c22

File tree

5 files changed

+20
-20
lines changed

5 files changed

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

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,17 @@ public final class InlineCertificateIssuanceConfig extends com.google.api.client
5353
private java.lang.String keyAlgorithm;
5454

5555
/**
56-
* Optional. Lifetime of the workload certificates issued by the CA pool. Must be between 10 hours
56+
* Optional. Lifetime of the workload certificates issued by the CA pool. Must be between 24 hours
5757
* and 30 days. If not specified, this will be defaulted to 24 hours.
5858
* The value may be {@code null}.
5959
*/
6060
@com.google.api.client.util.Key
6161
private String lifetime;
6262

6363
/**
64-
* Optional. Rotation window percentage indicating when certificate rotation should be initiated
65-
* based on remaining lifetime. Must be between 10 and 80. If not specified, this will be
66-
* defaulted to 50.
64+
* Optional. Rotation window percentage, the percentage of remaining lifetime after which
65+
* certificate rotation is initiated. Must be between 50 and 80. If no value is specified,
66+
* rotation window percentage is defaulted to 50.
6767
* The value may be {@code null}.
6868
*/
6969
@com.google.api.client.util.Key
@@ -118,7 +118,7 @@ public InlineCertificateIssuanceConfig setKeyAlgorithm(java.lang.String keyAlgor
118118
}
119119

120120
/**
121-
* Optional. Lifetime of the workload certificates issued by the CA pool. Must be between 10 hours
121+
* Optional. Lifetime of the workload certificates issued by the CA pool. Must be between 24 hours
122122
* and 30 days. If not specified, this will be defaulted to 24 hours.
123123
* @return value or {@code null} for none
124124
*/
@@ -127,7 +127,7 @@ public String getLifetime() {
127127
}
128128

129129
/**
130-
* Optional. Lifetime of the workload certificates issued by the CA pool. Must be between 10 hours
130+
* Optional. Lifetime of the workload certificates issued by the CA pool. Must be between 24 hours
131131
* and 30 days. If not specified, this will be defaulted to 24 hours.
132132
* @param lifetime lifetime or {@code null} for none
133133
*/
@@ -137,19 +137,19 @@ public InlineCertificateIssuanceConfig setLifetime(String lifetime) {
137137
}
138138

139139
/**
140-
* Optional. Rotation window percentage indicating when certificate rotation should be initiated
141-
* based on remaining lifetime. Must be between 10 and 80. If not specified, this will be
142-
* defaulted to 50.
140+
* Optional. Rotation window percentage, the percentage of remaining lifetime after which
141+
* certificate rotation is initiated. Must be between 50 and 80. If no value is specified,
142+
* rotation window percentage is defaulted to 50.
143143
* @return value or {@code null} for none
144144
*/
145145
public java.lang.Integer getRotationWindowPercentage() {
146146
return rotationWindowPercentage;
147147
}
148148

149149
/**
150-
* Optional. Rotation window percentage indicating when certificate rotation should be initiated
151-
* based on remaining lifetime. Must be between 10 and 80. If not specified, this will be
152-
* defaulted to 50.
150+
* Optional. Rotation window percentage, the percentage of remaining lifetime after which
151+
* certificate rotation is initiated. Must be between 50 and 80. If no value is specified,
152+
* rotation window percentage is defaulted to 50.
153153
* @param rotationWindowPercentage rotationWindowPercentage or {@code null} for none
154154
*/
155155
public InlineCertificateIssuanceConfig setRotationWindowPercentage(java.lang.Integer rotationWindowPercentage) {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
package com.google.api.services.iam.v1.model;
1818

1919
/**
20-
* Trust store that contains trust anchors and optional intermediate CAs used in PKI to build trust
21-
* chain and verify a client's identity.
20+
* Trust store that contains trust anchors and optional intermediate CAs used in PKI to build a
21+
* trust chain(trust hierarchy) and verify a client's identity.
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2424
* transmitted over HTTP when working with the Identity and Access Management (IAM) API. For a

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

0 commit comments

Comments
 (0)