File tree Expand file tree Collapse file tree 5 files changed +15
-15
lines changed
clients/google-api-services-iap/v1
com/google/api/services/iap/v1/model Expand file tree Collapse file tree 5 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-iap</artifactId >
25
- <version >v1-rev20240617 -2.0.0</version >
25
+ <version >v1-rev20240909 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
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'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ public final class AccessSettings extends com.google.api.client.json.GenericJson
67
67
private OAuthSettings oauthSettings ;
68
68
69
69
/**
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 .
72
72
* The value may be {@code null}.
73
73
*/
74
74
@ com .google .api .client .util .Key
@@ -177,17 +177,17 @@ public AccessSettings setOauthSettings(OAuthSettings oauthSettings) {
177
177
}
178
178
179
179
/**
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 .
182
182
* @return value or {@code null} for none
183
183
*/
184
184
public PolicyDelegationSettings getPolicyDelegationSettings () {
185
185
return policyDelegationSettings ;
186
186
}
187
187
188
188
/**
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 .
191
191
* @param policyDelegationSettings policyDelegationSettings or {@code null} for none
192
192
*/
193
193
public AccessSettings setPolicyDelegationSettings (PolicyDelegationSettings policyDelegationSettings ) {
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public final class ReauthSettings extends com.google.api.client.json.GenericJson
38
38
private String maxAge ;
39
39
40
40
/**
41
- * Reauth method requested.
41
+ * Optional. Reauth method requested.
42
42
* The value may be {@code null}.
43
43
*/
44
44
@ com .google .api .client .util .Key
@@ -70,15 +70,15 @@ public ReauthSettings setMaxAge(String maxAge) {
70
70
}
71
71
72
72
/**
73
- * Reauth method requested.
73
+ * Optional. Reauth method requested.
74
74
* @return value or {@code null} for none
75
75
*/
76
76
public java .lang .String getMethod () {
77
77
return method ;
78
78
}
79
79
80
80
/**
81
- * Reauth method requested.
81
+ * Optional. Reauth method requested.
82
82
* @param method method or {@code null} for none
83
83
*/
84
84
public ReauthSettings setMethod (java .lang .String method ) {
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<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 >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-iap</artifactId >
25
- <version >v1-rev20240617 -2.0.0</version >
25
+ <version >v1-rev20240909 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
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'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments