Skip to content

Commit 1dc5197

Browse files
1 parent b4e99ff commit 1dc5197

File tree

4 files changed

+30
-6
lines changed

4 files changed

+30
-6
lines changed

clients/google-api-services-containeranalysis/v1alpha1/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-containeranalysis</artifactId>
25-
<version>v1alpha1-rev20250829-2.0.0</version>
25+
<version>v1alpha1-rev20250928-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-containeranalysis:v1alpha1-rev20250829-2.0.0'
38+
implementation 'com.google.apis:google-api-services-containeranalysis:v1alpha1-rev20250928-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-containeranalysis/v1alpha1/2.0.0/com/google/api/services/containeranalysis/v1alpha1/model/LayerDetails.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ public final class LayerDetails extends com.google.api.client.json.GenericJson {
4343
com.google.api.client.util.Data.nullOf(BaseImage.class);
4444
}
4545

46+
/**
47+
* The chain ID of the layer in the container image.
48+
* The value may be {@code null}.
49+
*/
50+
@com.google.api.client.util.Key
51+
private java.lang.String chainId;
52+
4653
/**
4754
* The layer build command that was used to build the layer. This may not be found in all layers
4855
* depending on how the container image is built.
@@ -82,6 +89,23 @@ public LayerDetails setBaseImages(java.util.List<BaseImage> baseImages) {
8289
return this;
8390
}
8491

92+
/**
93+
* The chain ID of the layer in the container image.
94+
* @return value or {@code null} for none
95+
*/
96+
public java.lang.String getChainId() {
97+
return chainId;
98+
}
99+
100+
/**
101+
* The chain ID of the layer in the container image.
102+
* @param chainId chainId or {@code null} for none
103+
*/
104+
public LayerDetails setChainId(java.lang.String chainId) {
105+
this.chainId = chainId;
106+
return this;
107+
}
108+
85109
/**
86110
* The layer build command that was used to build the layer. This may not be found in all layers
87111
* depending on how the container image is built.

clients/google-api-services-containeranalysis/v1alpha1/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-containeranalysis</artifactId>
11-
<version>v1alpha1-rev20250829-2.0.0</version>
12-
<name>Container Analysis API v1alpha1-rev20250829-2.0.0</name>
11+
<version>v1alpha1-rev20250928-2.0.0</version>
12+
<name>Container Analysis API v1alpha1-rev20250928-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-containeranalysis/v1alpha1/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-containeranalysis</artifactId>
25-
<version>v1alpha1-rev20250829-2.0.0</version>
25+
<version>v1alpha1-rev20250928-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-containeranalysis:v1alpha1-rev20250829-2.0.0'
38+
implementation 'com.google.apis:google-api-services-containeranalysis:v1alpha1-rev20250928-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)