Skip to content

Commit d253f16

Browse files
1 parent baa6885 commit d253f16

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

clients/google-api-services-policysimulator/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-policysimulator</artifactId>
25-
<version>v1-rev20250601-2.0.0</version>
25+
<version>v1-rev20250606-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-policysimulator:v1-rev20250601-2.0.0'
38+
implementation 'com.google.apis:google-api-services-policysimulator:v1-rev20250606-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-policysimulator/v1/2.0.0/com/google/api/services/policysimulator/v1/model/GoogleCloudOrgpolicyV2PolicySpecPolicyRule.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ public final class GoogleCloudOrgpolicyV2PolicySpecPolicyRule extends com.google
6161

6262
/**
6363
* If `true`, then the policy is enforced. If `false`, then any configuration is acceptable. This
64-
* field can be set only in policies for boolean constraints.
64+
* field can be set in policies for boolean constraints, custom constraints and managed
65+
* constraints.
6566
* The value may be {@code null}.
6667
*/
6768
@com.google.api.client.util.Key
@@ -156,7 +157,8 @@ public GoogleCloudOrgpolicyV2PolicySpecPolicyRule setDenyAll(java.lang.Boolean d
156157

157158
/**
158159
* If `true`, then the policy is enforced. If `false`, then any configuration is acceptable. This
159-
* field can be set only in policies for boolean constraints.
160+
* field can be set in policies for boolean constraints, custom constraints and managed
161+
* constraints.
160162
* @return value or {@code null} for none
161163
*/
162164
public java.lang.Boolean getEnforce() {
@@ -165,7 +167,8 @@ public java.lang.Boolean getEnforce() {
165167

166168
/**
167169
* If `true`, then the policy is enforced. If `false`, then any configuration is acceptable. This
168-
* field can be set only in policies for boolean constraints.
170+
* field can be set in policies for boolean constraints, custom constraints and managed
171+
* constraints.
169172
* @param enforce enforce or {@code null} for none
170173
*/
171174
public GoogleCloudOrgpolicyV2PolicySpecPolicyRule setEnforce(java.lang.Boolean enforce) {

clients/google-api-services-policysimulator/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-policysimulator</artifactId>
11-
<version>v1-rev20250601-2.0.0</version>
12-
<name>Policy Simulator API v1-rev20250601-2.0.0</name>
11+
<version>v1-rev20250606-2.0.0</version>
12+
<name>Policy Simulator API v1-rev20250606-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-policysimulator/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-policysimulator</artifactId>
25-
<version>v1-rev20250601-2.0.0</version>
25+
<version>v1-rev20250606-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-policysimulator:v1-rev20250601-2.0.0'
38+
implementation 'com.google.apis:google-api-services-policysimulator:v1-rev20250606-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)