Skip to content

Commit 74c93a5

Browse files
1 parent 85a9076 commit 74c93a5

File tree

5 files changed

+15
-15
lines changed

5 files changed

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

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ public final class AccessSettings extends com.google.api.client.json.GenericJson
6767
private OAuthSettings oauthSettings;
6868

6969
/**
70-
* Optional. Settings to configure Policy delegation for apps hosted in tenant projects.
71-
* INTERNAL_ONLY.
70+
* Optional. Settings to allow google-internal teams to use IAP for apps hosted in a tenant
71+
* project.
7272
* The value may be {@code null}.
7373
*/
7474
@com.google.api.client.util.Key
@@ -177,17 +177,17 @@ public AccessSettings setOauthSettings(OAuthSettings oauthSettings) {
177177
}
178178

179179
/**
180-
* Optional. Settings to configure Policy delegation for apps hosted in tenant projects.
181-
* INTERNAL_ONLY.
180+
* Optional. Settings to allow google-internal teams to use IAP for apps hosted in a tenant
181+
* project.
182182
* @return value or {@code null} for none
183183
*/
184184
public PolicyDelegationSettings getPolicyDelegationSettings() {
185185
return policyDelegationSettings;
186186
}
187187

188188
/**
189-
* Optional. Settings to configure Policy delegation for apps hosted in tenant projects.
190-
* INTERNAL_ONLY.
189+
* Optional. Settings to allow google-internal teams to use IAP for apps hosted in a tenant
190+
* project.
191191
* @param policyDelegationSettings policyDelegationSettings or {@code null} for none
192192
*/
193193
public AccessSettings setPolicyDelegationSettings(PolicyDelegationSettings policyDelegationSettings) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public final class ReauthSettings extends com.google.api.client.json.GenericJson
3838
private String maxAge;
3939

4040
/**
41-
* Reauth method requested.
41+
* Optional. Reauth method requested.
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
@@ -70,15 +70,15 @@ public ReauthSettings setMaxAge(String maxAge) {
7070
}
7171

7272
/**
73-
* Reauth method requested.
73+
* Optional. Reauth method requested.
7474
* @return value or {@code null} for none
7575
*/
7676
public java.lang.String getMethod() {
7777
return method;
7878
}
7979

8080
/**
81-
* Reauth method requested.
81+
* Optional. Reauth method requested.
8282
* @param method method or {@code null} for none
8383
*/
8484
public ReauthSettings setMethod(java.lang.String method) {

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-rev20240617-2.0.0</version>
12-
<name>Cloud Identity-Aware Proxy API v1-rev20240617-2.0.0</name>
11+
<version>v1-rev20240909-2.0.0</version>
12+
<name>Cloud Identity-Aware Proxy API v1-rev20240909-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-rev20240617-2.0.0</version>
25+
<version>v1-rev20240909-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-rev20240617-2.0.0'
38+
implementation 'com.google.apis:google-api-services-iap:v1-rev20240909-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)