Skip to content

Commit 2de4421

Browse files
1 parent 10e3475 commit 2de4421

File tree

6 files changed

+22
-26
lines changed

6 files changed

+22
-26
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-rev20250624-2.0.0</version>
25+
<version>v1-rev20250819-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-rev20250624-2.0.0'
38+
implementation 'com.google.apis:google-api-services-securityposture:v1-rev20250819-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4195,22 +4195,22 @@ public List setName(java.lang.String name) {
41954195
}
41964196

41974197
/**
4198-
* Optional. A list of extra location types that should be used as conditions for
4199-
* controlling the visibility of the locations.
4198+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
4199+
* documented otherwise. This is primarily for internal usage.
42004200
*/
42014201
@com.google.api.client.util.Key
42024202
private java.util.List<java.lang.String> extraLocationTypes;
42034203

4204-
/** Optional. A list of extra location types that should be used as conditions for controlling the
4205-
visibility of the locations.
4204+
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
4205+
otherwise. This is primarily for internal usage.
42064206
*/
42074207
public java.util.List<java.lang.String> getExtraLocationTypes() {
42084208
return extraLocationTypes;
42094209
}
42104210

42114211
/**
4212-
* Optional. A list of extra location types that should be used as conditions for
4213-
* controlling the visibility of the locations.
4212+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
4213+
* documented otherwise. This is primarily for internal usage.
42144214
*/
42154215
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
42164216
this.extraLocationTypes = extraLocationTypes;

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ public final class GoogleCloudSecuritypostureV1PolicyRule extends com.google.api
7171
/**
7272
* Optional. Required for managed constraints if parameters are defined. Passes parameter values
7373
* 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 }
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
@@ -186,8 +186,8 @@ public GoogleCloudSecuritypostureV1PolicyRule setEnforce(java.lang.Boolean enfor
186186
/**
187187
* Optional. Required for managed constraints if parameters are defined. Passes parameter values
188188
* 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 }
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() {
@@ -197,8 +197,8 @@ public java.util.Map<String, java.lang.Object> getParameters() {
197197
/**
198198
* Optional. Required for managed constraints if parameters are defined. Passes parameter values
199199
* 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 }
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) {

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

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

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

3635
/**
3736
* Optional. The resource types we currently support.
38-
* cloud/orgpolicy/customconstraintconfig/prod/resource_types.prototext
3937
* The value may be {@code null}.
4038
*/
4139
@com.google.api.client.util.Key
4240
private java.util.List<java.lang.String> included;
4341

4442
/**
4543
* Optional. The resource types we currently support.
46-
* cloud/orgpolicy/customconstraintconfig/prod/resource_types.prototext
4744
* @return value or {@code null} for none
4845
*/
4946
public java.util.List<java.lang.String> getIncluded() {
@@ -52,7 +49,6 @@ public java.util.List<java.lang.String> getIncluded() {
5249

5350
/**
5451
* Optional. The resource types we currently support.
55-
* cloud/orgpolicy/customconstraintconfig/prod/resource_types.prototext
5652
* @param included included or {@code null} for none
5753
*/
5854
public ResourceTypes setIncluded(java.util.List<java.lang.String> included) {

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-rev20250624-2.0.0</version>
12-
<name>Security Posture API v1-rev20250624-2.0.0</name>
11+
<version>v1-rev20250819-2.0.0</version>
12+
<name>Security Posture API v1-rev20250819-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-rev20250624-2.0.0</version>
25+
<version>v1-rev20250819-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-rev20250624-2.0.0'
38+
implementation 'com.google.apis:google-api-services-securityposture:v1-rev20250819-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)