Skip to content

Commit 9f7cd74

Browse files
1 parent 3e1f5dd commit 9f7cd74

File tree

5 files changed

+23
-26
lines changed

5 files changed

+23
-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-rev20240909-2.0.0</version>
25+
<version>v1-rev20241202-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-rev20240909-2.0.0'
38+
implementation 'com.google.apis:google-api-services-iap:v1-rev20241202-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: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,11 @@ public final class Resource extends com.google.api.client.json.GenericJson {
3535
* google.protobuf.Any proto, against which the policy rules are evaluated. Services not
3636
* integrated with custom org policy can omit this field. Services integrated with custom org
3737
* policy must populate this field for all requests where the API call changes the state of the
38-
* resource. Custom org policy backend uses these attributes to enforce custom org policies. When
39-
* a proto is wrapped, it is generally the One Platform API proto. When a JSON string is wrapped,
40-
* use `google.protobuf.StringValue` for the inner value. For create operations, GCP service is
41-
* expected to pass resource from customer request as is. For update/patch operations, GCP service
42-
* is expected to compute the next state with the patch provided by the user. See go/custom-
43-
* constraints-org-policy-integration-guide for additional details.
38+
* resource. Custom org policy backend uses these attributes to enforce custom org policies. For
39+
* create operations, GCP service is expected to pass resource from customer request as is. For
40+
* 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
42+
* details.
4443
* The value may be {@code null}.
4544
*/
4645
@com.google.api.client.util.Key
@@ -121,12 +120,11 @@ public final class Resource extends com.google.api.client.json.GenericJson {
121120
* google.protobuf.Any proto, against which the policy rules are evaluated. Services not
122121
* integrated with custom org policy can omit this field. Services integrated with custom org
123122
* policy must populate this field for all requests where the API call changes the state of the
124-
* resource. Custom org policy backend uses these attributes to enforce custom org policies. When
125-
* a proto is wrapped, it is generally the One Platform API proto. When a JSON string is wrapped,
126-
* use `google.protobuf.StringValue` for the inner value. For create operations, GCP service is
127-
* expected to pass resource from customer request as is. For update/patch operations, GCP service
128-
* is expected to compute the next state with the patch provided by the user. See go/custom-
129-
* constraints-org-policy-integration-guide for additional details.
123+
* resource. Custom org policy backend uses these attributes to enforce custom org policies. For
124+
* create operations, GCP service is expected to pass resource from customer request as is. For
125+
* 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
127+
* details.
130128
* @return value or {@code null} for none
131129
*/
132130
public java.util.Map<String, java.lang.Object> getExpectedNextState() {
@@ -138,12 +136,11 @@ public java.util.Map<String, java.lang.Object> getExpectedNextState() {
138136
* google.protobuf.Any proto, against which the policy rules are evaluated. Services not
139137
* integrated with custom org policy can omit this field. Services integrated with custom org
140138
* policy must populate this field for all requests where the API call changes the state of the
141-
* resource. Custom org policy backend uses these attributes to enforce custom org policies. When
142-
* a proto is wrapped, it is generally the One Platform API proto. When a JSON string is wrapped,
143-
* use `google.protobuf.StringValue` for the inner value. For create operations, GCP service is
144-
* expected to pass resource from customer request as is. For update/patch operations, GCP service
145-
* is expected to compute the next state with the patch provided by the user. See go/custom-
146-
* constraints-org-policy-integration-guide for additional details.
139+
* resource. Custom org policy backend uses these attributes to enforce custom org policies. For
140+
* create operations, GCP service is expected to pass resource from customer request as is. For
141+
* 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
143+
* details.
147144
* @param expectedNextState expectedNextState or {@code null} for none
148145
*/
149146
public Resource setExpectedNextState(java.util.Map<String, java.lang.Object> expectedNextState) {

clients/google-api-services-iap/v1/2.0.0/pom.xml

Lines changed: 3 additions & 3 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-rev20240909-2.0.0</version>
12-
<name>Cloud Identity-Aware Proxy API v1-rev20240909-2.0.0</name>
11+
<version>v1-rev20241202-2.0.0</version>
12+
<name>Cloud Identity-Aware Proxy API v1-rev20241202-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -90,7 +90,7 @@
9090
<windowtitle>Cloud Identity-Aware Proxy API ${project.version}</windowtitle>
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
93-
<link>https://googleapis.dev/java/google-http-client/1.45.0/</link>
93+
<link>https://googleapis.dev/java/google-http-client/1.45.2/</link>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.36.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.7.0/</link>
9696
</links>

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

clients/google-api-services-iap/v1beta1/2.0.0/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<windowtitle>Cloud Identity-Aware Proxy API ${project.version}</windowtitle>
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
93-
<link>https://googleapis.dev/java/google-http-client/1.45.0/</link>
93+
<link>https://googleapis.dev/java/google-http-client/1.45.2/</link>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.36.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.7.0/</link>
9696
</links>

0 commit comments

Comments
 (0)