Skip to content

Commit 22eb06a

Browse files
1 parent f789e7e commit 22eb06a

File tree

21 files changed

+72
-72
lines changed

21 files changed

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public final class DataRetentionDeletionEvent extends com.google.api.client.json
6161

6262
/**
6363
* Maximum duration of retention allowed from the DRD control. This comes from the DRD control
64-
* where users set a max TTL for their data. For example, suppose that a user set the max TTL for
64+
* where users set a max TTL for their data. For example, suppose that a user sets the max TTL for
6565
* a Cloud Storage bucket to 90 days. However, an object in that bucket is 100 days old. In this
6666
* case, a DataRetentionDeletionEvent will be generated for that Cloud Storage bucket, and the
6767
* max_retention_allowed is 90 days.
@@ -127,7 +127,7 @@ public DataRetentionDeletionEvent setEventType(java.lang.String eventType) {
127127

128128
/**
129129
* Maximum duration of retention allowed from the DRD control. This comes from the DRD control
130-
* where users set a max TTL for their data. For example, suppose that a user set the max TTL for
130+
* where users set a max TTL for their data. For example, suppose that a user sets the max TTL for
131131
* a Cloud Storage bucket to 90 days. However, an object in that bucket is 100 days old. In this
132132
* case, a DataRetentionDeletionEvent will be generated for that Cloud Storage bucket, and the
133133
* max_retention_allowed is 90 days.
@@ -139,7 +139,7 @@ public String getMaxRetentionAllowed() {
139139

140140
/**
141141
* Maximum duration of retention allowed from the DRD control. This comes from the DRD control
142-
* where users set a max TTL for their data. For example, suppose that a user set the max TTL for
142+
* where users set a max TTL for their data. For example, suppose that a user sets the max TTL for
143143
* a Cloud Storage bucket to 90 days. However, an object in that bucket is 100 days old. In this
144144
* case, a DataRetentionDeletionEvent will be generated for that Cloud Storage bucket, and the
145145
* max_retention_allowed is 90 days.

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

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

3333
/**
34-
* The name of the disk, for example, "https://www.googleapis.com/compute/v1/projects/project-
35-
* id/zones/zone-id/disks/disk-id".
34+
* The name of the disk, for example, "https://www.googleapis.com/compute/v1/projects/{project-
35+
* id}/zones/{zone-id}/disks/{disk-id}".
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
3939
private java.lang.String name;
4040

4141
/**
42-
* The name of the disk, for example, "https://www.googleapis.com/compute/v1/projects/project-
43-
* id/zones/zone-id/disks/disk-id".
42+
* The name of the disk, for example, "https://www.googleapis.com/compute/v1/projects/{project-
43+
* id}/zones/{zone-id}/disks/{disk-id}".
4444
* @return value or {@code null} for none
4545
*/
4646
public java.lang.String getName() {
4747
return name;
4848
}
4949

5050
/**
51-
* The name of the disk, for example, "https://www.googleapis.com/compute/v1/projects/project-
52-
* id/zones/zone-id/disks/disk-id".
51+
* The name of the disk, for example, "https://www.googleapis.com/compute/v1/projects/{project-
52+
* id}/zones/{zone-id}/disks/{disk-id}".
5353
* @param name name or {@code null} for none
5454
*/
5555
public Disk setName(java.lang.String name) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public final class GoogleCloudSecuritycenterV2DataRetentionDeletionEvent extends
6161

6262
/**
6363
* Maximum duration of retention allowed from the DRD control. This comes from the DRD control
64-
* where users set a max TTL for their data. For example, suppose that a user set the max TTL for
64+
* where users set a max TTL for their data. For example, suppose that a user sets the max TTL for
6565
* a Cloud Storage bucket to 90 days. However, an object in that bucket is 100 days old. In this
6666
* case, a DataRetentionDeletionEvent will be generated for that Cloud Storage bucket, and the
6767
* max_retention_allowed is 90 days.
@@ -127,7 +127,7 @@ public GoogleCloudSecuritycenterV2DataRetentionDeletionEvent setEventType(java.l
127127

128128
/**
129129
* Maximum duration of retention allowed from the DRD control. This comes from the DRD control
130-
* where users set a max TTL for their data. For example, suppose that a user set the max TTL for
130+
* where users set a max TTL for their data. For example, suppose that a user sets the max TTL for
131131
* a Cloud Storage bucket to 90 days. However, an object in that bucket is 100 days old. In this
132132
* case, a DataRetentionDeletionEvent will be generated for that Cloud Storage bucket, and the
133133
* max_retention_allowed is 90 days.
@@ -139,7 +139,7 @@ public String getMaxRetentionAllowed() {
139139

140140
/**
141141
* Maximum duration of retention allowed from the DRD control. This comes from the DRD control
142-
* where users set a max TTL for their data. For example, suppose that a user set the max TTL for
142+
* where users set a max TTL for their data. For example, suppose that a user sets the max TTL for
143143
* a Cloud Storage bucket to 90 days. However, an object in that bucket is 100 days old. In this
144144
* case, a DataRetentionDeletionEvent will be generated for that Cloud Storage bucket, and the
145145
* max_retention_allowed is 90 days.

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

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

3333
/**
34-
* The name of the disk, for example, "https://www.googleapis.com/compute/v1/projects/project-
35-
* id/zones/zone-id/disks/disk-id".
34+
* The name of the disk, for example, "https://www.googleapis.com/compute/v1/projects/{project-
35+
* id}/zones/{zone-id}/disks/{disk-id}".
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
3939
private java.lang.String name;
4040

4141
/**
42-
* The name of the disk, for example, "https://www.googleapis.com/compute/v1/projects/project-
43-
* id/zones/zone-id/disks/disk-id".
42+
* The name of the disk, for example, "https://www.googleapis.com/compute/v1/projects/{project-
43+
* id}/zones/{zone-id}/disks/{disk-id}".
4444
* @return value or {@code null} for none
4545
*/
4646
public java.lang.String getName() {
4747
return name;
4848
}
4949

5050
/**
51-
* The name of the disk, for example, "https://www.googleapis.com/compute/v1/projects/project-
52-
* id/zones/zone-id/disks/disk-id".
51+
* The name of the disk, for example, "https://www.googleapis.com/compute/v1/projects/{project-
52+
* id}/zones/{zone-id}/disks/{disk-id}".
5353
* @param name name or {@code null} for none
5454
*/
5555
public GoogleCloudSecuritycenterV2Disk setName(java.lang.String name) {

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public final class DataRetentionDeletionEvent extends com.google.api.client.json
6161

6262
/**
6363
* Maximum duration of retention allowed from the DRD control. This comes from the DRD control
64-
* where users set a max TTL for their data. For example, suppose that a user set the max TTL for
64+
* where users set a max TTL for their data. For example, suppose that a user sets the max TTL for
6565
* a Cloud Storage bucket to 90 days. However, an object in that bucket is 100 days old. In this
6666
* case, a DataRetentionDeletionEvent will be generated for that Cloud Storage bucket, and the
6767
* max_retention_allowed is 90 days.
@@ -127,7 +127,7 @@ public DataRetentionDeletionEvent setEventType(java.lang.String eventType) {
127127

128128
/**
129129
* Maximum duration of retention allowed from the DRD control. This comes from the DRD control
130-
* where users set a max TTL for their data. For example, suppose that a user set the max TTL for
130+
* where users set a max TTL for their data. For example, suppose that a user sets the max TTL for
131131
* a Cloud Storage bucket to 90 days. However, an object in that bucket is 100 days old. In this
132132
* case, a DataRetentionDeletionEvent will be generated for that Cloud Storage bucket, and the
133133
* max_retention_allowed is 90 days.
@@ -139,7 +139,7 @@ public String getMaxRetentionAllowed() {
139139

140140
/**
141141
* Maximum duration of retention allowed from the DRD control. This comes from the DRD control
142-
* where users set a max TTL for their data. For example, suppose that a user set the max TTL for
142+
* where users set a max TTL for their data. For example, suppose that a user sets the max TTL for
143143
* a Cloud Storage bucket to 90 days. However, an object in that bucket is 100 days old. In this
144144
* case, a DataRetentionDeletionEvent will be generated for that Cloud Storage bucket, and the
145145
* max_retention_allowed is 90 days.

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

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

3333
/**
34-
* The name of the disk, for example, "https://www.googleapis.com/compute/v1/projects/project-
35-
* id/zones/zone-id/disks/disk-id".
34+
* The name of the disk, for example, "https://www.googleapis.com/compute/v1/projects/{project-
35+
* id}/zones/{zone-id}/disks/{disk-id}".
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
3939
private java.lang.String name;
4040

4141
/**
42-
* The name of the disk, for example, "https://www.googleapis.com/compute/v1/projects/project-
43-
* id/zones/zone-id/disks/disk-id".
42+
* The name of the disk, for example, "https://www.googleapis.com/compute/v1/projects/{project-
43+
* id}/zones/{zone-id}/disks/{disk-id}".
4444
* @return value or {@code null} for none
4545
*/
4646
public java.lang.String getName() {
4747
return name;
4848
}
4949

5050
/**
51-
* The name of the disk, for example, "https://www.googleapis.com/compute/v1/projects/project-
52-
* id/zones/zone-id/disks/disk-id".
51+
* The name of the disk, for example, "https://www.googleapis.com/compute/v1/projects/{project-
52+
* id}/zones/{zone-id}/disks/{disk-id}".
5353
* @param name name or {@code null} for none
5454
*/
5555
public Disk setName(java.lang.String name) {

0 commit comments

Comments
 (0)