Skip to content

Commit 9a83cb7

Browse files
1 parent 79823c0 commit 9a83cb7

21 files changed

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
/**
2020
* Similar to PolicySpec but with an extra 'launch' field for launch reference. The PolicySpec here
21-
* is specific for dry-run/darklaunch.
21+
* is specific for dry-run.
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2424
* transmitted over HTTP when working with the Policy Simulator API. For a detailed explanation see:

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ public final class GoogleCloudOrgpolicyV2CustomConstraint extends com.google.api
3939
private java.lang.String actionType;
4040

4141
/**
42-
* Org policy condition/expression. For example:
43-
* `resource.instanceName.matches("[production|test]_.*_(\d)+")` or,
42+
* A Common Expression Language (CEL) condition which is used in the evaluation of the constraint.
43+
* For example: `resource.instanceName.matches("[production|test]_.*_(\d)+")` or,
4444
* `resource.management.auto_upgrade == true` The max length of the condition is 1000 characters.
4545
* The value may be {@code null}.
4646
*/
@@ -90,7 +90,7 @@ public final class GoogleCloudOrgpolicyV2CustomConstraint extends com.google.api
9090

9191
/**
9292
* Output only. The last time this custom constraint was updated. This represents the last time
93-
* that the `CreateCustomConstraint` or `UpdateCustomConstraint` RPC was called
93+
* that the `CreateCustomConstraint` or `UpdateCustomConstraint` methods were called.
9494
* The value may be {@code null}.
9595
*/
9696
@com.google.api.client.util.Key
@@ -114,8 +114,8 @@ public GoogleCloudOrgpolicyV2CustomConstraint setActionType(java.lang.String act
114114
}
115115

116116
/**
117-
* Org policy condition/expression. For example:
118-
* `resource.instanceName.matches("[production|test]_.*_(\d)+")` or,
117+
* A Common Expression Language (CEL) condition which is used in the evaluation of the constraint.
118+
* For example: `resource.instanceName.matches("[production|test]_.*_(\d)+")` or,
119119
* `resource.management.auto_upgrade == true` The max length of the condition is 1000 characters.
120120
* @return value or {@code null} for none
121121
*/
@@ -124,8 +124,8 @@ public java.lang.String getCondition() {
124124
}
125125

126126
/**
127-
* Org policy condition/expression. For example:
128-
* `resource.instanceName.matches("[production|test]_.*_(\d)+")` or,
127+
* A Common Expression Language (CEL) condition which is used in the evaluation of the constraint.
128+
* For example: `resource.instanceName.matches("[production|test]_.*_(\d)+")` or,
129129
* `resource.management.auto_upgrade == true` The max length of the condition is 1000 characters.
130130
* @param condition condition or {@code null} for none
131131
*/
@@ -233,7 +233,7 @@ public GoogleCloudOrgpolicyV2CustomConstraint setResourceTypes(java.util.List<ja
233233

234234
/**
235235
* Output only. The last time this custom constraint was updated. This represents the last time
236-
* that the `CreateCustomConstraint` or `UpdateCustomConstraint` RPC was called
236+
* that the `CreateCustomConstraint` or `UpdateCustomConstraint` methods were called.
237237
* @return value or {@code null} for none
238238
*/
239239
public String getUpdateTime() {
@@ -242,7 +242,7 @@ public String getUpdateTime() {
242242

243243
/**
244244
* Output only. The last time this custom constraint was updated. This represents the last time
245-
* that the `CreateCustomConstraint` or `UpdateCustomConstraint` RPC was called
245+
* that the `CreateCustomConstraint` or `UpdateCustomConstraint` methods were called.
246246
* @param updateTime updateTime or {@code null} for none
247247
*/
248248
public GoogleCloudOrgpolicyV2CustomConstraint setUpdateTime(String updateTime) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public final class GoogleCloudOrgpolicyV2Policy extends com.google.api.client.js
7070
private java.lang.String name;
7171

7272
/**
73-
* Basic information about the Organization Policy.
73+
* Basic information about the organization policy.
7474
* The value may be {@code null}.
7575
*/
7676
@com.google.api.client.util.Key
@@ -167,15 +167,15 @@ public GoogleCloudOrgpolicyV2Policy setName(java.lang.String name) {
167167
}
168168

169169
/**
170-
* Basic information about the Organization Policy.
170+
* Basic information about the organization policy.
171171
* @return value or {@code null} for none
172172
*/
173173
public GoogleCloudOrgpolicyV2PolicySpec getSpec() {
174174
return spec;
175175
}
176176

177177
/**
178-
* Basic information about the Organization Policy.
178+
* Basic information about the organization policy.
179179
* @param spec spec or {@code null} for none
180180
*/
181181
public GoogleCloudOrgpolicyV2Policy setSpec(GoogleCloudOrgpolicyV2PolicySpec spec) {

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ public final class GoogleCloudOrgpolicyV2PolicySpecPolicyRule extends com.google
6868
private java.lang.Boolean enforce;
6969

7070
/**
71-
* Optional. Required for GMCs if parameters defined in constraints. Pass parameter values when
72-
* policy enforcement is enabled. Ensure that parameter value types match those defined in the
73-
* constraint definition. For example: { "allowedLocations" : ["us-east1", "us-west1"], "allowAll"
74-
* : true }
71+
* Optional. Required for managed constraints if parameters are defined. Passes parameter values
72+
* when policy enforcement is enabled. Ensure that parameter value types match those defined in
73+
* the constraint definition. For example: { "allowedLocations" : ["us-east1", "us-west1"],
74+
* "allowAll" : true }
7575
* The value may be {@code null}.
7676
*/
7777
@com.google.api.client.util.Key
@@ -174,21 +174,21 @@ public GoogleCloudOrgpolicyV2PolicySpecPolicyRule setEnforce(java.lang.Boolean e
174174
}
175175

176176
/**
177-
* Optional. Required for GMCs if parameters defined in constraints. Pass parameter values when
178-
* policy enforcement is enabled. Ensure that parameter value types match those defined in the
179-
* constraint definition. For example: { "allowedLocations" : ["us-east1", "us-west1"], "allowAll"
180-
* : true }
177+
* Optional. Required for managed constraints if parameters are defined. Passes parameter values
178+
* when policy enforcement is enabled. Ensure that parameter value types match those defined in
179+
* the constraint definition. For example: { "allowedLocations" : ["us-east1", "us-west1"],
180+
* "allowAll" : true }
181181
* @return value or {@code null} for none
182182
*/
183183
public java.util.Map<String, java.lang.Object> getParameters() {
184184
return parameters;
185185
}
186186

187187
/**
188-
* Optional. Required for GMCs if parameters defined in constraints. Pass parameter values when
189-
* policy enforcement is enabled. Ensure that parameter value types match those defined in the
190-
* constraint definition. For example: { "allowedLocations" : ["us-east1", "us-west1"], "allowAll"
191-
* : true }
188+
* Optional. Required for managed constraints if parameters are defined. Passes parameter values
189+
* when policy enforcement is enabled. Ensure that parameter value types match those defined in
190+
* the constraint definition. For example: { "allowedLocations" : ["us-east1", "us-west1"],
191+
* "allowAll" : true }
192192
* @param parameters parameters or {@code null} for none
193193
*/
194194
public GoogleCloudOrgpolicyV2PolicySpecPolicyRule setParameters(java.util.Map<String, java.lang.Object> parameters) {

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-rev20241118-2.0.0</version>
12-
<name>Policy Simulator API v1-rev20241118-2.0.0</name>
11+
<version>v1-rev20250119-2.0.0</version>
12+
<name>Policy Simulator API v1-rev20250119-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-rev20241118-2.0.0</version>
25+
<version>v1-rev20250119-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-rev20241118-2.0.0'
38+
implementation 'com.google.apis:google-api-services-policysimulator:v1-rev20250119-2.0.0'
3939
}
4040
```
4141

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

clients/google-api-services-policysimulator/v1alpha/2.0.0/com/google/api/services/policysimulator/v1alpha/model/GoogleCloudOrgpolicyV2AlternatePolicySpec.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
/**
2020
* Similar to PolicySpec but with an extra 'launch' field for launch reference. The PolicySpec here
21-
* is specific for dry-run/darklaunch.
21+
* is specific for dry-run.
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2424
* transmitted over HTTP when working with the Policy Simulator API. For a detailed explanation see:

clients/google-api-services-policysimulator/v1alpha/2.0.0/com/google/api/services/policysimulator/v1alpha/model/GoogleCloudOrgpolicyV2CustomConstraint.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ public final class GoogleCloudOrgpolicyV2CustomConstraint extends com.google.api
3939
private java.lang.String actionType;
4040

4141
/**
42-
* Org policy condition/expression. For example:
43-
* `resource.instanceName.matches("[production|test]_.*_(\d)+")` or,
42+
* A Common Expression Language (CEL) condition which is used in the evaluation of the constraint.
43+
* For example: `resource.instanceName.matches("[production|test]_.*_(\d)+")` or,
4444
* `resource.management.auto_upgrade == true` The max length of the condition is 1000 characters.
4545
* The value may be {@code null}.
4646
*/
@@ -90,7 +90,7 @@ public final class GoogleCloudOrgpolicyV2CustomConstraint extends com.google.api
9090

9191
/**
9292
* Output only. The last time this custom constraint was updated. This represents the last time
93-
* that the `CreateCustomConstraint` or `UpdateCustomConstraint` RPC was called
93+
* that the `CreateCustomConstraint` or `UpdateCustomConstraint` methods were called.
9494
* The value may be {@code null}.
9595
*/
9696
@com.google.api.client.util.Key
@@ -114,8 +114,8 @@ public GoogleCloudOrgpolicyV2CustomConstraint setActionType(java.lang.String act
114114
}
115115

116116
/**
117-
* Org policy condition/expression. For example:
118-
* `resource.instanceName.matches("[production|test]_.*_(\d)+")` or,
117+
* A Common Expression Language (CEL) condition which is used in the evaluation of the constraint.
118+
* For example: `resource.instanceName.matches("[production|test]_.*_(\d)+")` or,
119119
* `resource.management.auto_upgrade == true` The max length of the condition is 1000 characters.
120120
* @return value or {@code null} for none
121121
*/
@@ -124,8 +124,8 @@ public java.lang.String getCondition() {
124124
}
125125

126126
/**
127-
* Org policy condition/expression. For example:
128-
* `resource.instanceName.matches("[production|test]_.*_(\d)+")` or,
127+
* A Common Expression Language (CEL) condition which is used in the evaluation of the constraint.
128+
* For example: `resource.instanceName.matches("[production|test]_.*_(\d)+")` or,
129129
* `resource.management.auto_upgrade == true` The max length of the condition is 1000 characters.
130130
* @param condition condition or {@code null} for none
131131
*/
@@ -233,7 +233,7 @@ public GoogleCloudOrgpolicyV2CustomConstraint setResourceTypes(java.util.List<ja
233233

234234
/**
235235
* Output only. The last time this custom constraint was updated. This represents the last time
236-
* that the `CreateCustomConstraint` or `UpdateCustomConstraint` RPC was called
236+
* that the `CreateCustomConstraint` or `UpdateCustomConstraint` methods were called.
237237
* @return value or {@code null} for none
238238
*/
239239
public String getUpdateTime() {
@@ -242,7 +242,7 @@ public String getUpdateTime() {
242242

243243
/**
244244
* Output only. The last time this custom constraint was updated. This represents the last time
245-
* that the `CreateCustomConstraint` or `UpdateCustomConstraint` RPC was called
245+
* that the `CreateCustomConstraint` or `UpdateCustomConstraint` methods were called.
246246
* @param updateTime updateTime or {@code null} for none
247247
*/
248248
public GoogleCloudOrgpolicyV2CustomConstraint setUpdateTime(String updateTime) {

0 commit comments

Comments
 (0)