Skip to content

Commit 1d12c58

Browse files
1 parent d4575f4 commit 1d12c58

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

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

clients/google-api-services-orgpolicy/v2/2.0.0/com/google/api/services/orgpolicy/v2/model/GoogleCloudOrgpolicyV2PolicySpecPolicyRule.java

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

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

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

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

clients/google-api-services-orgpolicy/v2/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-orgpolicy</artifactId>
11-
<version>v2-rev20250418-2.0.0</version>
12-
<name>Organization Policy API v2-rev20250418-2.0.0</name>
11+
<version>v2-rev20250606-2.0.0</version>
12+
<name>Organization Policy API v2-rev20250606-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)