Skip to content

Commit 8ed1258

Browse files
1 parent 1666c80 commit 8ed1258

File tree

6 files changed

+69
-26
lines changed

6 files changed

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

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

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

1919
/**
20-
* Allows customers to configure HTTP request paths that'll allow HTTP OPTIONS call to bypass
20+
* Allows customers to configure HTTP request paths that'll allow HTTP `OPTIONS` call to bypass
2121
* authentication and authorization.
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
@@ -32,25 +32,25 @@
3232
public final class CorsSettings extends com.google.api.client.json.GenericJson {
3333

3434
/**
35-
* Configuration to allow HTTP OPTIONS calls to skip authorization. If undefined, IAP will not
36-
* apply any special logic to OPTIONS requests.
35+
* Configuration to allow HTTP `OPTIONS` calls to skip authentication and authorization. If
36+
* undefined, IAP will not apply any special logic to `OPTIONS` requests.
3737
* The value may be {@code null}.
3838
*/
3939
@com.google.api.client.util.Key
4040
private java.lang.Boolean allowHttpOptions;
4141

4242
/**
43-
* Configuration to allow HTTP OPTIONS calls to skip authorization. If undefined, IAP will not
44-
* apply any special logic to OPTIONS requests.
43+
* Configuration to allow HTTP `OPTIONS` calls to skip authentication and authorization. If
44+
* undefined, IAP will not apply any special logic to `OPTIONS` requests.
4545
* @return value or {@code null} for none
4646
*/
4747
public java.lang.Boolean getAllowHttpOptions() {
4848
return allowHttpOptions;
4949
}
5050

5151
/**
52-
* Configuration to allow HTTP OPTIONS calls to skip authorization. If undefined, IAP will not
53-
* apply any special logic to OPTIONS requests.
52+
* Configuration to allow HTTP `OPTIONS` calls to skip authentication and authorization. If
53+
* undefined, IAP will not apply any special logic to `OPTIONS` requests.
5454
* @param allowHttpOptions allowHttpOptions or {@code null} for none
5555
*/
5656
public CorsSettings setAllowHttpOptions(java.lang.Boolean allowHttpOptions) {

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

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

1919
/**
20-
* Allows customers to configure tenant_id for GCIP instance per-app.
20+
* Allows customers to configure tenant IDs for a Cloud Identity Platform (GCIP) instance for each
21+
* application.
2122
*
2223
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2324
* transmitted over HTTP when working with the Cloud Identity-Aware Proxy API. For a detailed
@@ -39,11 +40,11 @@ public final class GcipSettings extends com.google.api.client.json.GenericJson {
3940
private java.lang.String loginPageUri;
4041

4142
/**
42-
* Optional. GCIP tenant ids that are linked to the IAP resource. tenant_ids could be a string
43+
* Optional. GCIP tenant IDs that are linked to the IAP resource. `tenant_ids` could be a string
4344
* beginning with a number character to indicate authenticating with GCIP tenant flow, or in the
44-
* format of _ to indicate authenticating with GCIP agent flow. If agent flow is used, tenant_ids
45-
* should only contain one single element, while for tenant flow, tenant_ids can contain multiple
46-
* elements.
45+
* format of `_` to indicate authenticating with GCIP agent flow. If agent flow is used,
46+
* `tenant_ids` should only contain one single element, while for tenant flow, `tenant_ids` can
47+
* contain multiple elements.
4748
* The value may be {@code null}.
4849
*/
4950
@com.google.api.client.util.Key
@@ -69,23 +70,23 @@ public GcipSettings setLoginPageUri(java.lang.String loginPageUri) {
6970
}
7071

7172
/**
72-
* Optional. GCIP tenant ids that are linked to the IAP resource. tenant_ids could be a string
73+
* Optional. GCIP tenant IDs that are linked to the IAP resource. `tenant_ids` could be a string
7374
* beginning with a number character to indicate authenticating with GCIP tenant flow, or in the
74-
* format of _ to indicate authenticating with GCIP agent flow. If agent flow is used, tenant_ids
75-
* should only contain one single element, while for tenant flow, tenant_ids can contain multiple
76-
* elements.
75+
* format of `_` to indicate authenticating with GCIP agent flow. If agent flow is used,
76+
* `tenant_ids` should only contain one single element, while for tenant flow, `tenant_ids` can
77+
* contain multiple elements.
7778
* @return value or {@code null} for none
7879
*/
7980
public java.util.List<java.lang.String> getTenantIds() {
8081
return tenantIds;
8182
}
8283

8384
/**
84-
* Optional. GCIP tenant ids that are linked to the IAP resource. tenant_ids could be a string
85+
* Optional. GCIP tenant IDs that are linked to the IAP resource. `tenant_ids` could be a string
8586
* beginning with a number character to indicate authenticating with GCIP tenant flow, or in the
86-
* format of _ to indicate authenticating with GCIP agent flow. If agent flow is used, tenant_ids
87-
* should only contain one single element, while for tenant flow, tenant_ids can contain multiple
88-
* elements.
87+
* format of `_` to indicate authenticating with GCIP agent flow. If agent flow is used,
88+
* `tenant_ids` should only contain one single element, while for tenant flow, `tenant_ids` can
89+
* contain multiple elements.
8990
* @param tenantIds tenantIds or {@code null} for none
9091
*/
9192
public GcipSettings setTenantIds(java.util.List<java.lang.String> tenantIds) {

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

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,19 @@ public final class Resource extends com.google.api.client.json.GenericJson {
6060
@com.google.api.client.util.Key
6161
private java.util.Map<String, java.lang.String> labels;
6262

63+
/**
64+
* The locations of the resource. This field is used to determine whether the request is compliant
65+
* with Trust Boundaries. Usage: - If unset or empty, the location of authorization is used as the
66+
* target location. - For global resources: use a single value of "global". - For regional/multi-
67+
* regional resources: use name of the GCP region(s) where the resource exists (e.g., ["us-east1",
68+
* "us-west1"]). For multi-regional resources specify the name of each GCP region in the
69+
* resource's multi-region. NOTE: Only GCP cloud region names are supported - go/cloud-region-
70+
* names.
71+
* The value may be {@code null}.
72+
*/
73+
@com.google.api.client.util.Key
74+
private java.util.List<java.lang.String> locations;
75+
6376
/**
6477
* The **relative** name of the resource, which is the URI path of the resource without the
6578
* leading "/". See https://cloud.google.com/iam/docs/conditions-resource-attributes#resource-name
@@ -181,6 +194,35 @@ public Resource setLabels(java.util.Map<String, java.lang.String> labels) {
181194
return this;
182195
}
183196

197+
/**
198+
* The locations of the resource. This field is used to determine whether the request is compliant
199+
* with Trust Boundaries. Usage: - If unset or empty, the location of authorization is used as the
200+
* target location. - For global resources: use a single value of "global". - For regional/multi-
201+
* regional resources: use name of the GCP region(s) where the resource exists (e.g., ["us-east1",
202+
* "us-west1"]). For multi-regional resources specify the name of each GCP region in the
203+
* resource's multi-region. NOTE: Only GCP cloud region names are supported - go/cloud-region-
204+
* names.
205+
* @return value or {@code null} for none
206+
*/
207+
public java.util.List<java.lang.String> getLocations() {
208+
return locations;
209+
}
210+
211+
/**
212+
* The locations of the resource. This field is used to determine whether the request is compliant
213+
* with Trust Boundaries. Usage: - If unset or empty, the location of authorization is used as the
214+
* target location. - For global resources: use a single value of "global". - For regional/multi-
215+
* regional resources: use name of the GCP region(s) where the resource exists (e.g., ["us-east1",
216+
* "us-west1"]). For multi-regional resources specify the name of each GCP region in the
217+
* resource's multi-region. NOTE: Only GCP cloud region names are supported - go/cloud-region-
218+
* names.
219+
* @param locations locations or {@code null} for none
220+
*/
221+
public Resource setLocations(java.util.List<java.lang.String> locations) {
222+
this.locations = locations;
223+
return this;
224+
}
225+
184226
/**
185227
* The **relative** name of the resource, which is the URI path of the resource without the
186228
* leading "/". See https://cloud.google.com/iam/docs/conditions-resource-attributes#resource-name

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

0 commit comments

Comments
 (0)