Skip to content

Commit 6ab5d21

Browse files
1 parent e8937fe commit 6ab5d21

19 files changed

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

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@ public final class GoogleCloudSecuritycenterV2BigQueryExport extends com.google.
3838
@com.google.api.client.util.Key
3939
private String createTime;
4040

41+
/**
42+
* Output only. The resource name of the Cloud KMS `CryptoKey` used to protect this
43+
* configuration's data, if configured during Security Command Center activation.
44+
* The value may be {@code null}.
45+
*/
46+
@com.google.api.client.util.Key
47+
private java.lang.String cryptoKeyName;
48+
4149
/**
4250
* The dataset to write findings' updates to. Its format is
4351
* "projects/[project_id]/datasets/[bigquery_dataset_id]". BigQuery dataset unique ID must contain
@@ -124,6 +132,25 @@ public GoogleCloudSecuritycenterV2BigQueryExport setCreateTime(String createTime
124132
return this;
125133
}
126134

135+
/**
136+
* Output only. The resource name of the Cloud KMS `CryptoKey` used to protect this
137+
* configuration's data, if configured during Security Command Center activation.
138+
* @return value or {@code null} for none
139+
*/
140+
public java.lang.String getCryptoKeyName() {
141+
return cryptoKeyName;
142+
}
143+
144+
/**
145+
* Output only. The resource name of the Cloud KMS `CryptoKey` used to protect this
146+
* configuration's data, if configured during Security Command Center activation.
147+
* @param cryptoKeyName cryptoKeyName or {@code null} for none
148+
*/
149+
public GoogleCloudSecuritycenterV2BigQueryExport setCryptoKeyName(java.lang.String cryptoKeyName) {
150+
this.cryptoKeyName = cryptoKeyName;
151+
return this;
152+
}
153+
127154
/**
128155
* The dataset to write findings' updates to. Its format is
129156
* "projects/[project_id]/datasets/[bigquery_dataset_id]". BigQuery dataset unique ID must contain

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,13 @@ public final class GoogleCloudSecuritycenterV2Finding extends com.google.api.cli
200200
@com.google.api.client.util.Key
201201
private String createTime;
202202

203+
/**
204+
* Output only. The name of the Cloud KMS key used to encrypt this finding, if any.
205+
* The value may be {@code null}.
206+
*/
207+
@com.google.api.client.util.Key
208+
private java.lang.String cryptoKeyName;
209+
203210
/**
204211
* Data access events associated with the finding.
205212
* The value may be {@code null}.
@@ -920,6 +927,23 @@ public GoogleCloudSecuritycenterV2Finding setCreateTime(String createTime) {
920927
return this;
921928
}
922929

930+
/**
931+
* Output only. The name of the Cloud KMS key used to encrypt this finding, if any.
932+
* @return value or {@code null} for none
933+
*/
934+
public java.lang.String getCryptoKeyName() {
935+
return cryptoKeyName;
936+
}
937+
938+
/**
939+
* Output only. The name of the Cloud KMS key used to encrypt this finding, if any.
940+
* @param cryptoKeyName cryptoKeyName or {@code null} for none
941+
*/
942+
public GoogleCloudSecuritycenterV2Finding setCryptoKeyName(java.lang.String cryptoKeyName) {
943+
this.cryptoKeyName = cryptoKeyName;
944+
return this;
945+
}
946+
923947
/**
924948
* Data access events associated with the finding.
925949
* @return value or {@code null} for none

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ public final class GoogleCloudSecuritycenterV2MuteConfig extends com.google.api.
3939
@com.google.api.client.util.Key
4040
private String createTime;
4141

42+
/**
43+
* Output only. The resource name of the Cloud KMS `CryptoKey` used to encrypt this configuration
44+
* data, if CMEK was enabled during Security Command Center activation.
45+
* The value may be {@code null}.
46+
*/
47+
@com.google.api.client.util.Key
48+
private java.lang.String cryptoKeyName;
49+
4250
/**
4351
* A description of the mute config.
4452
* The value may be {@code null}.
@@ -125,6 +133,25 @@ public GoogleCloudSecuritycenterV2MuteConfig setCreateTime(String createTime) {
125133
return this;
126134
}
127135

136+
/**
137+
* Output only. The resource name of the Cloud KMS `CryptoKey` used to encrypt this configuration
138+
* data, if CMEK was enabled during Security Command Center activation.
139+
* @return value or {@code null} for none
140+
*/
141+
public java.lang.String getCryptoKeyName() {
142+
return cryptoKeyName;
143+
}
144+
145+
/**
146+
* Output only. The resource name of the Cloud KMS `CryptoKey` used to encrypt this configuration
147+
* data, if CMEK was enabled during Security Command Center activation.
148+
* @param cryptoKeyName cryptoKeyName or {@code null} for none
149+
*/
150+
public GoogleCloudSecuritycenterV2MuteConfig setCryptoKeyName(java.lang.String cryptoKeyName) {
151+
this.cryptoKeyName = cryptoKeyName;
152+
return this;
153+
}
154+
128155
/**
129156
* A description of the mute config.
130157
* @return value or {@code null} for none

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

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@ public final class GoogleCloudSecuritycenterV2BigQueryExport extends com.google.
3838
@com.google.api.client.util.Key
3939
private String createTime;
4040

41+
/**
42+
* Output only. The resource name of the Cloud KMS `CryptoKey` used to protect this
43+
* configuration's data, if configured during Security Command Center activation.
44+
* The value may be {@code null}.
45+
*/
46+
@com.google.api.client.util.Key
47+
private java.lang.String cryptoKeyName;
48+
4149
/**
4250
* The dataset to write findings' updates to. Its format is
4351
* "projects/[project_id]/datasets/[bigquery_dataset_id]". BigQuery dataset unique ID must contain
@@ -124,6 +132,25 @@ public GoogleCloudSecuritycenterV2BigQueryExport setCreateTime(String createTime
124132
return this;
125133
}
126134

135+
/**
136+
* Output only. The resource name of the Cloud KMS `CryptoKey` used to protect this
137+
* configuration's data, if configured during Security Command Center activation.
138+
* @return value or {@code null} for none
139+
*/
140+
public java.lang.String getCryptoKeyName() {
141+
return cryptoKeyName;
142+
}
143+
144+
/**
145+
* Output only. The resource name of the Cloud KMS `CryptoKey` used to protect this
146+
* configuration's data, if configured during Security Command Center activation.
147+
* @param cryptoKeyName cryptoKeyName or {@code null} for none
148+
*/
149+
public GoogleCloudSecuritycenterV2BigQueryExport setCryptoKeyName(java.lang.String cryptoKeyName) {
150+
this.cryptoKeyName = cryptoKeyName;
151+
return this;
152+
}
153+
127154
/**
128155
* The dataset to write findings' updates to. Its format is
129156
* "projects/[project_id]/datasets/[bigquery_dataset_id]". BigQuery dataset unique ID must contain

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,13 @@ public final class GoogleCloudSecuritycenterV2Finding extends com.google.api.cli
200200
@com.google.api.client.util.Key
201201
private String createTime;
202202

203+
/**
204+
* Output only. The name of the Cloud KMS key used to encrypt this finding, if any.
205+
* The value may be {@code null}.
206+
*/
207+
@com.google.api.client.util.Key
208+
private java.lang.String cryptoKeyName;
209+
203210
/**
204211
* Data access events associated with the finding.
205212
* The value may be {@code null}.
@@ -920,6 +927,23 @@ public GoogleCloudSecuritycenterV2Finding setCreateTime(String createTime) {
920927
return this;
921928
}
922929

930+
/**
931+
* Output only. The name of the Cloud KMS key used to encrypt this finding, if any.
932+
* @return value or {@code null} for none
933+
*/
934+
public java.lang.String getCryptoKeyName() {
935+
return cryptoKeyName;
936+
}
937+
938+
/**
939+
* Output only. The name of the Cloud KMS key used to encrypt this finding, if any.
940+
* @param cryptoKeyName cryptoKeyName or {@code null} for none
941+
*/
942+
public GoogleCloudSecuritycenterV2Finding setCryptoKeyName(java.lang.String cryptoKeyName) {
943+
this.cryptoKeyName = cryptoKeyName;
944+
return this;
945+
}
946+
923947
/**
924948
* Data access events associated with the finding.
925949
* @return value or {@code null} for none

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ public final class GoogleCloudSecuritycenterV2MuteConfig extends com.google.api.
3939
@com.google.api.client.util.Key
4040
private String createTime;
4141

42+
/**
43+
* Output only. The resource name of the Cloud KMS `CryptoKey` used to encrypt this configuration
44+
* data, if CMEK was enabled during Security Command Center activation.
45+
* The value may be {@code null}.
46+
*/
47+
@com.google.api.client.util.Key
48+
private java.lang.String cryptoKeyName;
49+
4250
/**
4351
* A description of the mute config.
4452
* The value may be {@code null}.
@@ -125,6 +133,25 @@ public GoogleCloudSecuritycenterV2MuteConfig setCreateTime(String createTime) {
125133
return this;
126134
}
127135

136+
/**
137+
* Output only. The resource name of the Cloud KMS `CryptoKey` used to encrypt this configuration
138+
* data, if CMEK was enabled during Security Command Center activation.
139+
* @return value or {@code null} for none
140+
*/
141+
public java.lang.String getCryptoKeyName() {
142+
return cryptoKeyName;
143+
}
144+
145+
/**
146+
* Output only. The resource name of the Cloud KMS `CryptoKey` used to encrypt this configuration
147+
* data, if CMEK was enabled during Security Command Center activation.
148+
* @param cryptoKeyName cryptoKeyName or {@code null} for none
149+
*/
150+
public GoogleCloudSecuritycenterV2MuteConfig setCryptoKeyName(java.lang.String cryptoKeyName) {
151+
this.cryptoKeyName = cryptoKeyName;
152+
return this;
153+
}
154+
128155
/**
129156
* A description of the mute config.
130157
* @return value or {@code null} for none

0 commit comments

Comments
 (0)