Skip to content

Commit fa3724b

Browse files
1 parent 4a506bc commit fa3724b

File tree

15 files changed

+180
-18
lines changed

15 files changed

+180
-18
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-rev20250616-2.0.0</version>
25+
<version>v1-rev20250625-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-rev20250616-2.0.0'
38+
implementation 'com.google.apis:google-api-services-securitycenter:v1-rev20250625-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,14 @@ public final class GoogleCloudSecuritycenterV2Process extends com.google.api.cli
115115
@com.google.api.client.util.Key
116116
private GoogleCloudSecuritycenterV2File script;
117117

118+
/**
119+
* The ID of the user that executed the process. E.g. If this is the root user this will always be
120+
* 0.
121+
* The value may be {@code null}.
122+
*/
123+
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
124+
private java.lang.Long userId;
125+
118126
/**
119127
* Process arguments as JSON encoded strings.
120128
* @return value or {@code null} for none
@@ -291,6 +299,25 @@ public GoogleCloudSecuritycenterV2Process setScript(GoogleCloudSecuritycenterV2F
291299
return this;
292300
}
293301

302+
/**
303+
* The ID of the user that executed the process. E.g. If this is the root user this will always be
304+
* 0.
305+
* @return value or {@code null} for none
306+
*/
307+
public java.lang.Long getUserId() {
308+
return userId;
309+
}
310+
311+
/**
312+
* The ID of the user that executed the process. E.g. If this is the root user this will always be
313+
* 0.
314+
* @param userId userId or {@code null} for none
315+
*/
316+
public GoogleCloudSecuritycenterV2Process setUserId(java.lang.Long userId) {
317+
this.userId = userId;
318+
return this;
319+
}
320+
294321
@Override
295322
public GoogleCloudSecuritycenterV2Process set(String fieldName, Object value) {
296323
return (GoogleCloudSecuritycenterV2Process) super.set(fieldName, value);

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,14 @@ public final class Process extends com.google.api.client.json.GenericJson {
115115
@com.google.api.client.util.Key
116116
private File script;
117117

118+
/**
119+
* The ID of the user that executed the process. E.g. If this is the root user this will always be
120+
* 0.
121+
* The value may be {@code null}.
122+
*/
123+
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
124+
private java.lang.Long userId;
125+
118126
/**
119127
* Process arguments as JSON encoded strings.
120128
* @return value or {@code null} for none
@@ -291,6 +299,25 @@ public Process setScript(File script) {
291299
return this;
292300
}
293301

302+
/**
303+
* The ID of the user that executed the process. E.g. If this is the root user this will always be
304+
* 0.
305+
* @return value or {@code null} for none
306+
*/
307+
public java.lang.Long getUserId() {
308+
return userId;
309+
}
310+
311+
/**
312+
* The ID of the user that executed the process. E.g. If this is the root user this will always be
313+
* 0.
314+
* @param userId userId or {@code null} for none
315+
*/
316+
public Process setUserId(java.lang.Long userId) {
317+
this.userId = userId;
318+
return this;
319+
}
320+
294321
@Override
295322
public Process set(String fieldName, Object value) {
296323
return (Process) super.set(fieldName, value);

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-rev20250616-2.0.0</version>
12-
<name>Security Command Center API v1-rev20250616-2.0.0</name>
11+
<version>v1-rev20250625-2.0.0</version>
12+
<name>Security Command Center API v1-rev20250625-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-rev20250616-2.0.0</version>
25+
<version>v1-rev20250625-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-rev20250616-2.0.0'
38+
implementation 'com.google.apis:google-api-services-securitycenter:v1-rev20250625-2.0.0'
3939
}
4040
```
4141

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

clients/google-api-services-securitycenter/v1beta1/2.0.0/com/google/api/services/securitycenter/v1beta1/model/GoogleCloudSecuritycenterV2Process.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,14 @@ public final class GoogleCloudSecuritycenterV2Process extends com.google.api.cli
115115
@com.google.api.client.util.Key
116116
private GoogleCloudSecuritycenterV2File script;
117117

118+
/**
119+
* The ID of the user that executed the process. E.g. If this is the root user this will always be
120+
* 0.
121+
* The value may be {@code null}.
122+
*/
123+
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
124+
private java.lang.Long userId;
125+
118126
/**
119127
* Process arguments as JSON encoded strings.
120128
* @return value or {@code null} for none
@@ -291,6 +299,25 @@ public GoogleCloudSecuritycenterV2Process setScript(GoogleCloudSecuritycenterV2F
291299
return this;
292300
}
293301

302+
/**
303+
* The ID of the user that executed the process. E.g. If this is the root user this will always be
304+
* 0.
305+
* @return value or {@code null} for none
306+
*/
307+
public java.lang.Long getUserId() {
308+
return userId;
309+
}
310+
311+
/**
312+
* The ID of the user that executed the process. E.g. If this is the root user this will always be
313+
* 0.
314+
* @param userId userId or {@code null} for none
315+
*/
316+
public GoogleCloudSecuritycenterV2Process setUserId(java.lang.Long userId) {
317+
this.userId = userId;
318+
return this;
319+
}
320+
294321
@Override
295322
public GoogleCloudSecuritycenterV2Process set(String fieldName, Object value) {
296323
return (GoogleCloudSecuritycenterV2Process) super.set(fieldName, value);

clients/google-api-services-securitycenter/v1beta1/2.0.0/com/google/api/services/securitycenter/v1beta1/model/Process.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,14 @@ public final class Process extends com.google.api.client.json.GenericJson {
115115
@com.google.api.client.util.Key
116116
private File script;
117117

118+
/**
119+
* The ID of the user that executed the process. E.g. If this is the root user this will always be
120+
* 0.
121+
* The value may be {@code null}.
122+
*/
123+
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
124+
private java.lang.Long userId;
125+
118126
/**
119127
* Process arguments as JSON encoded strings.
120128
* @return value or {@code null} for none
@@ -291,6 +299,25 @@ public Process setScript(File script) {
291299
return this;
292300
}
293301

302+
/**
303+
* The ID of the user that executed the process. E.g. If this is the root user this will always be
304+
* 0.
305+
* @return value or {@code null} for none
306+
*/
307+
public java.lang.Long getUserId() {
308+
return userId;
309+
}
310+
311+
/**
312+
* The ID of the user that executed the process. E.g. If this is the root user this will always be
313+
* 0.
314+
* @param userId userId or {@code null} for none
315+
*/
316+
public Process setUserId(java.lang.Long userId) {
317+
this.userId = userId;
318+
return this;
319+
}
320+
294321
@Override
295322
public Process set(String fieldName, Object value) {
296323
return (Process) super.set(fieldName, value);

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

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)