Skip to content

Commit 9ed0be0

Browse files
1 parent 1128818 commit 9ed0be0

File tree

4 files changed

+27
-24
lines changed

4 files changed

+27
-24
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-rev20250524-2.0.0</version>
25+
<version>v1-rev20251013-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-rev20250524-2.0.0'
38+
implementation 'com.google.apis:google-api-services-iap:v1-rev20251013-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: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,13 @@ public final class Resource extends com.google.api.client.json.GenericJson {
6262

6363
/**
6464
* 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.
65+
* with Trust Boundaries. Usage: - Must not be empty for services in-scope for Trust Boundaries.
66+
* Once Trust Boundaries is GA, empty values will cause the request to be rejected if customers
67+
* enforce Trust Boundaries on the parent CRM nodes. - For global resources: use a single value of
68+
* "global". - For regional/multi-regional resources: use name of the GCP region(s) where the
69+
* resource exists (e.g., ["us-east1", "us-west1"]). For multi-regional resources specify the name
70+
* of each GCP region in the resource's multi-region. NOTE: Only GCP cloud region names are
71+
* supported - go/cloud-region-names.
7172
* The value may be {@code null}.
7273
*/
7374
@com.google.api.client.util.Key
@@ -196,12 +197,13 @@ public Resource setLabels(java.util.Map<String, java.lang.String> labels) {
196197

197198
/**
198199
* 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.
200+
* with Trust Boundaries. Usage: - Must not be empty for services in-scope for Trust Boundaries.
201+
* Once Trust Boundaries is GA, empty values will cause the request to be rejected if customers
202+
* enforce Trust Boundaries on the parent CRM nodes. - For global resources: use a single value of
203+
* "global". - For regional/multi-regional resources: use name of the GCP region(s) where the
204+
* resource exists (e.g., ["us-east1", "us-west1"]). For multi-regional resources specify the name
205+
* of each GCP region in the resource's multi-region. NOTE: Only GCP cloud region names are
206+
* supported - go/cloud-region-names.
205207
* @return value or {@code null} for none
206208
*/
207209
public java.util.List<java.lang.String> getLocations() {
@@ -210,12 +212,13 @@ public java.util.List<java.lang.String> getLocations() {
210212

211213
/**
212214
* 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.
215+
* with Trust Boundaries. Usage: - Must not be empty for services in-scope for Trust Boundaries.
216+
* Once Trust Boundaries is GA, empty values will cause the request to be rejected if customers
217+
* enforce Trust Boundaries on the parent CRM nodes. - For global resources: use a single value of
218+
* "global". - For regional/multi-regional resources: use name of the GCP region(s) where the
219+
* resource exists (e.g., ["us-east1", "us-west1"]). For multi-regional resources specify the name
220+
* of each GCP region in the resource's multi-region. NOTE: Only GCP cloud region names are
221+
* supported - go/cloud-region-names.
219222
* @param locations locations or {@code null} for none
220223
*/
221224
public Resource setLocations(java.util.List<java.lang.String> locations) {

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

0 commit comments

Comments
 (0)