Skip to content

Commit 4a24f21

Browse files
1 parent 9c5d14b commit 4a24f21

File tree

15 files changed

+39
-39
lines changed

15 files changed

+39
-39
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-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
}
3737
dependencies {
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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package 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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public 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) {

clients/google-api-services-securitycenter/v1/2.0.0/pom.xml

Lines changed: 5 additions & 5 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-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>
@@ -89,9 +89,9 @@
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>
@@ -124,7 +124,7 @@
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

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-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
}
3737
dependencies {
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

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-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
}
3737
dependencies {
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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package 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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public 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) {

clients/google-api-services-securitycenter/v1beta1/2.0.0/pom.xml

Lines changed: 5 additions & 5 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-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>
@@ -89,9 +89,9 @@
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>
@@ -124,7 +124,7 @@
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

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-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
}
3737
dependencies {
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

0 commit comments

Comments
 (0)