File tree Expand file tree Collapse file tree 15 files changed +39
-39
lines changed
clients/google-api-services-securitycenter
com/google/api/services/securitycenter/v1beta1/model
com/google/api/services/securitycenter/v1beta2/model
com/google/api/services/securitycenter/v1/model Expand file tree Collapse file tree 15 files changed +39
-39
lines changed Original file line number Diff line number Diff 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-rev20250808 -2.0.0</version >
25+ <version >v1-rev20250815 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-securitycenter:v1-rev20250808 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-securitycenter:v1-rev20250815 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change 1717package com .google .api .services .securitycenter .v1 .model ;
1818
1919/**
20- * The destination big query dataset to export findings to.
20+ * The destination BigQuery dataset to export findings to.
2121 *
2222 * <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323 * transmitted over HTTP when working with the Security Command Center API. For a detailed
Original file line number Diff line number Diff line change 3131public final class ExportFindingsMetadata extends com .google .api .client .json .GenericJson {
3232
3333 /**
34- * Required. The destination big query dataset to export findings to.
34+ * Required. The destination BigQuery dataset to export findings to.
3535 * The value may be {@code null}.
3636 */
3737 @ com .google .api .client .util .Key
@@ -45,15 +45,15 @@ public final class ExportFindingsMetadata extends com.google.api.client.json.Gen
4545 private String exportStartTime ;
4646
4747 /**
48- * Required. The destination big query dataset to export findings to.
48+ * Required. The destination BigQuery dataset to export findings to.
4949 * @return value or {@code null} for none
5050 */
5151 public BigQueryDestination getBigQueryDestination () {
5252 return bigQueryDestination ;
5353 }
5454
5555 /**
56- * Required. The destination big query dataset to export findings to.
56+ * Required. The destination BigQuery dataset to export findings to.
5757 * @param bigQueryDestination bigQueryDestination or {@code null} for none
5858 */
5959 public ExportFindingsMetadata setBigQueryDestination (BigQueryDestination bigQueryDestination ) {
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-securitycenter</artifactId >
11- <version >v1-rev20250808 -2.0.0</version >
12- <name >Security Command Center API v1-rev20250808 -2.0.0</name >
11+ <version >v1-rev20250815 -2.0.0</version >
12+ <name >Security Command Center API v1-rev20250815 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <inceptionYear >2011</inceptionYear >
8989 <windowtitle >Security Command Center API ${project.version} </windowtitle >
9090 <links >
9191 <link >http://docs.oracle.com/javase/7/docs/api</link >
92- <link >https://googleapis.dev/java/google-http-client/2.0.0 /</link >
92+ <link >https://googleapis.dev/java/google-http-client/1.47.1 /</link >
9393 <link >https://googleapis.dev/java/google-oauth-client/1.39.0/</link >
94- <link >https://googleapis.dev/java/google-api-client/2.8.1 /</link >
94+ <link >https://googleapis.dev/java/google-api-client/2.8.0 /</link >
9595 </links >
9696 </configuration >
9797 </plugin >
124124 <dependency >
125125 <groupId >com.google.api-client</groupId >
126126 <artifactId >google-api-client</artifactId >
127- <version >2.8.1 </version >
127+ <version >2.8.0 </version >
128128 </dependency >
129129 </dependencies >
130130
Original file line number Diff line number Diff 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-rev20250808 -2.0.0</version >
25+ <version >v1-rev20250815 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-securitycenter:v1-rev20250808 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-securitycenter:v1-rev20250815 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff 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-rev20250808 -2.0.0</version >
25+ <version >v1beta1-rev20250815 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-securitycenter:v1beta1-rev20250808 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-securitycenter:v1beta1-rev20250815 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change 1717package com .google .api .services .securitycenter .v1beta1 .model ;
1818
1919/**
20- * The destination big query dataset to export findings to.
20+ * The destination BigQuery dataset to export findings to.
2121 *
2222 * <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323 * transmitted over HTTP when working with the Security Command Center API. For a detailed
Original file line number Diff line number Diff line change 3131public final class ExportFindingsMetadata extends com .google .api .client .json .GenericJson {
3232
3333 /**
34- * Required. The destination big query dataset to export findings to.
34+ * Required. The destination BigQuery dataset to export findings to.
3535 * The value may be {@code null}.
3636 */
3737 @ com .google .api .client .util .Key
@@ -45,15 +45,15 @@ public final class ExportFindingsMetadata extends com.google.api.client.json.Gen
4545 private String exportStartTime ;
4646
4747 /**
48- * Required. The destination big query dataset to export findings to.
48+ * Required. The destination BigQuery dataset to export findings to.
4949 * @return value or {@code null} for none
5050 */
5151 public BigQueryDestination getBigQueryDestination () {
5252 return bigQueryDestination ;
5353 }
5454
5555 /**
56- * Required. The destination big query dataset to export findings to.
56+ * Required. The destination BigQuery dataset to export findings to.
5757 * @param bigQueryDestination bigQueryDestination or {@code null} for none
5858 */
5959 public ExportFindingsMetadata setBigQueryDestination (BigQueryDestination bigQueryDestination ) {
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-securitycenter</artifactId >
11- <version >v1beta1-rev20250808 -2.0.0</version >
12- <name >Security Command Center API v1beta1-rev20250808 -2.0.0</name >
11+ <version >v1beta1-rev20250815 -2.0.0</version >
12+ <name >Security Command Center API v1beta1-rev20250815 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <inceptionYear >2011</inceptionYear >
8989 <windowtitle >Security Command Center API ${project.version} </windowtitle >
9090 <links >
9191 <link >http://docs.oracle.com/javase/7/docs/api</link >
92- <link >https://googleapis.dev/java/google-http-client/2.0.0 /</link >
92+ <link >https://googleapis.dev/java/google-http-client/1.47.1 /</link >
9393 <link >https://googleapis.dev/java/google-oauth-client/1.39.0/</link >
94- <link >https://googleapis.dev/java/google-api-client/2.8.1 /</link >
94+ <link >https://googleapis.dev/java/google-api-client/2.8.0 /</link >
9595 </links >
9696 </configuration >
9797 </plugin >
124124 <dependency >
125125 <groupId >com.google.api-client</groupId >
126126 <artifactId >google-api-client</artifactId >
127- <version >2.8.1 </version >
127+ <version >2.8.0 </version >
128128 </dependency >
129129 </dependencies >
130130
Original file line number Diff line number Diff 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-rev20250808 -2.0.0</version >
25+ <version >v1beta1-rev20250815 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-securitycenter:v1beta1-rev20250808 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-securitycenter:v1beta1-rev20250815 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments