Skip to content

Commit ec15933

Browse files
1 parent a842fc0 commit ec15933

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

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

clients/google-api-services-iap/v1/2.0.0/com/google/api/services/iap/v1/model/Resource.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public final class Resource extends com.google.api.client.json.GenericJson {
3838
* resource. Custom org policy backend uses these attributes to enforce custom org policies. For
3939
* create operations, GCP service is expected to pass resource from customer request as is. For
4040
* update/patch operations, GCP service is expected to compute the next state with the patch
41-
* provided by the user. See go/custom-constraints-org-policy-integration-guide for additional
41+
* provided by the user. See go/federated-custom-org-policy-integration-guide for additional
4242
* details.
4343
* The value may be {@code null}.
4444
*/
@@ -123,7 +123,7 @@ public final class Resource extends com.google.api.client.json.GenericJson {
123123
* resource. Custom org policy backend uses these attributes to enforce custom org policies. For
124124
* create operations, GCP service is expected to pass resource from customer request as is. For
125125
* update/patch operations, GCP service is expected to compute the next state with the patch
126-
* provided by the user. See go/custom-constraints-org-policy-integration-guide for additional
126+
* provided by the user. See go/federated-custom-org-policy-integration-guide for additional
127127
* details.
128128
* @return value or {@code null} for none
129129
*/
@@ -139,7 +139,7 @@ public java.util.Map<String, java.lang.Object> getExpectedNextState() {
139139
* resource. Custom org policy backend uses these attributes to enforce custom org policies. For
140140
* create operations, GCP service is expected to pass resource from customer request as is. For
141141
* update/patch operations, GCP service is expected to compute the next state with the patch
142-
* provided by the user. See go/custom-constraints-org-policy-integration-guide for additional
142+
* provided by the user. See go/federated-custom-org-policy-integration-guide for additional
143143
* details.
144144
* @param expectedNextState expectedNextState or {@code null} for none
145145
*/

clients/google-api-services-iap/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-iap</artifactId>
11-
<version>v1-rev20241202-2.0.0</version>
12-
<name>Cloud Identity-Aware Proxy API v1-rev20241202-2.0.0</name>
11+
<version>v1-rev20250407-2.0.0</version>
12+
<name>Cloud Identity-Aware Proxy API v1-rev20250407-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)