Skip to content

Commit 4c3a02e

Browse files
1 parent 606c2f9 commit 4c3a02e

File tree

5 files changed

+31
-31
lines changed

5 files changed

+31
-31
lines changed

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

clients/google-api-services-securityposture/v1/2.0.0/com/google/api/services/securityposture/v1/model/GoogleCloudSecuritypostureV1PolicyRule.java

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -69,18 +69,18 @@ public final class GoogleCloudSecuritypostureV1PolicyRule extends com.google.api
6969
private java.lang.Boolean enforce;
7070

7171
/**
72-
* Optional. Required for GMCs if parameters defined in constraints. Pass parameter values when
73-
* policy enforcement is enabled. Ensure that parameter value types match those defined in the
74-
* constraint definition. For example: { "allowedLocations" : ["us-east1", "us-west1"], "allowAll"
75-
* : true }
72+
* Optional. Required for managed constraints if parameters are defined. Passes parameter values
73+
* when policy enforcement is enabled. Ensure that parameter value types match those defined in
74+
* the constraint definition. For example: { "allowedLocations" : ["us-east1", "us-west1"],
75+
* "allowAll" : true }
7676
* The value may be {@code null}.
7777
*/
7878
@com.google.api.client.util.Key
7979
private java.util.Map<String, java.lang.Object> parameters;
8080

8181
/**
82-
* Optional. The resource types policy can support, only used for Google managed constraint and
83-
* method type is GOVERN_TAGS.
82+
* Optional. The resource types policies can support, only used for managed constraints. Method
83+
* type is `GOVERN_TAGS`.
8484
* The value may be {@code null}.
8585
*/
8686
@com.google.api.client.util.Key
@@ -184,21 +184,21 @@ public GoogleCloudSecuritypostureV1PolicyRule setEnforce(java.lang.Boolean enfor
184184
}
185185

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

197197
/**
198-
* Optional. Required for GMCs if parameters defined in constraints. Pass parameter values when
199-
* policy enforcement is enabled. Ensure that parameter value types match those defined in the
200-
* constraint definition. For example: { "allowedLocations" : ["us-east1", "us-west1"], "allowAll"
201-
* : true }
198+
* Optional. Required for managed constraints if parameters are defined. Passes parameter values
199+
* when policy enforcement is enabled. Ensure that parameter value types match those defined in
200+
* the constraint definition. For example: { "allowedLocations" : ["us-east1", "us-west1"],
201+
* "allowAll" : true }
202202
* @param parameters parameters or {@code null} for none
203203
*/
204204
public GoogleCloudSecuritypostureV1PolicyRule setParameters(java.util.Map<String, java.lang.Object> parameters) {
@@ -207,17 +207,17 @@ public GoogleCloudSecuritypostureV1PolicyRule setParameters(java.util.Map<String
207207
}
208208

209209
/**
210-
* Optional. The resource types policy can support, only used for Google managed constraint and
211-
* method type is GOVERN_TAGS.
210+
* Optional. The resource types policies can support, only used for managed constraints. Method
211+
* type is `GOVERN_TAGS`.
212212
* @return value or {@code null} for none
213213
*/
214214
public ResourceTypes getResourceTypes() {
215215
return resourceTypes;
216216
}
217217

218218
/**
219-
* Optional. The resource types policy can support, only used for Google managed constraint and
220-
* method type is GOVERN_TAGS.
219+
* Optional. The resource types policies can support, only used for managed constraints. Method
220+
* type is `GOVERN_TAGS`.
221221
* @param resourceTypes resourceTypes or {@code null} for none
222222
*/
223223
public GoogleCloudSecuritypostureV1PolicyRule setResourceTypes(ResourceTypes resourceTypes) {

clients/google-api-services-securityposture/v1/2.0.0/com/google/api/services/securityposture/v1/model/ResourceTypes.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
package com.google.api.services.securityposture.v1.model;
1818

1919
/**
20-
* Set multiple resource types for one policy, eg: resourceTypes: included: -
20+
* Set multiple resource types for one policy, for example: resourceTypes: included: -
2121
* compute.googleapis.com/Instance - compute.googleapis.com/Disk Constraint definition contains an
22-
* empty resource type in order to support multiple resource types in the policy. Only support
23-
* Google managed constriaint and method type is GOVERN_TAGS Refer go/multi-resource-support-force-
24-
* tags-gmc to get more details.
22+
* empty resource type in order to support multiple resource types in the policy. Only supports
23+
* managed constraints. Method type is `GOVERN_TAGS`. Refer go/multi-resource-support-force-tags-gmc
24+
* to get more details.
2525
*
2626
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2727
* transmitted over HTTP when working with the Security Posture API. For a detailed explanation see:
@@ -34,15 +34,15 @@
3434
public final class ResourceTypes extends com.google.api.client.json.GenericJson {
3535

3636
/**
37-
* Optional. The resource type we currently support.
37+
* Optional. The resource types we currently support.
3838
* cloud/orgpolicy/customconstraintconfig/prod/resource_types.prototext
3939
* The value may be {@code null}.
4040
*/
4141
@com.google.api.client.util.Key
4242
private java.util.List<java.lang.String> included;
4343

4444
/**
45-
* Optional. The resource type we currently support.
45+
* Optional. The resource types we currently support.
4646
* cloud/orgpolicy/customconstraintconfig/prod/resource_types.prototext
4747
* @return value or {@code null} for none
4848
*/
@@ -51,7 +51,7 @@ public java.util.List<java.lang.String> getIncluded() {
5151
}
5252

5353
/**
54-
* Optional. The resource type we currently support.
54+
* Optional. The resource types we currently support.
5555
* cloud/orgpolicy/customconstraintconfig/prod/resource_types.prototext
5656
* @param included included or {@code null} for none
5757
*/

clients/google-api-services-securityposture/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-securityposture</artifactId>
11-
<version>v1-rev20241212-2.0.0</version>
12-
<name>Security Posture API v1-rev20241212-2.0.0</name>
11+
<version>v1-rev20250226-2.0.0</version>
12+
<name>Security Posture API v1-rev20250226-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)