Skip to content

Commit 3a3ff30

Browse files
1 parent ec130cd commit 3a3ff30

15 files changed

Lines changed: 54 additions & 54 deletions

File tree

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-rev20260312-2.0.0</version>
25+
<version>v1-rev20260423-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-rev20260312-2.0.0'
38+
implementation 'com.google.apis:google-api-services-policysimulator:v1-rev20260423-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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
public final class GoogleCloudOrgpolicyV2AlternatePolicySpec extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Reference to the launch that will be used while audit logging and to control the launch. Should
35-
* be set only in the alternate policy.
34+
* Reference to the launch that will be used while audit logging and to control the launch. Set
35+
* only in the alternate policy.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
@@ -46,17 +46,17 @@ public final class GoogleCloudOrgpolicyV2AlternatePolicySpec extends com.google.
4646
private GoogleCloudOrgpolicyV2PolicySpec spec;
4747

4848
/**
49-
* Reference to the launch that will be used while audit logging and to control the launch. Should
50-
* be set only in the alternate policy.
49+
* Reference to the launch that will be used while audit logging and to control the launch. Set
50+
* only in the alternate policy.
5151
* @return value or {@code null} for none
5252
*/
5353
public java.lang.String getLaunch() {
5454
return launch;
5555
}
5656

5757
/**
58-
* Reference to the launch that will be used while audit logging and to control the launch. Should
59-
* be set only in the alternate policy.
58+
* Reference to the launch that will be used while audit logging and to control the launch. Set
59+
* only in the alternate policy.
6060
* @param launch launch or {@code null} for none
6161
*/
6262
public GoogleCloudOrgpolicyV2AlternatePolicySpec setLaunch(java.lang.String launch) {

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ public final class GoogleCloudOrgpolicyV2CustomConstraint extends com.google.api
7070
private java.util.List<java.lang.String> methodTypes;
7171

7272
/**
73-
* Immutable. Name of the constraint. This is unique within the organization. Format of the name
74-
* should be * `organizations/{organization_id}/customConstraints/{custom_constraint_id}` Example:
73+
* Immutable. Name of the constraint. This is unique within the organization. The name must be of
74+
* the form: * `organizations/{organization_id}/customConstraints/{custom_constraint_id}` Example:
7575
* `organizations/123/customConstraints/custom.createOnlyE2TypeVms` The max length is 71
7676
* characters and the minimum length is 1. Note that the prefix
7777
* `organizations/{organization_id}/customConstraints/custom.` is not counted.
@@ -188,8 +188,8 @@ public GoogleCloudOrgpolicyV2CustomConstraint setMethodTypes(java.util.List<java
188188
}
189189

190190
/**
191-
* Immutable. Name of the constraint. This is unique within the organization. Format of the name
192-
* should be * `organizations/{organization_id}/customConstraints/{custom_constraint_id}` Example:
191+
* Immutable. Name of the constraint. This is unique within the organization. The name must be of
192+
* the form: * `organizations/{organization_id}/customConstraints/{custom_constraint_id}` Example:
193193
* `organizations/123/customConstraints/custom.createOnlyE2TypeVms` The max length is 71
194194
* characters and the minimum length is 1. Note that the prefix
195195
* `organizations/{organization_id}/customConstraints/custom.` is not counted.
@@ -200,8 +200,8 @@ public java.lang.String getName() {
200200
}
201201

202202
/**
203-
* Immutable. Name of the constraint. This is unique within the organization. Format of the name
204-
* should be * `organizations/{organization_id}/customConstraints/{custom_constraint_id}` Example:
203+
* Immutable. Name of the constraint. This is unique within the organization. The name must be of
204+
* the form: * `organizations/{organization_id}/customConstraints/{custom_constraint_id}` Example:
205205
* `organizations/123/customConstraints/custom.createOnlyE2TypeVms` The max length is 71
206206
* characters and the minimum length is 1. Note that the prefix
207207
* `organizations/{organization_id}/customConstraints/custom.` is not counted.

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-rev20260312-2.0.0</version>
12-
<name>Policy Simulator API v1-rev20260312-2.0.0</name>
11+
<version>v1-rev20260423-2.0.0</version>
12+
<name>Policy Simulator API v1-rev20260423-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-rev20260312-2.0.0</version>
25+
<version>v1-rev20260423-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-rev20260312-2.0.0'
38+
implementation 'com.google.apis:google-api-services-policysimulator:v1-rev20260423-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-rev20260312-2.0.0</version>
25+
<version>v1alpha-rev20260423-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-rev20260312-2.0.0'
38+
implementation 'com.google.apis:google-api-services-policysimulator:v1alpha-rev20260423-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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
public final class GoogleCloudOrgpolicyV2AlternatePolicySpec extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Reference to the launch that will be used while audit logging and to control the launch. Should
35-
* be set only in the alternate policy.
34+
* Reference to the launch that will be used while audit logging and to control the launch. Set
35+
* only in the alternate policy.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
@@ -46,17 +46,17 @@ public final class GoogleCloudOrgpolicyV2AlternatePolicySpec extends com.google.
4646
private GoogleCloudOrgpolicyV2PolicySpec spec;
4747

4848
/**
49-
* Reference to the launch that will be used while audit logging and to control the launch. Should
50-
* be set only in the alternate policy.
49+
* Reference to the launch that will be used while audit logging and to control the launch. Set
50+
* only in the alternate policy.
5151
* @return value or {@code null} for none
5252
*/
5353
public java.lang.String getLaunch() {
5454
return launch;
5555
}
5656

5757
/**
58-
* Reference to the launch that will be used while audit logging and to control the launch. Should
59-
* be set only in the alternate policy.
58+
* Reference to the launch that will be used while audit logging and to control the launch. Set
59+
* only in the alternate policy.
6060
* @param launch launch or {@code null} for none
6161
*/
6262
public GoogleCloudOrgpolicyV2AlternatePolicySpec setLaunch(java.lang.String launch) {

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ public final class GoogleCloudOrgpolicyV2CustomConstraint extends com.google.api
7070
private java.util.List<java.lang.String> methodTypes;
7171

7272
/**
73-
* Immutable. Name of the constraint. This is unique within the organization. Format of the name
74-
* should be * `organizations/{organization_id}/customConstraints/{custom_constraint_id}` Example:
73+
* Immutable. Name of the constraint. This is unique within the organization. The name must be of
74+
* the form: * `organizations/{organization_id}/customConstraints/{custom_constraint_id}` Example:
7575
* `organizations/123/customConstraints/custom.createOnlyE2TypeVms` The max length is 71
7676
* characters and the minimum length is 1. Note that the prefix
7777
* `organizations/{organization_id}/customConstraints/custom.` is not counted.
@@ -188,8 +188,8 @@ public GoogleCloudOrgpolicyV2CustomConstraint setMethodTypes(java.util.List<java
188188
}
189189

190190
/**
191-
* Immutable. Name of the constraint. This is unique within the organization. Format of the name
192-
* should be * `organizations/{organization_id}/customConstraints/{custom_constraint_id}` Example:
191+
* Immutable. Name of the constraint. This is unique within the organization. The name must be of
192+
* the form: * `organizations/{organization_id}/customConstraints/{custom_constraint_id}` Example:
193193
* `organizations/123/customConstraints/custom.createOnlyE2TypeVms` The max length is 71
194194
* characters and the minimum length is 1. Note that the prefix
195195
* `organizations/{organization_id}/customConstraints/custom.` is not counted.
@@ -200,8 +200,8 @@ public java.lang.String getName() {
200200
}
201201

202202
/**
203-
* Immutable. Name of the constraint. This is unique within the organization. Format of the name
204-
* should be * `organizations/{organization_id}/customConstraints/{custom_constraint_id}` Example:
203+
* Immutable. Name of the constraint. This is unique within the organization. The name must be of
204+
* the form: * `organizations/{organization_id}/customConstraints/{custom_constraint_id}` Example:
205205
* `organizations/123/customConstraints/custom.createOnlyE2TypeVms` The max length is 71
206206
* characters and the minimum length is 1. Note that the prefix
207207
* `organizations/{organization_id}/customConstraints/custom.` is not counted.

clients/google-api-services-policysimulator/v1alpha/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>v1alpha-rev20260312-2.0.0</version>
12-
<name>Policy Simulator API v1alpha-rev20260312-2.0.0</name>
11+
<version>v1alpha-rev20260423-2.0.0</version>
12+
<name>Policy Simulator API v1alpha-rev20260423-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)