Skip to content

Commit 4cbab10

Browse files
chore: regenerate securityposture client
1 parent 5ec85f7 commit 4cbab10

File tree

6 files changed

+61
-39
lines changed

6 files changed

+61
-39
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-rev20251028-2.0.0</version>
25+
<version>v1-rev20260130-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-rev20251028-2.0.0'
38+
implementation 'com.google.apis:google-api-services-securityposture:v1-rev20260130-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: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -794,30 +794,31 @@ public List setPageToken(java.lang.String pageToken) {
794794

795795
/**
796796
* When set to `true`, operations that are reachable are returned as normal, and those
797-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
798-
* This can only be `true` when reading across collections e.g. when `parent` is set to
799-
* `"projects/example/locations/-"`. This field is not by default supported and will
797+
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
798+
* can only be `true` when reading across collections. For example, when `parent` is set
799+
* to `"projects/example/locations/-"`. This field is not supported by default and will
800800
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
801801
* service or product specific documentation.
802802
*/
803803
@com.google.api.client.util.Key
804804
private java.lang.Boolean returnPartialSuccess;
805805

806806
/** When set to `true`, operations that are reachable are returned as normal, and those that are
807-
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
808-
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
809-
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
810-
explicitly documented otherwise in service or product specific documentation.
807+
unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true`
808+
when reading across collections. For example, when `parent` is set to
809+
`"projects/example/locations/-"`. This field is not supported by default and will result in an
810+
`UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific
811+
documentation.
811812
*/
812813
public java.lang.Boolean getReturnPartialSuccess() {
813814
return returnPartialSuccess;
814815
}
815816

816817
/**
817818
* When set to `true`, operations that are reachable are returned as normal, and those
818-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
819-
* This can only be `true` when reading across collections e.g. when `parent` is set to
820-
* `"projects/example/locations/-"`. This field is not by default supported and will
819+
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
820+
* can only be `true` when reading across collections. For example, when `parent` is set
821+
* to `"projects/example/locations/-"`. This field is not supported by default and will
821822
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
822823
* service or product specific documentation.
823824
*/
@@ -4096,7 +4097,10 @@ public Get set(String parameterName, Object value) {
40964097
}
40974098
}
40984099
/**
4099-
* Lists information about the supported locations for this service.
4100+
* Lists information about the supported locations for this service. This method can be called in
4101+
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
4102+
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
4103+
* public locations as well as private or other locations specifically visible to the project.
41004104
*
41014105
* Create a request for the method "locations.list".
41024106
*
@@ -4120,7 +4124,10 @@ public class List extends SecurityPostureRequest<com.google.api.services.securit
41204124
java.util.regex.Pattern.compile("^projects/[^/]+$");
41214125

41224126
/**
4123-
* Lists information about the supported locations for this service.
4127+
* Lists information about the supported locations for this service. This method can be called in
4128+
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
4129+
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
4130+
* public locations as well as private or other locations specifically visible to the project.
41244131
*
41254132
* Create a request for the method "locations.list".
41264133
*

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

Lines changed: 33 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,21 @@ public final class GoogleCloudSecuritypostureV1PolicyRule extends com.google.api
3939
/**
4040
* A condition that determines whether this rule is used to evaluate the policy. When set, the
4141
* google.type.Expr.expression field must contain 1 to 10 subexpressions, joined by the `||` or
42-
* `&&` operators. Each subexpression must use the `resource.matchTag()` or
43-
* `resource.matchTagId()` Common Expression Language (CEL) function. The `resource.matchTag()`
44-
* function takes the following arguments: * `key_name`: the namespaced name of the tag key, with
45-
* the organization ID and a slash (`/`) as a prefix; for example, `123456789012/environment` *
46-
* `value_name`: the short name of the tag value For example:
42+
* `&&` operators. Each subexpression must use the `resource.matchTag()`, `resource.matchTagId()`,
43+
* `resource.hasTagKey()`, or `resource.hasTagKeyId()` Common Expression Language (CEL) function.
44+
* The `resource.matchTag()` function takes the following arguments: * `key_name`: the namespaced
45+
* name of the tag key, with the organization ID and a slash (`/`) as a prefix; for example,
46+
* `123456789012/environment` * `value_name`: the short name of the tag value For example:
4747
* `resource.matchTag('123456789012/environment, 'prod')` The `resource.matchTagId()` function
4848
* takes the following arguments: * `key_id`: the permanent ID of the tag key; for example,
4949
* `tagKeys/123456789012` * `value_id`: the permanent ID of the tag value; for example,
5050
* `tagValues/567890123456` For example: `resource.matchTagId('tagKeys/123456789012',
51-
* 'tagValues/567890123456')`
51+
* 'tagValues/567890123456')` The `resource.hasTagKey()` function takes the following argument: *
52+
* `key_name`: the namespaced name of the tag key, with the organization ID and a slash (`/`) as a
53+
* prefix; for example, `123456789012/environment` For example:
54+
* `resource.hasTagKey('123456789012/environment')` The `resource.hasTagKeyId()` function takes
55+
* the following arguments: * `key_id`: the permanent ID of the tag key; for example,
56+
* `tagKeys/123456789012` For example: `resource.hasTagKeyId('tagKeys/123456789012')`
5257
* The value may be {@code null}.
5358
*/
5459
@com.google.api.client.util.Key
@@ -113,16 +118,21 @@ public GoogleCloudSecuritypostureV1PolicyRule setAllowAll(java.lang.Boolean allo
113118
/**
114119
* A condition that determines whether this rule is used to evaluate the policy. When set, the
115120
* google.type.Expr.expression field must contain 1 to 10 subexpressions, joined by the `||` or
116-
* `&&` operators. Each subexpression must use the `resource.matchTag()` or
117-
* `resource.matchTagId()` Common Expression Language (CEL) function. The `resource.matchTag()`
118-
* function takes the following arguments: * `key_name`: the namespaced name of the tag key, with
119-
* the organization ID and a slash (`/`) as a prefix; for example, `123456789012/environment` *
120-
* `value_name`: the short name of the tag value For example:
121+
* `&&` operators. Each subexpression must use the `resource.matchTag()`, `resource.matchTagId()`,
122+
* `resource.hasTagKey()`, or `resource.hasTagKeyId()` Common Expression Language (CEL) function.
123+
* The `resource.matchTag()` function takes the following arguments: * `key_name`: the namespaced
124+
* name of the tag key, with the organization ID and a slash (`/`) as a prefix; for example,
125+
* `123456789012/environment` * `value_name`: the short name of the tag value For example:
121126
* `resource.matchTag('123456789012/environment, 'prod')` The `resource.matchTagId()` function
122127
* takes the following arguments: * `key_id`: the permanent ID of the tag key; for example,
123128
* `tagKeys/123456789012` * `value_id`: the permanent ID of the tag value; for example,
124129
* `tagValues/567890123456` For example: `resource.matchTagId('tagKeys/123456789012',
125-
* 'tagValues/567890123456')`
130+
* 'tagValues/567890123456')` The `resource.hasTagKey()` function takes the following argument: *
131+
* `key_name`: the namespaced name of the tag key, with the organization ID and a slash (`/`) as a
132+
* prefix; for example, `123456789012/environment` For example:
133+
* `resource.hasTagKey('123456789012/environment')` The `resource.hasTagKeyId()` function takes
134+
* the following arguments: * `key_id`: the permanent ID of the tag key; for example,
135+
* `tagKeys/123456789012` For example: `resource.hasTagKeyId('tagKeys/123456789012')`
126136
* @return value or {@code null} for none
127137
*/
128138
public Expr getCondition() {
@@ -132,16 +142,21 @@ public Expr getCondition() {
132142
/**
133143
* A condition that determines whether this rule is used to evaluate the policy. When set, the
134144
* google.type.Expr.expression field must contain 1 to 10 subexpressions, joined by the `||` or
135-
* `&&` operators. Each subexpression must use the `resource.matchTag()` or
136-
* `resource.matchTagId()` Common Expression Language (CEL) function. The `resource.matchTag()`
137-
* function takes the following arguments: * `key_name`: the namespaced name of the tag key, with
138-
* the organization ID and a slash (`/`) as a prefix; for example, `123456789012/environment` *
139-
* `value_name`: the short name of the tag value For example:
145+
* `&&` operators. Each subexpression must use the `resource.matchTag()`, `resource.matchTagId()`,
146+
* `resource.hasTagKey()`, or `resource.hasTagKeyId()` Common Expression Language (CEL) function.
147+
* The `resource.matchTag()` function takes the following arguments: * `key_name`: the namespaced
148+
* name of the tag key, with the organization ID and a slash (`/`) as a prefix; for example,
149+
* `123456789012/environment` * `value_name`: the short name of the tag value For example:
140150
* `resource.matchTag('123456789012/environment, 'prod')` The `resource.matchTagId()` function
141151
* takes the following arguments: * `key_id`: the permanent ID of the tag key; for example,
142152
* `tagKeys/123456789012` * `value_id`: the permanent ID of the tag value; for example,
143153
* `tagValues/567890123456` For example: `resource.matchTagId('tagKeys/123456789012',
144-
* 'tagValues/567890123456')`
154+
* 'tagValues/567890123456')` The `resource.hasTagKey()` function takes the following argument: *
155+
* `key_name`: the namespaced name of the tag key, with the organization ID and a slash (`/`) as a
156+
* prefix; for example, `123456789012/environment` For example:
157+
* `resource.hasTagKey('123456789012/environment')` The `resource.hasTagKeyId()` function takes
158+
* the following arguments: * `key_id`: the permanent ID of the tag key; for example,
159+
* `tagKeys/123456789012` For example: `resource.hasTagKeyId('tagKeys/123456789012')`
145160
* @param condition condition or {@code null} for none
146161
*/
147162
public GoogleCloudSecuritypostureV1PolicyRule setCondition(Expr condition) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public final class ListOperationsResponse extends com.google.api.client.json.Gen
4545

4646
/**
4747
* Unordered list. Unreachable resources. Populated when the request sets
48-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
48+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
4949
* attempting to list all resources across all supported locations.
5050
* The value may be {@code null}.
5151
*/
@@ -88,7 +88,7 @@ public ListOperationsResponse setOperations(java.util.List<Operation> operations
8888

8989
/**
9090
* Unordered list. Unreachable resources. Populated when the request sets
91-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
91+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
9292
* attempting to list all resources across all supported locations.
9393
* @return value or {@code null} for none
9494
*/
@@ -98,7 +98,7 @@ public java.util.List<java.lang.String> getUnreachable() {
9898

9999
/**
100100
* Unordered list. Unreachable resources. Populated when the request sets
101-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
101+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
102102
* attempting to list all resources across all supported locations.
103103
* @param unreachable unreachable or {@code null} for none
104104
*/

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

0 commit comments

Comments
 (0)