Skip to content

Commit 81bd416

Browse files
yoshi-automationchingor13
authored andcommitted
Regenerate securitycenter client (googleapis#2790)
1 parent 8372c0b commit 81bd416

File tree

15 files changed

+2684
-2603
lines changed

15 files changed

+2684
-2603
lines changed

clients/google-api-services-securitycenter/v1.metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"maven": {
33
"groupId": "com.google.apis",
44
"artifactId": "google-api-services-securitycenter",
5-
"version": "v1-rev20190810-1.30.1"
5+
"version": "v1-rev20190906-1.30.1"
66
}
77
}

clients/google-api-services-securitycenter/v1/1.28.0/com/google/api/services/securitycenter/v1/model/GetPolicyOptions.java

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,25 +31,37 @@
3131
public final class GetPolicyOptions extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Optional. The policy format version to be returned. Acceptable values are 0, 1, and 3. If the
35-
* value is 0, or the field is omitted, policy format version 1 will be returned.
34+
* Optional. The policy format version to be returned.
35+
*
36+
* Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected.
37+
*
38+
* Requests for policies with any conditional bindings must specify version 3. Policies without
39+
* any conditional bindings may specify any valid value or leave the field unset.
3640
* The value may be {@code null}.
3741
*/
3842
@com.google.api.client.util.Key
3943
private java.lang.Integer requestedPolicyVersion;
4044

4145
/**
42-
* Optional. The policy format version to be returned. Acceptable values are 0, 1, and 3. If the
43-
* value is 0, or the field is omitted, policy format version 1 will be returned.
46+
* Optional. The policy format version to be returned.
47+
*
48+
* Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected.
49+
*
50+
* Requests for policies with any conditional bindings must specify version 3. Policies without
51+
* any conditional bindings may specify any valid value or leave the field unset.
4452
* @return value or {@code null} for none
4553
*/
4654
public java.lang.Integer getRequestedPolicyVersion() {
4755
return requestedPolicyVersion;
4856
}
4957

5058
/**
51-
* Optional. The policy format version to be returned. Acceptable values are 0, 1, and 3. If the
52-
* value is 0, or the field is omitted, policy format version 1 will be returned.
59+
* Optional. The policy format version to be returned.
60+
*
61+
* Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected.
62+
*
63+
* Requests for policies with any conditional bindings must specify version 3. Policies without
64+
* any conditional bindings may specify any valid value or leave the field unset.
5365
* @param requestedPolicyVersion requestedPolicyVersion or {@code null} for none
5466
*/
5567
public GetPolicyOptions setRequestedPolicyVersion(java.lang.Integer requestedPolicyVersion) {

clients/google-api-services-securitycenter/v1/1.28.0/com/google/api/services/securitycenter/v1/model/Policy.java

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,12 @@ public final class Policy extends com.google.api.client.json.GenericJson {
9393
private java.lang.String etag;
9494

9595
/**
96-
* Deprecated.
96+
* Specifies the format of the policy.
97+
*
98+
* Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected.
99+
*
100+
* Policies with any conditional bindings must specify version 3. Policies without any conditional
101+
* bindings may specify any valid value or leave the field unset.
97102
* The value may be {@code null}.
98103
*/
99104
@com.google.api.client.util.Key
@@ -211,15 +216,25 @@ public Policy encodeEtag(byte[] etag) {
211216
}
212217

213218
/**
214-
* Deprecated.
219+
* Specifies the format of the policy.
220+
*
221+
* Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected.
222+
*
223+
* Policies with any conditional bindings must specify version 3. Policies without any conditional
224+
* bindings may specify any valid value or leave the field unset.
215225
* @return value or {@code null} for none
216226
*/
217227
public java.lang.Integer getVersion() {
218228
return version;
219229
}
220230

221231
/**
222-
* Deprecated.
232+
* Specifies the format of the policy.
233+
*
234+
* Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected.
235+
*
236+
* Policies with any conditional bindings must specify version 3. Policies without any conditional
237+
* bindings may specify any valid value or leave the field unset.
223238
* @param version version or {@code null} for none
224239
*/
225240
public Policy setVersion(java.lang.Integer version) {

clients/google-api-services-securitycenter/v1/1.28.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-securitycenter</artifactId>
11-
<version>v1-rev20190810-1.28.0</version>
12-
<name>Cloud Security Command Center API v1-rev20190810-1.28.0</name>
11+
<version>v1-rev20190906-1.28.0</version>
12+
<name>Cloud Security Command Center API v1-rev20190906-1.28.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-securitycenter/v1/1.28.0/resources/securitycenter.v1.json

Lines changed: 855 additions & 855 deletions
Large diffs are not rendered by default.

clients/google-api-services-securitycenter/v1/1.29.2/com/google/api/services/securitycenter/v1/model/GetPolicyOptions.java

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,25 +31,37 @@
3131
public final class GetPolicyOptions extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Optional. The policy format version to be returned. Acceptable values are 0, 1, and 3. If the
35-
* value is 0, or the field is omitted, policy format version 1 will be returned.
34+
* Optional. The policy format version to be returned.
35+
*
36+
* Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected.
37+
*
38+
* Requests for policies with any conditional bindings must specify version 3. Policies without
39+
* any conditional bindings may specify any valid value or leave the field unset.
3640
* The value may be {@code null}.
3741
*/
3842
@com.google.api.client.util.Key
3943
private java.lang.Integer requestedPolicyVersion;
4044

4145
/**
42-
* Optional. The policy format version to be returned. Acceptable values are 0, 1, and 3. If the
43-
* value is 0, or the field is omitted, policy format version 1 will be returned.
46+
* Optional. The policy format version to be returned.
47+
*
48+
* Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected.
49+
*
50+
* Requests for policies with any conditional bindings must specify version 3. Policies without
51+
* any conditional bindings may specify any valid value or leave the field unset.
4452
* @return value or {@code null} for none
4553
*/
4654
public java.lang.Integer getRequestedPolicyVersion() {
4755
return requestedPolicyVersion;
4856
}
4957

5058
/**
51-
* Optional. The policy format version to be returned. Acceptable values are 0, 1, and 3. If the
52-
* value is 0, or the field is omitted, policy format version 1 will be returned.
59+
* Optional. The policy format version to be returned.
60+
*
61+
* Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected.
62+
*
63+
* Requests for policies with any conditional bindings must specify version 3. Policies without
64+
* any conditional bindings may specify any valid value or leave the field unset.
5365
* @param requestedPolicyVersion requestedPolicyVersion or {@code null} for none
5466
*/
5567
public GetPolicyOptions setRequestedPolicyVersion(java.lang.Integer requestedPolicyVersion) {

clients/google-api-services-securitycenter/v1/1.29.2/com/google/api/services/securitycenter/v1/model/Policy.java

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,12 @@ public final class Policy extends com.google.api.client.json.GenericJson {
9393
private java.lang.String etag;
9494

9595
/**
96-
* Deprecated.
96+
* Specifies the format of the policy.
97+
*
98+
* Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected.
99+
*
100+
* Policies with any conditional bindings must specify version 3. Policies without any conditional
101+
* bindings may specify any valid value or leave the field unset.
97102
* The value may be {@code null}.
98103
*/
99104
@com.google.api.client.util.Key
@@ -211,15 +216,25 @@ public Policy encodeEtag(byte[] etag) {
211216
}
212217

213218
/**
214-
* Deprecated.
219+
* Specifies the format of the policy.
220+
*
221+
* Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected.
222+
*
223+
* Policies with any conditional bindings must specify version 3. Policies without any conditional
224+
* bindings may specify any valid value or leave the field unset.
215225
* @return value or {@code null} for none
216226
*/
217227
public java.lang.Integer getVersion() {
218228
return version;
219229
}
220230

221231
/**
222-
* Deprecated.
232+
* Specifies the format of the policy.
233+
*
234+
* Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected.
235+
*
236+
* Policies with any conditional bindings must specify version 3. Policies without any conditional
237+
* bindings may specify any valid value or leave the field unset.
223238
* @param version version or {@code null} for none
224239
*/
225240
public Policy setVersion(java.lang.Integer version) {

clients/google-api-services-securitycenter/v1/1.29.2/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-securitycenter</artifactId>
11-
<version>v1-rev20190810-1.29.2</version>
12-
<name>Cloud Security Command Center API v1-rev20190810-1.29.2</name>
11+
<version>v1-rev20190906-1.29.2</version>
12+
<name>Cloud Security Command Center API v1-rev20190906-1.29.2</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)