Skip to content

Commit 785071c

Browse files
1 parent 09a3400 commit 785071c

File tree

6 files changed

+18
-9
lines changed

6 files changed

+18
-9
lines changed

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

clients/google-api-services-securitycenter/v1/2.0.0/com/google/api/services/securitycenter/v1/model/CustomModuleValidationError.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public final class CustomModuleValidationError extends com.google.api.client.jso
4040

4141
/**
4242
* The end position of the error in the uploaded text version of the module. This field may be
43-
* omitted if no specific position applies, or if one could not be computed..
43+
* omitted if no specific position applies, or if one could not be computed.
4444
* The value may be {@code null}.
4545
*/
4646
@com.google.api.client.util.Key
@@ -81,7 +81,7 @@ public CustomModuleValidationError setDescription(java.lang.String description)
8181

8282
/**
8383
* The end position of the error in the uploaded text version of the module. This field may be
84-
* omitted if no specific position applies, or if one could not be computed..
84+
* omitted if no specific position applies, or if one could not be computed.
8585
* @return value or {@code null} for none
8686
*/
8787
public Position getEnd() {
@@ -90,7 +90,7 @@ public Position getEnd() {
9090

9191
/**
9292
* The end position of the error in the uploaded text version of the module. This field may be
93-
* omitted if no specific position applies, or if one could not be computed..
93+
* omitted if no specific position applies, or if one could not be computed.
9494
* @param end end or {@code null} for none
9595
*/
9696
public CustomModuleValidationError setEnd(Position end) {

clients/google-api-services-securitycenter/v1/2.0.0/com/google/api/services/securitycenter/v1/model/CustomModuleValidationErrors.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
public final class CustomModuleValidationErrors extends com.google.api.client.json.GenericJson {
3333

3434
/**
35+
* The list of errors.
3536
* The value may be {@code null}.
3637
*/
3738
@com.google.api.client.util.Key
@@ -44,13 +45,15 @@ public final class CustomModuleValidationErrors extends com.google.api.client.js
4445
}
4546

4647
/**
48+
* The list of errors.
4749
* @return value or {@code null} for none
4850
*/
4951
public java.util.List<CustomModuleValidationError> getErrors() {
5052
return errors;
5153
}
5254

5355
/**
56+
* The list of errors.
5457
* @param errors errors or {@code null} for none
5558
*/
5659
public CustomModuleValidationErrors setErrors(java.util.List<CustomModuleValidationError> errors) {

clients/google-api-services-securitycenter/v1/2.0.0/com/google/api/services/securitycenter/v1/model/Position.java

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

3333
/**
34+
* The column number.
3435
* The value may be {@code null}.
3536
*/
3637
@com.google.api.client.util.Key
3738
private java.lang.Integer columnNumber;
3839

3940
/**
41+
* The line number.
4042
* The value may be {@code null}.
4143
*/
4244
@com.google.api.client.util.Key
4345
private java.lang.Integer lineNumber;
4446

4547
/**
48+
* The column number.
4649
* @return value or {@code null} for none
4750
*/
4851
public java.lang.Integer getColumnNumber() {
4952
return columnNumber;
5053
}
5154

5255
/**
56+
* The column number.
5357
* @param columnNumber columnNumber or {@code null} for none
5458
*/
5559
public Position setColumnNumber(java.lang.Integer columnNumber) {
@@ -58,13 +62,15 @@ public Position setColumnNumber(java.lang.Integer columnNumber) {
5862
}
5963

6064
/**
65+
* The line number.
6166
* @return value or {@code null} for none
6267
*/
6368
public java.lang.Integer getLineNumber() {
6469
return lineNumber;
6570
}
6671

6772
/**
73+
* The line number.
6874
* @param lineNumber lineNumber or {@code null} for none
6975
*/
7076
public Position setLineNumber(java.lang.Integer lineNumber) {

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

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)